summaryrefslogtreecommitdiffstats
path: root/kate/filetemplates/plugin/ui.rc
blob: cbf18c83c7e9b0e34f82d4a6d491bbbadf1f9e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE kpartgui>
<kpartplugin name="katefiletemplates" library="libkatefiletemplates" version="2">
<MenuBar>
 <Menu name="file"><text>&amp;File</text>
  <Action name="file_new_fromtemplate" group="new_merge" />
 </Menu>
 <Menu name="settings"><text>&amp;Settings</text>
  <Separator/>
  <Action name="settings_manage_templates" />
 </Menu>
</MenuBar>
  <Toolbar name="mainToolBar"><text>Main Toolbar</text>
  <Action name="file_new_fromtemplate" group="file_open" />
</Toolbar>
</kpartplugin>