Warning, /sdk/ktechlab/src/ktechlabtextui.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>&amp;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="tools">
0015                         <text>&amp;Tools</text>
0016                         <Separator/>
0017                         <Action name="tools_toggle_write_lock" group="tools_operations" />
0018                         <Separator group="tools_operations" />
0019                         <Action name="set_filetype" group="tools_operations" />
0020                         <Action name="set_highlight" group="tools_operations" />
0021                         <Action name="tools_indentation" group="tools_operations" />
0022                         <Action name="set_encoding" group="tools_operations" />
0023                         <Action name="set_eol" group="tools_operations" />
0024 <!--                    <Separator group="tools_operations" /> -->
0025 <!--                    <Action name="tools_spelling" group="tools_operations" /> -->
0026 <!--                    <Action name="tools_spelling_from_cursor" group="tools_operations" /> -->
0027 <!--                    <Action name="tools_spelling_selection" group="tools_operations" /> -->
0028                         <Separator group="tools_operations" />
0029                         <Action name="tools_indent" group="tools_operations" />
0030                         <Action name="tools_unindent" group="tools_operations" />
0031                         <Action name="tools_cleanIndent" group="tools_operations" />
0032                         <Action name="tools_align" group="tools_operations" />
0033                         <Separator group="tools_operations" />
0034                         <Action name="tools_comment" group="tools_operations" />
0035                         <Action name="tools_uncomment" group="tools_operations" />
0036 <!--                    <Separator group="tools_operations" /> -->
0037 <!--                    <Action name="tools_uppercase" group="tools_operations" /> -->
0038 <!--                    <Action name="tools_lowercase" group="tools_operations" /> -->
0039 <!--                    <Action name="tools_capitalize" group="tools_operations" /> -->
0040                         <Separator group="tools_operations" />
0041                         <Action name="tools_join_lines" group="tools_operations" />
0042                         <Action name="tools_apply_wordwrap" group="tools_operations" />
0043                         <Separator/>
0044                         <Action name="tools_to_microbe"/>
0045                         <Action name="tools_to_assembly"/>
0046                         <Action name="tools_to_hex"/>
0047                         <Action name="tools_to_pic"/>
0048                         <Separator/>
0049                         <Action name="format_asm"/>
0050                 </Menu>
0051                 
0052                 <Menu name="debug" group="debug_merge">
0053                         <text>&amp;Debug</text>
0054                         <Action name="debug_toggle_breakpoint"/>
0055                         <Separator/>
0056                         <Action name="debug_run"/>
0057                         <Action name="debug_interrupt"/>
0058                         <Action name="debug_stop"/>
0059                         <Separator/>
0060                         <Action name="debug_step"/>
0061                         <Action name="debug_step_over"/>
0062                         <Action name="debug_step_out"/>
0063                 </Menu>
0064         </MenuBar>
0065         
0066         <!--<Menu name="ktexteditor_popup">
0067                 <Action name="edit_undo" group="popup_operations" />
0068                 <Action name="edit_redo" group="popup_operations" />
0069                 <Separator group="popup_operations" />
0070                 <Action name="edit_cut" group="popup_operations" />
0071                 <Action name="edit_copy" group="popup_operations" />
0072                 <Action name="edit_paste" group="popup_operations" />
0073                 <Separator group="popup_operations" />
0074                 <Action name="edit_select_all" group="popup_operations" />
0075                 <Action name="edit_deselect" group="popup_operations" />
0076                 <Separator group="popup_operations" />
0077                 <Action name="bookmarks" group="popup_operations" />
0078                 <Separator group="popup_operations" />
0079         </Menu>-->
0080         
0081         <ToolBar name="toolsToolBar">
0082                 <text>Main Toolbar</text>
0083                 <Action name="incFontSizes" />
0084                 <Action name="decFontSizes" />
0085                 <Separator nomerge="1"/>
0086                 <Action name="program_convert"/>
0087         </ToolBar>
0088         
0089         <ToolBar name="debugTB">
0090                 <text>Debugger</text>
0091                 <Action name="debug_run"/>
0092                 <Action name="debug_step"/>
0093                 <Action name="debug_step_over"/>
0094                 <Action name="debug_step_out"/>
0095         </ToolBar>
0096 </gui>