Add the new 'Autocomplete all words in document' pref to the docs.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3938 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
c447144e6f
commit
a613590d91
@ -8,6 +8,8 @@
|
||||
Add style 'line_height' to increase the line height.
|
||||
Add style 'marker_mark' and change style 'marker_search' to
|
||||
define the style used for marked search results.
|
||||
* doc/geany.txt, doc/geany.html:
|
||||
Add the new 'Autocomplete all words in document' pref to the docs.
|
||||
|
||||
|
||||
2009-07-08 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
@ -2044,9 +2044,12 @@ following C code:</p>
|
||||
<p class="last">on the next line with the correct indentation based on the previous line,
|
||||
as long as the multi-line is not closed by <tt class="docutils literal"><span class="pre">*/</span></tt>.</p>
|
||||
</dd>
|
||||
<dt>Automatic symbol completion</dt>
|
||||
<dt>Autocomplete symbols</dt>
|
||||
<dd>When you start to type a symbol name, look for the full string to
|
||||
allow it to be completed for you.</dd>
|
||||
<dt>Autocomplete all words in documents</dt>
|
||||
<dd>When you start to type a word, Geany will search the whole document for
|
||||
words starting with the typed part to complete it.</dd>
|
||||
<dt>Characters to type for completion</dt>
|
||||
<dd>Number of characters of a word to type before autocompletion is
|
||||
displayed.</dd>
|
||||
@ -4972,7 +4975,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
|
||||
<div class="footer">
|
||||
<hr class="footer" />
|
||||
<a class="reference external" href="geany.txt">View document source</a>.
|
||||
Generated on: 2009-07-08 21:34 UTC.
|
||||
Generated on: 2009-07-08 22:37 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>
|
||||
|
@ -1778,10 +1778,14 @@ Automatic continuation multi-line comments
|
||||
on the next line with the correct indentation based on the previous line,
|
||||
as long as the multi-line is not closed by ``*/``.
|
||||
|
||||
Automatic symbol completion
|
||||
Autocomplete symbols
|
||||
When you start to type a symbol name, look for the full string to
|
||||
allow it to be completed for you.
|
||||
|
||||
Autocomplete all words in documents
|
||||
When you start to type a word, Geany will search the whole document for
|
||||
words starting with the typed part to complete it.
|
||||
|
||||
Characters to type for completion
|
||||
Number of characters of a word to type before autocompletion is
|
||||
displayed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user