SF.net SVN: geany: [1864] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Sep 9 16:43:54 UTC 2007


Revision: 1864
          http://geany.svn.sourceforge.net/geany/?rev=1864&view=rev
Author:   eht16
Date:     2007-09-09 09:43:54 -0700 (Sun, 09 Sep 2007)

Log Message:
-----------
Add notice about code navigation history.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/geany.txt

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-09-09 16:13:30 UTC (rev 1863)
+++ trunk/ChangeLog	2007-09-09 16:43:54 UTC (rev 1864)
@@ -2,6 +2,7 @@
 
  * src/build.c, src/callbacks.c: Change quotes in some error messages to
                                  be more consistent (thanks Frank).
+ * doc/geany.txt: Add notice about code navigation history.
 
 
 2007-09-07  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2007-09-09 16:13:30 UTC (rev 1863)
+++ trunk/doc/geany.txt	2007-09-09 16:43:54 UTC (rev 1864)
@@ -488,6 +488,21 @@
 navigate around multiple files.
 
 
+Code Navigation History
+^^^^^^^^^^^^^^^^^^^^^^^
+
+To ease navigation in source files and especially between different files, Geany
+let you jump between different navigation points. Currently, this works when using
+the `Go to tag declaration`_, `Go to tag definition`_ commands and when clicking
+on symbol list items.
+
+When using one of these actions, Geany remembers your current position and jumps
+to the new one. If you decide to go back to your previous position in the file,
+just use "Navigate back a location". To get back to the new position again, just
+use "Navigate forward a location". This makes it easier to navigate in e.g.
+foreign code and between different files.
+
+
 Send text through definable commands
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
@@ -1526,10 +1541,12 @@
 Switch to last used document    Switches to the previously selected open document.
 
 Navigate forward a location     Switches to the next location in the navigation
-                                history.
+                                history. See the section called `Code Navigation
+                                History`_.
 
 Navigate back a location        Switches to the previous location in the
-                                navigation history.
+                                navigation history. See the section called
+                                `Code Navigation History`_.
 
 **Editing operations**
 
@@ -1640,7 +1657,7 @@
                                 the keyboard cursor). If the declaration cannot be
                                 found (e.g. the relevant file is not open) Geany
                                 will beep and do nothing. See the section called
-                                `Go to tag definition`_.
+                                `Go to tag declaration`_.
 
 Context Action                  Executes a command and passes the current word
                                 (near the cursor postion) or selection as an


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