/usr/share/kde4/apps/kdevokteta/kdevokteta.rc is in kdevelop-data 4:4.7.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui name="okteta" version="2">
<MenuBar>
<Menu name="file">
<Action name="file_save" group="save_merge" /> <!-- TODO: why isn't this offered by the host? -->
<Action name="file_save_as" group="save_merge" />
<Action name="export" group="save_merge" />
<Action name="file_print" group="print_merge" />
<Menu name="permission" group="print_merge">
<text context="@title:menu">Permissions</text>
<Action name="isreadonly" />
<Action name="isoverwriteonly" />
</Menu>
</Menu>
<Menu name="edit">
<Action name="edit_undo" group="edit_undo_merge" />
<Action name="edit_redo" group="edit_undo_merge" />
<Separator group="edit_undo_merge" />
<Action name="edit_cut" group="edit_paste_merge" />
<Action name="edit_copy" group="edit_paste_merge" />
<Action name="edit_paste" group="edit_paste_merge" />
<Action name="copy_as" group="edit_paste_merge" />
<Action name="insert" 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="edit_select" 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" />
<Action name="edit_replace" group="edit_find_merge" />
<Separator group="edit_find_merge" />
<Action name="set_overwrite" group="edit_select_merge" />
<Separator group="edit_find_merge" />
<Action name="goto_offset" group="edit_find_merge" />
</Menu>
<Menu name="editor">
<Menu name="view"><text>View</text>
<Action name="view_zoom_in" group="view_operations" />
<Action name="view_zoom_out" group="view_operations" />
<Separator group="view_operations" />
<Action name="view_showsnonprinting" group="view_operations" />
<Action name="view_lineoffset" group="view_operations" />
<Action name="togglecolumns" group="view_operations" />
<Separator group="view_operations" />
<Action name="view_valuecoding" group="view_operations" />
<Action name="view_charencoding" group="view_operations" />
<Separator group="view_operations" />
<Action name="view_bytesperline" group="view_operations" />
<Action name="view_bytespergroup" group="view_operations" />
<Action name="resizestyle" group="view_operations" />
<Action name="viewmode" group="view_operations" />
<Separator/>
<Action name="view_profile" />
</Menu>
<Menu name="bookmarks"><text>Bookmarks</text>
<Action name="bookmark_add" />
<Action name="bookmark_edit" />
<Separator/>
<Action name="bookmark_replace" />
<Action name="bookmark_remove" />
<Action name="bookmark_remove_all" />
<Separator/>
<Action name="bookmark_previous" />
<Action name="bookmark_next" />
<Separator/>
<ActionList name="bookmark_list" />
</Menu>
</Menu>
<Menu name="settings">
<Action name="settings_viewprofiles_manage" group="configure_merge" />
</Menu>
</MenuBar>
<ToolBar name="mainToolBar">
<Action name="file_save" group="file_operations"/>
<Action name="edit_undo" group="edit_operations" />
<Action name="edit_redo" group="edit_operations" />
<Separator/>
<Action name="edit_find" group="edit_operations" />
<Action name="edit_find_next" group="edit_operations" />
<Action name="edit_find_last" group="edit_operations" />
</ToolBar>
<!--<ToolBar name="designerToolbar" noMerge="1"><text>Designer Layout Toolbar</text>
<Action name="layout_horiz"/>
<Action name="layout_vertical"/>
<Action name="layout_split_horiz"/>
<Action name="layout_split_vert"/>
<Action name="layout_grid"/>
<Action name="break_layout"/>
<Separator/>
<Action name="adjust_size"/>
</ToolBar>-->
</gui>
|