]> mj.ucw.cz Git - eval.git/blob - mop/template/.kde/share/apps/katepart/katepartui.rc
C++: Enable -std=gnu++11
[eval.git] / mop / template / .kde / share / apps / katepart / katepartui.rc
1 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
2 <kpartgui version="40" name="KatePartView" >
3  <MenuBar>
4   <Menu noMerge="1" name="file" >
5    <text>&amp;File</text>
6    <Action group="save_merge" name="file_save" />
7    <Action group="save_merge" name="file_save_as" />
8    <Action group="revert_merge" name="file_reload" />
9    <Action group="print_merge" name="file_print" />
10    <Separator group="print_merge" />
11    <Action group="print_merge" name="file_export_html" />
12   </Menu>
13   <Menu noMerge="1" name="edit" >
14    <text>&amp;Edit</text>
15    <Action group="edit_undo_merge" name="edit_undo" />
16    <Action group="edit_undo_merge" name="edit_redo" />
17    <Separator group="edit_undo_merge" />
18    <Action group="edit_paste_merge" name="edit_cut" />
19    <Action group="edit_paste_merge" name="edit_copy" />
20    <Action group="edit_paste_merge" name="edit_copy_html" />
21    <Action group="edit_paste_merge" name="edit_paste" />
22    <Separator group="edit_paste_merge" />
23    <Action group="edit_select_merge" name="edit_select_all" />
24    <Action group="edit_select_merge" name="edit_deselect" />
25    <Action group="edit_select_merge" name="set_verticalSelect" />
26    <Separator group="edit_select_merge" />
27    <Action group="edit_select_merge" name="set_insert" />
28    <Separator group="edit_select_merge" />
29    <Action group="edit_find_merge" name="edit_find" />
30    <Action group="edit_find_merge" name="edit_find_next" />
31    <Action group="edit_find_merge" name="edit_find_prev" />
32    <Action group="edit_find_merge" name="edit_replace" />
33    <Separator group="edit_find_merge" />
34    <Action group="edit_find_merge" name="go_goto_line" />
35   </Menu>
36   <Menu noMerge="1" name="view" >
37    <text>&amp;View</text>
38    <Action group="view_operations" name="switch_to_cmd_line" />
39    <Separator group="view_operations" />
40    <Action group="view_operations" name="view_schemas" />
41    <Separator group="view_operations" />
42    <Action group="view_operations" name="view_dynamic_word_wrap" />
43    <Action group="view_operations" name="dynamic_word_wrap_indicators" />
44    <Action group="view_operations" name="view_word_wrap_marker" />
45    <Separator group="view_operations" />
46    <Action group="view_operations" name="view_border" />
47    <Action group="view_operations" name="view_line_numbers" />
48    <Action group="view_operations" name="view_scrollbar_marks" />
49    <Separator group="view_operations" />
50    <Action group="view_operations" name="view_folding_markers" />
51    <Menu group="view_operations" name="codefolding" >
52     <text>&amp;Code Folding</text>
53     <Action group="view_operations" name="folding_toplevel" />
54     <Action group="view_operations" name="folding_expandtoplevel" />
55     <Action group="view_operations" name="folding_collapselocal" />
56     <Action group="view_operations" name="folding_expandlocal" />
57    </Menu>
58    <Separator group="view_operations" />
59   </Menu>
60   <Action name="bookmarks" />
61   <Menu noMerge="1" name="tools" >
62    <text>&amp;Tools</text>
63    <Action group="tools_operations" name="tools_toggle_write_lock" />
64    <Separator group="tools_operations" />
65    <Action group="tools_operations" name="set_filetype" />
66    <Action group="tools_operations" name="set_highlight" />
67    <Action group="tools_operations" name="tools_indentation" />
68    <Action group="tools_operations" name="set_encoding" />
69    <Action group="tools_operations" name="set_eol" />
70    <Separator group="tools_operations" />
71    <Action group="tools_operations" name="tools_spelling" />
72    <Action group="tools_operations" name="tools_spelling_from_cursor" />
73    <Action group="tools_operations" name="tools_spelling_selection" />
74    <Separator group="tools_operations" />
75    <Action group="tools_operations" name="tools_indent" />
76    <Action group="tools_operations" name="tools_unindent" />
77    <Action group="tools_operations" name="tools_cleanIndent" />
78    <Action group="tools_operations" name="tools_align" />
79    <Separator group="tools_operations" />
80    <Action group="tools_operations" name="tools_comment" />
81    <Action group="tools_operations" name="tools_uncomment" />
82    <Separator group="tools_operations" />
83    <Action group="tools_operations" name="tools_uppercase" />
84    <Action group="tools_operations" name="tools_lowercase" />
85    <Action group="tools_operations" name="tools_capitalize" />
86    <Separator group="tools_operations" />
87    <Action group="tools_operations" name="tools_join_lines" />
88    <Action group="tools_operations" name="tools_apply_wordwrap" />
89   </Menu>
90   <Menu noMerge="1" name="settings" >
91    <text>&amp;Settings</text>
92    <Action group="configure_merge" name="set_confdlg" />
93   </Menu>
94  </MenuBar>
95  <Menu noMerge="0" name="ktexteditor_popup" >
96   <Action group="popup_operations" name="edit_undo" />
97   <Action group="popup_operations" name="edit_redo" />
98   <Separator group="popup_operations" />
99   <Action group="popup_operations" name="edit_cut" />
100   <Action group="popup_operations" name="edit_copy" />
101   <Action group="popup_operations" name="edit_paste" />
102   <Separator group="popup_operations" />
103   <Action group="popup_operations" name="edit_select_all" />
104   <Action group="popup_operations" name="edit_deselect" />
105   <Separator group="popup_operations" />
106   <Action group="popup_operations" name="bookmarks" />
107   <Separator group="popup_operations" />
108  </Menu>
109  <ToolBar noMerge="1" name="mainToolBar" >
110   <text>Main Toolbar</text>
111   <Action group="file_operations" name="file_save" />
112   <Action group="file_operations" name="file_save_as" />
113   <Action group="print_merge" name="file_print" />
114   <Action group="edit_operations" name="edit_undo" />
115   <Action group="edit_operations" name="edit_redo" />
116   <Action group="edit_operations" name="edit_cut" />
117   <Action group="edit_operations" name="edit_copy" />
118   <Action group="edit_operations" name="edit_paste" />
119   <Action group="find_operations" name="edit_find" />
120   <Action group="zoom_operations" name="incFontSizes" />
121   <Action group="zoom_operations" name="decFontSizes" />
122  </ToolBar>
123  <ActionProperties>
124   <Action shortcut="" name="view_folding_markers" />
125   <Action shortcut="" name="view_line_numbers" />
126   <Action shortcut="" name="view_dynamic_word_wrap" />
127   <Action shortcut="" name="switch_to_cmd_line" />
128  </ActionProperties>
129 </kpartgui>