2024-06-22 20:01:42 +08:00
|
|
|
<?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>
|
2024-06-30 12:51:22 +08:00
|
|
|
<Menu name="view">
|
2024-06-22 20:01:42 +08:00
|
|
|
<!-- <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" />
|
2024-06-30 12:51:22 +08:00
|
|
|
<Separator/>
|
|
|
|
<!-- FIXME: those lexer_group_ actions should be exclude from Edit ToolBar dialog -->
|
|
|
|
<Action name="lexer_group_b" />
|
|
|
|
<Action name="lexer_group_c" />
|
|
|
|
<Action name="lexer_group_d" />
|
|
|
|
<Action name="lexer_group_h" />
|
|
|
|
<Action name="lexer_group_j" />
|
|
|
|
<Action name="lexer_group_l" />
|
|
|
|
<Action name="lexer_group_m" />
|
|
|
|
<Action name="lexer_group_p" />
|
|
|
|
<Action name="lexer_group_r" />
|
|
|
|
<Action name="lexer_group_x" />
|
|
|
|
<Action name="lexer_group_y" />
|
2024-06-22 20:01:42 +08:00
|
|
|
</Menu>
|
2024-06-30 12:51:22 +08:00
|
|
|
<Menu name="settings">
|
2024-06-22 20:01:42 +08:00
|
|
|
<Action name="colorscheme_menu"/>
|
|
|
|
</Menu>
|
2024-06-30 12:51:22 +08:00
|
|
|
<!-- FIXME: This is NOT a KDE project -->
|
|
|
|
<menu name="help">
|
|
|
|
</menu>
|
2024-06-22 20:01:42 +08:00
|
|
|
</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>
|