plugins: plugin loader redesign
[geany-mirror.git] / data / ui_toolbar.xml
blob2907d4e18b637592ed25c8b0e25265c5c495cf32
1 <!--
2 <!--
3 This is Geany's toolbar UI definition.
4 The DTD can be found at
5 http://library.gnome.org/devel/gtk/stable/GtkUIManager.html#GtkUIManager.description.
7 You can re-order all items and freely add and remove available actions.
8 You cannot add new actions which are not listed in the documentation.
9 Everything you add or change must be inside the /ui/toolbar/ path.
11 For changes to take effect, you need to restart Geany. Alternatively you can use the toolbar
12 editor in Geany.
14 A list of available actions can be found in the documentation included with Geany or
15 at http://www.geany.org/manual/current/index.html#customizing-the-toolbar.
16 -->
18 <ui>
19         <toolbar name='GeanyToolbar'>
20                 <toolitem action='New' />
21                 <toolitem action='Open' />
22                 <toolitem action='Save' />
23                 <toolitem action='SaveAll' />
24                 <separator/>
25                 <toolitem action='Reload' />
26                 <toolitem action='Close' />
27                 <separator/>
28                 <toolitem action='NavBack' />
29                 <toolitem action='NavFor' />
30                 <separator/>
31                 <toolitem action='Compile' />
32                 <toolitem action='Build' />
33                 <toolitem action='Run' />
34                 <separator/>
35                 <toolitem action='Color' />
36                 <separator/>
37                 <toolitem action='SearchEntry' />
38                 <toolitem action='Search' />
39                 <separator/>
40                 <toolitem action='GotoEntry' />
41                 <toolitem action='Goto' />
42                 <separator/>
43                 <toolitem action='Quit' />
44         </toolbar>
45 </ui>