[geany/geany] 49cdc2: Document the new symbol goto popup
Jiří Techet
git-noreply at xxxxx
Sun Feb 28 16:05:03 UTC 2016
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sun, 28 Feb 2016 16:05:03 UTC
Commit: 49cdc2789772fc3b419d9ed392b2615ad2660689
https://github.com/geany/geany/commit/49cdc2789772fc3b419d9ed392b2615ad2660689
Log Message:
-----------
Document the new symbol goto popup
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
7 lines changed, 7 insertions(+), 0 deletions(-)
===================================================================
@@ -1425,6 +1425,13 @@ corresponding line number. The current word is either the word
nearest the edit cursor, or the word underneath the popup menu click
position when the popup menu is used.
+If there are more symbols with the same name to which the goto can be performed,
+a pop up is shown with a list of all the occurrences. After selecting a symbol
+from the list Geany jumps to the corresponding symbol location. Geany tries to
+suggest the nearest symbol (symbol from the current file, other open documents
+or current directory) as the best candidate for the goto and places this symbol
+at the beginning of the list typed in boldface.
+
.. note::
If the corresponding symbol is on the current line, Geany will first
look for a symbol declaration instead, as this is more useful.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list