Fix wording - restarting is required for hidden prefs.

File templates don't need manual reloading anymore.



git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5082 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2010-07-02 12:05:43 +00:00
parent ada3336bd8
commit fdeb6391be
3 changed files with 12 additions and 9 deletions

View File

@ -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:

View File

@ -4643,8 +4643,7 @@ is quitted.</p>
<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-&gt;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 @@ which will be inserted in the templates. You should select
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-&gt;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 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<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>

View File

@ -4018,8 +4018,7 @@ Hidden preferences
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 @@ use them, choose the *New (with Template)* menu item from the *File*
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