SF.net SVN: geany:[5619] trunk
colombanw at users.sourceforge.net
colombanw at xxxxx
Thu Mar 24 02:11:47 UTC 2011
Revision: 5619
http://geany.svn.sourceforge.net/geany/?rev=5619&view=rev
Author: colombanw
Date: 2011-03-24 02:11:46 +0000 (Thu, 24 Mar 2011)
Log Message:
-----------
Improve wording of the last commit and update the ChangeLog
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.html
trunk/doc/geany.txt
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-03-23 22:36:56 UTC (rev 5618)
+++ trunk/ChangeLog 2011-03-24 02:11:46 UTC (rev 5619)
@@ -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>
* src/main.c:
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2011-03-23 22:36:56 UTC (rev 5618)
+++ trunk/doc/geany.html 2011-03-24 02:11:46 UTC (rev 5619)
@@ -1909,12 +1909,11 @@
tags files, as described below.</p>
<div class="section" id="workspace-tags">
<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
-possibly when modified (see <em>Symbol list update frequency</em> preference in the
-<a class="reference internal" href="#editor-completions-preferences">Editor Completions preferences</a>). These are shown in the Symbol list in
-the Sidebar. These tags are also used for autocompletion of symbols and
-calltips for all documents open in the current session that have the same
-filetype.</p>
+<p>Tags for each document are parsed whenever a file is loaded, saved or
+modified (see <em>Symbol list update frequency</em> preference in the <a class="reference internal" href="#editor-completions-preferences">Editor
+Completions preferences</a>). These are shown in the Symbol list in the
+Sidebar. These tags are also used for autocompletion of symbols and calltips
+for all documents open in the current session that have the same filetype.</p>
<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>
</div>
@@ -2433,11 +2432,11 @@
<dt>Symbol list update frequency</dt>
<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
-current document. The smaller is the delay the more up-to-date is the
-symbol list (and then the completions); but rebuilding the symbol list
-has a cost in performance, especially with large files.</p>
-<p>The default value is 250, which means the symbol list will be updated at
-most 4 times per second, even if the document changes continuously.</p>
+current document. The smaller the delay, the more up-to-date the symbol
+list (and then the completions); but rebuilding the symbol list has a
+cost in performance, especially with large files.</p>
+<p>The default value is 250ms, which means the symbol list will be updated
+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
updated upon document saving.</p>
</dd>
@@ -6484,7 +6483,7 @@
<div class="footer">
<hr class="footer" />
<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.
</div>
Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt 2011-03-23 22:36:56 UTC (rev 5618)
+++ trunk/doc/geany.txt 2011-03-24 02:11:46 UTC (rev 5619)
@@ -1505,12 +1505,11 @@
Workspace tags
^^^^^^^^^^^^^^
-Tags for each document are parsed whenever a file is loaded or saved, and
-possibly when modified (see *Symbol list update frequency* preference in the
-`Editor Completions preferences`_). These are shown in the Symbol list in
-the Sidebar. These tags are also used for autocompletion of symbols and
-calltips for all documents open in the current session that have the same
-filetype.
+Tags for each document are parsed whenever a file is loaded, saved or
+modified (see *Symbol list update frequency* preference in the `Editor
+Completions preferences`_). These are shown in the Symbol list in the
+Sidebar. These tags are also used for autocompletion of symbols and calltips
+for all documents open in the current session that have the same filetype.
The *Go to Tag* commands can be used with all workspace tags. See
`Go to tag definition`_.
@@ -2096,12 +2095,12 @@
The minimum delay (in milliseconds) between two symbol list updates.
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
- symbol list (and then the completions); but rebuilding the symbol list
- has a cost in performance, especially with large files.
+ current document. The smaller the delay, the more up-to-date the symbol
+ list (and then the completions); but rebuilding the symbol list has a
+ cost in performance, especially with large files.
- The default value is 250, which means the symbol list will be updated at
- most 4 times per second, even if the document changes continuously.
+ The default value is 250ms, which means the symbol list will be updated
+ 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
updated upon document saving.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list