Improve wording of the last commit and update the ChangeLog

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5619 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Colomban Wendling 2011-03-24 02:11:46 +00:00
parent b1405bec3f
commit b72a2aa741
3 changed files with 27 additions and 23 deletions

View File

@ -1,3 +1,9 @@
2011-03-24 Colomban Wendling <colomban(at)geany(dot)org>
* doc/geany.txt, doc/geany.html:
Update the documentation to talk about real-time tag parsing.
2011-03-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> 2011-03-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/main.c: * src/main.c:

View File

@ -1909,12 +1909,11 @@ tags files&quot;) upon startup, or manually using <em>Tools --&gt; Load Tags</em
tags files, as described below.</p> tags files, as described below.</p>
<div class="section" id="workspace-tags"> <div class="section" id="workspace-tags">
<h3><a class="toc-backref" href="#id78">Workspace tags</a></h3> <h3><a class="toc-backref" href="#id78">Workspace tags</a></h3>
<p>Tags for each document are parsed whenever a file is loaded or saved, and <p>Tags for each document are parsed whenever a file is loaded, saved or
possibly when modified (see <em>Symbol list update frequency</em> preference in the modified (see <em>Symbol list update frequency</em> preference in the <a class="reference internal" href="#editor-completions-preferences">Editor
<a class="reference internal" href="#editor-completions-preferences">Editor Completions preferences</a>). These are shown in the Symbol list in Completions preferences</a>). These are shown in the Symbol list in the
the Sidebar. These tags are also used for autocompletion of symbols and Sidebar. These tags are also used for autocompletion of symbols and calltips
calltips for all documents open in the current session that have the same for all documents open in the current session that have the same filetype.</p>
filetype.</p>
<p>The <em>Go to Tag</em> commands can be used with all workspace tags. See <p>The <em>Go to Tag</em> commands can be used with all workspace tags. See
<a class="reference internal" href="#go-to-tag-definition">Go to tag definition</a>.</p> <a class="reference internal" href="#go-to-tag-definition">Go to tag definition</a>.</p>
</div> </div>
@ -2433,11 +2432,11 @@ displayed.</dd>
<dt>Symbol list update frequency</dt> <dt>Symbol list update frequency</dt>
<dd><p class="first">The minimum delay (in milliseconds) between two symbol list updates.</p> <dd><p class="first">The minimum delay (in milliseconds) between two symbol list updates.</p>
<p>This option determines how frequently the tag list is updated for the <p>This option determines how frequently the tag list is updated for the
current document. The smaller is the delay the more up-to-date is the current document. The smaller the delay, the more up-to-date the symbol
symbol list (and then the completions); but rebuilding the symbol list list (and then the completions); but rebuilding the symbol list has a
has a cost in performance, especially with large files.</p> cost in performance, especially with large files.</p>
<p>The default value is 250, which means the symbol list will be updated at <p>The default value is 250ms, which means the symbol list will be updated
most 4 times per second, even if the document changes continuously.</p> at most four times per second, even if the document changes continuously.</p>
<p class="last">A value of 0 disables automatic updates, so the symbol list will only be <p class="last">A value of 0 disables automatic updates, so the symbol list will only be
updated upon document saving.</p> updated upon document saving.</p>
</dd> </dd>
@ -6484,7 +6483,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<div class="footer"> <div class="footer">
<hr class="footer" /> <hr class="footer" />
<a class="reference external" href="geany.txt">View document source</a>. <a class="reference external" href="geany.txt">View document source</a>.
Generated on: 2011-03-23 22:34 UTC. Generated on: 2011-03-24 02:06 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div> </div>

View File

@ -1505,12 +1505,11 @@ tags files, as described below.
Workspace tags Workspace tags
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
Tags for each document are parsed whenever a file is loaded or saved, and Tags for each document are parsed whenever a file is loaded, saved or
possibly when modified (see *Symbol list update frequency* preference in the modified (see *Symbol list update frequency* preference in the `Editor
`Editor Completions preferences`_). These are shown in the Symbol list in Completions preferences`_). These are shown in the Symbol list in the
the Sidebar. These tags are also used for autocompletion of symbols and Sidebar. These tags are also used for autocompletion of symbols and calltips
calltips for all documents open in the current session that have the same for all documents open in the current session that have the same filetype.
filetype.
The *Go to Tag* commands can be used with all workspace tags. See The *Go to Tag* commands can be used with all workspace tags. See
`Go to tag definition`_. `Go to tag definition`_.
@ -2096,12 +2095,12 @@ Symbol list update frequency
The minimum delay (in milliseconds) between two symbol list updates. The minimum delay (in milliseconds) between two symbol list updates.
This option determines how frequently the tag list is updated for the This option determines how frequently the tag list is updated for the
current document. The smaller is the delay the more up-to-date is the current document. The smaller the delay, the more up-to-date the symbol
symbol list (and then the completions); but rebuilding the symbol list list (and then the completions); but rebuilding the symbol list has a
has a cost in performance, especially with large files. cost in performance, especially with large files.
The default value is 250, which means the symbol list will be updated at The default value is 250ms, which means the symbol list will be updated
most 4 times per second, even if the document changes continuously. at most four times per second, even if the document changes continuously.
A value of 0 disables automatic updates, so the symbol list will only be A value of 0 disables automatic updates, so the symbol list will only be
updated upon document saving. updated upon document saving.