SF.net SVN: geany:[3353] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Dec 9 20:30:23 UTC 2008


Revision: 3353
          http://geany.svn.sourceforge.net/geany/?rev=3353&view=rev
Author:   eht16
Date:     2008-12-09 20:30:23 +0000 (Tue, 09 Dec 2008)

Log Message:
-----------
Remove the list of available actions and instead refer to the documentation for an up to date list.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/ui_toolbar.xml

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-12-09 19:00:45 UTC (rev 3352)
+++ trunk/ChangeLog	2008-12-09 20:30:23 UTC (rev 3353)
@@ -4,6 +4,9 @@
    Various improvements for parsing Vala files (mainly fix handling of
    function attributes, fix nested types handling, add some missing
    keywords, patch by Colomban Wendling, thanks).
+ * data/ui_toolbar.xml:
+   Remove the list of available actions and instead refer to the
+   documentation for an up to date list.
 
 
 2008-12-09  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/data/ui_toolbar.xml
===================================================================
--- trunk/data/ui_toolbar.xml	2008-12-09 19:00:45 UTC (rev 3352)
+++ trunk/data/ui_toolbar.xml	2008-12-09 20:30:23 UTC (rev 3353)
@@ -8,34 +8,8 @@
 
 For changes to take effect, you need to restart Geany.
 
-Available actions:
-
-New			- Create a new file
-Open		- Open an existing file
-Save		- Save the current file
-SaveAll		- Save all open files
-Reload		- Reload the current file from disk
-Close		- Close the current file
-Cut			- Cut the current selection
-Copy		- Copy the current selection
-Paste		- Paste the contents of the clipboard
-Delete		- Delete the current selection
-Undo		- Undo the last modification
-Redo		- Redo the last modification
-NavBack		- Navigate back a location
-NavFor		- Navigate forward a location
-Compile		- Compile the current file
-Run			- Run or view the current file
-Color		- Open a color chooser dialog, to interactively pick colors from a palette
-ZoomIn		- Zoom in the text
-ZoomOut		- Zoom out the text
-UnIndent	- Decrease indentation
-Indent		- Increase indentation
-SearchEntry	- The search field belonging to the 'Search' element (can be used alone)
-Search		- Find the entered text in the current file (only useful if you also use 'SearchEntry')
-GotoEntry	- The goto field belonging to the 'Goto' element (can be used alone)
-Goto		- Jump to the entered line number (only useful if you also use 'SearchEntry')
-Quit		- Quit Geany
+A list of available actions can be found in the documentation included with Geany or
+at http://www.geany.org/manual/current/index.html#customizing-the-toolbar.
 -->
 
 <ui>


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