Revision: 5082 http://geany.svn.sourceforge.net/geany/?rev=5082&view=rev Author: ntrel Date: 2010-07-02 12:05:43 +0000 (Fri, 02 Jul 2010)
Log Message: ----------- Fix wording - restarting is required for hidden prefs. File templates don't need manual reloading anymore.
Modified Paths: -------------- trunk/ChangeLog trunk/doc/geany.html trunk/doc/geany.txt
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-07-01 17:08:00 UTC (rev 5081) +++ trunk/ChangeLog 2010-07-02 12:05:43 UTC (rev 5082) @@ -1,3 +1,10 @@ +2010-07-02 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> + + * doc/geany.txt, doc/geany.html: + Fix wording - restarting is required for hidden prefs. + File templates don't need manual reloading anymore. + + 2010-07-01 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* scintilla/LexCPP.cxx, src/highlighting.c:
Modified: trunk/doc/geany.html =================================================================== --- trunk/doc/geany.html 2010-07-01 17:08:00 UTC (rev 5081) +++ trunk/doc/geany.html 2010-07-02 12:05:43 UTC (rev 5082) @@ -4643,8 +4643,7 @@ <h3><a class="toc-backref" href="#id187" id="hidden-preferences" name="hidden-preferences">Hidden preferences</a></h3> <p>There are some rarely used preferences that are not shown in the Preferences dialog. These can be set by editing the preferences file, then -selecting <em>Tools->Reload Configuration</em> or restarting Geany. Search for the -key name, then edit the value. Example:</p> +restarting Geany. Search for the key name, then edit the value. Example:</p> <blockquote> <tt class="docutils literal"><span class="pre">brace_match_ltgt=true</span></tt></blockquote> <p>The table below show the key names of hidden preferences in the @@ -4903,8 +4902,7 @@ use them, choose the <em>New (with Template)</em> menu item from the <em>File</em> menu.</p> <p>By default, file templates are installed for some filetypes. Custom -file templates can be added by creating the appropriate template file -and then selecting <em>Tools->Reload Configuration</em> or restarting Geany. You can +file templates can be added by creating the appropriate template file. You can also edit the default file templates.</p> <p>The file's contents are just the text to place in the document, with optional template wildcards like <tt class="docutils literal"><span class="pre">{fileheader}</span></tt>. The fileheader @@ -6135,7 +6133,7 @@ <div class="footer"> <hr class="footer" /> <a class="reference" href="geany.txt">View document source</a>. -Generated on: 2010-07-01 17:04 UTC. +Generated on: 2010-07-02 11:59 UTC. Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt =================================================================== --- trunk/doc/geany.txt 2010-07-01 17:08:00 UTC (rev 5081) +++ trunk/doc/geany.txt 2010-07-02 12:05:43 UTC (rev 5082) @@ -4018,8 +4018,7 @@
There are some rarely used preferences that are not shown in the Preferences dialog. These can be set by editing the preferences file, then -selecting *Tools->Reload Configuration* or restarting Geany. Search for the -key name, then edit the value. Example: +restarting Geany. Search for the key name, then edit the value. Example:
``brace_match_ltgt=true``
@@ -4221,8 +4220,7 @@ menu.
By default, file templates are installed for some filetypes. Custom -file templates can be added by creating the appropriate template file -and then selecting *Tools->Reload Configuration* or restarting Geany. You can +file templates can be added by creating the appropriate template file. You can also edit the default file templates.
The file's contents are just the text to place in the document, with
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.