Warning, /sdk/ktechlab/src/ktechlabkateui.rc is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0"?> 0002 <!DOCTYPE gui SYSTEM "kpartgui.dtd"> 0003 <gui name="KTechlabText" version="10"> 0004 <MenuBar> 0005 <Menu name="file"> 0006 <text>&File</text> 0007 <!-- Why do we have both actions defined? Because Kate changed the name 0008 for KDE 3.5. Only one of them will show up in the user interface, 0009 depending on the version of KDE that the user has installed. --> 0010 <Action name="file_export" group="save_merge"/> 0011 <Action name="file_export_html" group="save_merge"/> 0012 </Menu> 0013 0014 <Menu name="edit"> 0015 <text>&Edit</text> 0016 <Action name="edit_select_all" group="edit_select_merge" /> 0017 <Action name="edit_deselect" group="edit_select_merge" /> 0018 <Action name="set_verticalSelect" group="edit_select_merge" /> 0019 <Separator group="edit_select_merge" /> 0020 <Action name="set_insert" group="edit_select_merge" /> 0021 <Separator group="edit_select_merge" /> 0022 <Action name="edit_find" group="edit_find_merge" /> 0023 <Action name="edit_find_next" group="edit_find_merge" /> 0024 <Action name="edit_find_prev" group="edit_find_merge" /> 0025 <Action name="edit_replace" group="edit_find_merge" /> 0026 <Separator group="edit_find_merge" /> 0027 <Action name="go_goto_line" group="edit_find_merge"/> 0028 </Menu> 0029 0030 <Menu name="view"> 0031 <text>&View</text> 0032 <Action name="switch_to_cmd_line" group="view_operations" /> 0033 <Separator group="view_operations" /> 0034 <Action name="view_schemas" group="view_operations" /> 0035 <Separator group="view_operations" /> 0036 <Action name="view_dynamic_word_wrap" group="view_operations" /> 0037 <Action name="dynamic_word_wrap_indicators" group="view_operations" /> 0038 <Action name="view_word_wrap_marker" group="view_operations" /> 0039 <Separator group="view_operations" /> 0040 <Action name="view_border" group="view_operations" /> 0041 <Action name="view_line_numbers" group="view_operations" /> 0042 <Action name="view_scrollbar_marks" group="view_operations" /> 0043 <Separator group="view_operations" /> 0044 <Action name="view_folding_markers" group="view_operations" /> 0045 <Menu name="codefolding" group="view_operations"><text>&Code Folding</text> 0046 <Action name="folding_toplevel" group="view_operations" /> 0047 <Action name="folding_expandtoplevel" group="view_operations" /> 0048 <Action name="folding_collapselocal" group="view_operations" /> 0049 <Action name="folding_expandlocal" group="view_operations" /> 0050 </Menu> 0051 <!-- <Separator group="view_operations" /> --> 0052 </Menu> 0053 0054 <Menu name="tools"> 0055 <text>&Tools</text> 0056 <Separator/> 0057 <Action name="tools_toggle_write_lock" group="tools_operations" /> 0058 <Separator group="tools_operations" /> 0059 <Action name="set_filetype" group="tools_operations" /> 0060 <Action name="set_highlight" group="tools_operations" /> 0061 <Action name="tools_indentation" group="tools_operations" /> 0062 <Action name="set_encoding" group="tools_operations" /> 0063 <Action name="set_eol" group="tools_operations" /> 0064 <!-- <Separator group="tools_operations" /> --> 0065 <!-- <Action name="tools_spelling" group="tools_operations" /> --> 0066 <!-- <Action name="tools_spelling_from_cursor" group="tools_operations" /> --> 0067 <!-- <Action name="tools_spelling_selection" group="tools_operations" /> --> 0068 <Separator group="tools_operations" /> 0069 <Action name="tools_indent" group="tools_operations" /> 0070 <Action name="tools_unindent" group="tools_operations" /> 0071 <Action name="tools_cleanIndent" group="tools_operations" /> 0072 <Action name="tools_align" group="tools_operations" /> 0073 <Separator group="tools_operations" /> 0074 <Action name="tools_comment" group="tools_operations" /> 0075 <Action name="tools_uncomment" group="tools_operations" /> 0076 <!-- <Separator group="tools_operations" /> --> 0077 <!-- <Action name="tools_uppercase" group="tools_operations" /> --> 0078 <!-- <Action name="tools_lowercase" group="tools_operations" /> --> 0079 <!-- <Action name="tools_capitalize" group="tools_operations" /> --> 0080 <Separator group="tools_operations" /> 0081 <Action name="tools_join_lines" group="tools_operations" /> 0082 <Action name="tools_apply_wordwrap" group="tools_operations" /> 0083 <Separator/> 0084 <Action name="tools_to_microbe"/> 0085 <Action name="tools_to_assembly"/> 0086 <Action name="tools_to_hex"/> 0087 <Action name="tools_to_pic"/> 0088 <Separator/> 0089 <Action name="format_asm"/> 0090 </Menu> 0091 0092 <Menu name="settings"> 0093 <text>&Settings</text> 0094 <Action name="set_confdlg" group="configure_merge" /> 0095 </Menu> 0096 0097 <Action name="bookmarks" group="bookmarks_merge"/> 0098 </MenuBar> 0099 0100 <!--<Menu name="ktexteditor_popup"> 0101 <Action name="edit_undo" group="popup_operations" /> 0102 <Action name="edit_redo" group="popup_operations" /> 0103 <Separator group="popup_operations" /> 0104 <Action name="edit_cut" group="popup_operations" /> 0105 <Action name="edit_copy" group="popup_operations" /> 0106 <Action name="edit_paste" group="popup_operations" /> 0107 <Separator group="popup_operations" /> 0108 <Action name="edit_select_all" group="popup_operations" /> 0109 <Action name="edit_deselect" group="popup_operations" /> 0110 <Separator group="popup_operations" /> 0111 <Action name="bookmarks" group="popup_operations" /> 0112 <Separator group="popup_operations" /> 0113 </Menu>--> 0114 0115 <ToolBar name="toolsToolBar"> 0116 <text>Main Toolbar</text> 0117 <Action name="incFontSizes" /> 0118 <Action name="decFontSizes" /> 0119 <Action name="program_convert"/> 0120 </ToolBar> 0121 </gui>