summaryrefslogtreecommitdiffstats
path: root/kate/data/katepartreadonlyui.rc
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch)
tree5ac38a06f3dde268dc7927dc155896926aaf7012 /kate/data/katepartreadonlyui.rc
downloadtdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz
tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/data/katepartreadonlyui.rc')
-rw-r--r--kate/data/katepartreadonlyui.rc98
1 files changed, 98 insertions, 0 deletions
diff --git a/kate/data/katepartreadonlyui.rc b/kate/data/katepartreadonlyui.rc
new file mode 100644
index 000000000..5c899dbfb
--- /dev/null
+++ b/kate/data/katepartreadonlyui.rc
@@ -0,0 +1,98 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui name="KatePartView" version="40">
+<MenuBar>
+ <Menu name="file" noMerge="1"><text>&amp;File</text>
+ <Action name="file_save_as" group="save_merge" />
+ <Action name="file_reload" group="revert_merge" />
+ <Separator group="print_merge" />
+ <Action name="file_export_html" group="print_merge"/>
+ </Menu>
+
+ <Menu name="edit" noMerge="1"><text>&amp;Edit</text>
+ <Action name="edit_copy_html" group="edit_paste_merge" />
+ <Separator group="edit_paste_merge" />
+ <Action name="edit_select_all" group="edit_select_merge" />
+ <Action name="edit_deselect" group="edit_select_merge" />
+ <Action name="set_verticalSelect" group="edit_select_merge" />
+ <Separator group="edit_select_merge" />
+ <Action name="edit_find" group="edit_find_merge" />
+ <Action name="edit_find_next" group="edit_find_merge" />
+ <Action name="edit_find_prev" group="edit_find_merge" />
+ <Separator group="edit_find_merge" />
+ <Action name="go_goto_line" group="edit_find_merge"/>
+ </Menu>
+
+ <Menu name="view" noMerge="1"><text>&amp;View</text>
+ <Action name="switch_to_cmd_line" group="view_operations" />
+ <Separator group="view_operations" />
+ <Action name="view_schemas" group="view_operations" />
+ <Separator group="view_operations" />
+ <Action name="view_dynamic_word_wrap" group="view_operations" />
+ <Action name="dynamic_word_wrap_indicators" group="view_operations" />
+ <Action name="view_word_wrap_marker" group="view_operations" />
+ <Separator group="view_operations" />
+ <Action name="view_border" group="view_operations" />
+ <Action name="view_line_numbers" group="view_operations" />
+ <Action name="view_scrollbar_marks" group="view_operations" />
+ <Separator group="view_operations" />
+ <Action name="view_folding_markers" group="view_operations" />
+ <Menu name="codefolding" group="view_operations"><text>&amp;Code Folding</text>
+ <Action name="folding_toplevel" group="view_operations" />
+ <Action name="folding_expandtoplevel" group="view_operations" />
+ <Action name="folding_collapselocal" group="view_operations" />
+ <Action name="folding_expandlocal" group="view_operations" />
+ </Menu>
+ <Separator group="view_operations" />
+ </Menu>
+
+
+ <Menu name="tools"><text>&amp;Tools</text>
+ <Action name="bookmarks" />
+ <Separator group="tools_operations" />
+ <Action name="set_filetype" group="tools_operations" />
+ <Action name="set_highlight" group="tools_operations" />
+ <Action name="set_encoding" group="tools_operations" />
+ <Action name="set_eol" group="tools_operations" />
+ <Separator group="tools_operations" />
+ <Action name="tools_spelling" group="tools_operations" />
+ <Separator group="tools_operations" />
+ <Action name="tools_indent" group="tools_operations" />
+ <Action name="tools_unindent" group="tools_operations" />
+ <Action name="tools_cleanIndent" group="tools_operations" />
+ <Action name="tools_align" group="tools_operations" />
+ <Separator group="tools_operations" />
+ <Action name="tools_comment" group="tools_operations" />
+ <Action name="tools_uncomment" group="tools_operations" />
+ <Separator group="tools_operations" />
+ <Action name="tools_uppercase" group="tools_operations" />
+ <Action name="tools_lowercase" group="tools_operations" />
+ <Action name="tools_capitalize" group="tools_operations" />
+ <Separator group="tools_operations" />
+ <Action name="tools_join_lines" group="tools_operations" />
+ <Action name="tools_apply_wordwrap" group="tools_operations" />
+ </Menu>
+
+ <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
+ <Action name="set_confdlg" group="configure_merge" />
+ </Menu>
+</MenuBar>
+
+<Menu name="ktexteditor_popup" noMerge="1">
+ <Action name="edit_undo" group="popup_operations" />
+ <Action name="edit_redo" group="popup_operations" />
+ <Separator group="popup_operations" />
+ <Action name="edit_cut" group="popup_operations" />
+ <Action name="edit_copy" group="popup_operations" />
+ <Action name="edit_paste" group="popup_operations" />
+ <Separator group="popup_operations" />
+ <Action name="bookmarks" group="popup_operations" />
+ <Separator group="popup_operations" />
+</Menu>
+
+<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
+ <Action name="edit_find" group="find_operations" />
+ <Action name="incFontSizes" group="zoom_operations" />
+ <Action name="decFontSizes" group="zoom_operations" />
+</ToolBar>
+
+</kpartgui>