initial commit
This commit is contained in:
51
pineapple-notepadui.rc
Normal file
51
pineapple-notepadui.rc
Normal file
@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
DTD: https://github.com/KDE/kxmlgui/blob/master/src/kpartgui.dtd
|
||||
Template: https://github.com/KDE/kxmlgui/blob/master/src/ui_standards.rc
|
||||
-->
|
||||
<gui name="pineapple-notepad"
|
||||
version="1"
|
||||
xmlns="http://www.kde.org/standards/kxmlgui/1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
|
||||
http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
|
||||
<MenuBar>
|
||||
<Menu name="file" >
|
||||
</Menu>
|
||||
<Menu name="edit">
|
||||
</Menu>
|
||||
<Menu name="search"><text>&Search</text>
|
||||
<Action name="edit_find" />
|
||||
<Action name="edit_find_next" />
|
||||
<Action name="edit_find_prev" />
|
||||
<Action name="edit_replace" />
|
||||
</Menu>
|
||||
<Menu name="view"><text>&View</text>
|
||||
<!-- <Menu><text>&Zoom</text>
|
||||
<Action name="view_zoom_in"/>
|
||||
<Action name="view_zoom_out"/>
|
||||
</Menu>-->
|
||||
<Action name="toggle_wrap_mode" />
|
||||
</Menu>
|
||||
<Menu name="encoding"><text>E&ncoding</text>
|
||||
</Menu>
|
||||
<Menu name="language"><text>&Language</text>
|
||||
<Action name="lexer_none" />
|
||||
</Menu>
|
||||
<Menu name="settings"><text>&Settings</text>
|
||||
<Action name="colorscheme_menu"/>
|
||||
</Menu>
|
||||
<!-- this is not enough, user can still see actions like About KDE from other places
|
||||
<menu name="help" noMerge="1"><text>&Help</text>
|
||||
<Action name="open_kcommand_bar"/>
|
||||
<Separator/>
|
||||
<Action name="help_about_app"/>
|
||||
</menu> -->
|
||||
</MenuBar>
|
||||
<ToolBar name="mainToolBar" >
|
||||
<text>Main Toolbar</text>
|
||||
<Action name="toggle_wrap_mode" />
|
||||
<Action name="toggle_show_all_characters" />
|
||||
<Action name="toggle_indent_guide" />
|
||||
</ToolBar>
|
||||
</gui>
|
Reference in New Issue
Block a user