Skip to content

Commit

Permalink
Remove ui_toolbar.xml Configuration Files menu item.
Browse files Browse the repository at this point in the history
Add a real toolbar editor dialog.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3898 ea778897-0a13-0410-b9d1-a72fbfd435f5
  • Loading branch information
eht16 committed Jun 25, 2009
1 parent 60efb96 commit 060fc00
Show file tree
Hide file tree
Showing 7 changed files with 1,128 additions and 668 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
2009-06-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>

* data/ui_toolbar.xml, doc/geany.txt, doc/geany.html, src/ui_utils.c,
src/toolbar.c, src/toolbar.h:
Remove ui_toolbar.xml Configuration Files menu item.
Add a real toolbar editor dialog.


2009-06-25 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>

* src/dialogs.c:
Expand Down
7 changes: 5 additions & 2 deletions data/ui_toolbar.xml
@@ -1,12 +1,15 @@
<!--
<!--
This is Geany's toolbar UI definition.
The DTD can be found at http://library.gnome.org/devel/gtk/stable/GtkUIManager.html#GtkUIManager.description.
The DTD can be found at
http://library.gnome.org/devel/gtk/stable/GtkUIManager.html#GtkUIManager.description.
You can re-order all items and freely add and remove available actions.
You cannot add new actions which are not listed in the documentation.
Everything you add or change must be inside the /ui/toolbar/ path.
For changes to take effect, simply save this file within Geany or restart Geany.
For changes to take effect, you need to restart Geany. Alternatively you can use the toolbar
editor in 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.
Expand Down
1,250 changes: 628 additions & 622 deletions doc/geany.html

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions doc/geany.txt
Expand Up @@ -3527,8 +3527,14 @@ fileheader The file header template. This wildcard file header, snippe
Customizing the toolbar
-----------------------

You can add, remove and reorder the elements in the toolbar by editing
the file ``ui_toolbar.xml``.
You can add, remove and reorder the elements in the toolbar by using the toolbar editor
by manually editing the file ``ui_toolbar.xml``.

The toolbar editor can be opened from the preferences editor on the Toolbar tab or
by right-clicking on the toolbar itself and choosing it from the menu.

Manually editing of the toolbar layout
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

To override the system-wide configuration file, copy it from
``$prefix/share/geany`` to your configuration directory, usually
Expand Down

0 comments on commit 060fc00

Please sign in to comment.