File: kdevelopui.rc

package info (click to toggle)
kdevelop 4%3A25.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 73,508 kB
  • sloc: cpp: 291,803; python: 4,322; javascript: 3,518; sh: 1,316; ansic: 703; xml: 414; php: 95; lisp: 66; makefile: 31; sed: 12
file content (211 lines) | stat: -rw-r--r-- 6,428 bytes parent folder | download | duplicates (3)
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
<gui version="150" name="kdevelop" translationDomain="kdevelop">
<MenuBar>

  <Menu name="session" append="first_menu">
    <text context="@title:menu">Session</text>
  </Menu>

  <Menu name="project" append="first_menu">
    <text context="@title:menu">&amp;Project</text>
    <DefineGroup name="project_new"/>
    <Separator/>
    <Action name="project_open"/>
    <Action name="project_fetch"/>
    <Action name="project_open_recent"/>
    <Action name="project_open_for_file"/>
    <Separator/>

    <Merge />
    <Separator />
    <Action name="project_open_config" />

    <Separator/>
    <Action name="project_close"/>
    <Action name="project_close_all"/>
  </Menu>

  <Menu name="run" append="first_menu">
    <text context="@title:menu">&amp;Run</text>

    <Action name="run_default_target" />
    <Action name="configure_launches" />
    <Action name="run_execute" /> <!-- ### remove me -->
    <Action name="run_debug" /> <!-- ### remove me -->
    <Action name="run_profile" /> <!-- ### remove me -->

    <Action name="switch_runtimes" />
    <Menu name="debug_core_menu">
      <text context="@title:menu">Examine Core File</text>
    </Menu>

    <Menu name="debug_attach_menu">
      <text context="@title:menu">Attach to Process</text>
    </Menu>

    <Separator />
    <DefineGroup name="run_operations" />
    <Separator />

    <Action name="run_stop_all" />
    <Action name="run_stop_menu" />


    <Separator />
    <DefineGroup name="debug" /> <!-- ### remove me -->

    <Separator />
    <DefineGroup name="runtime_operations" />

    <Separator />
    <Merge />
  </Menu>

  <Menu name="navigation" append="first_menu">
    <text context="@title:menu">&amp;Navigation</text>
    <DefineGroup name="navigation_file"/>
    <Separator />
    <Action name="prev_error" />
    <Action name="next_error" />
    <Separator />
    <DefineGroup name="navigation_code"/>
    <Separator />
    <DefineGroup name="navigation_fxn"/>
    <Separator />
    <DefineGroup name="navigation_jmp"/>
    <Separator />
    <DefineGroup name="navigation_use"/>
    <Separator />
    <DefineGroup name="navigation_cxt"/>
    <Separator />
    <Action name="source_browse_mode"/>
    <Separator />
    <Merge />
  </Menu>

  <Separator append="first_menu" style="visible"/>

  <Menu name="file">
    <text context="@title:menu">&amp;File</text>
    <DefineGroup append="new_merge" name="new_merge"/>
    <DefineGroup append="open_merge" name="open_merge"/>
    <DefineGroup append="save_merge" name="save_merge"/>
    <DefineGroup append="revert_merge" name="revert_merge"/>
    <DefineGroup append="print_merge" name="print_merge"/>
    <Action name="file_closeother" append="close_merge"/>
    <DefineGroup append="close_merge" name="close_merge"/>
  </Menu>

  <Menu name="edit">
    <text context="@title:menu">&amp;Edit</text>
    <DefineGroup append="edit_undo_merge" name="edit_undo_merge"/>
    <DefineGroup append="edit_paste_merge" name="edit_paste_merge"/>
    <DefineGroup append="edit_select_merge" name="edit_select_merge"/>
    <DefineGroup append="edit_find_merge" name="edit_find_merge"/>
    <DefineGroup name="edit_formatting"/>
    <Separator/>
    <Merge/>
  </Menu>

  <Merge />

  <Menu name="code">
    <text context="@title:menu">Code</text>
    <Menu name="analyze_file" icon="dialog-ok">
      <text context="@title:menu">Analyze Current File With</text>
      <Merge />
    </Menu>
    <Menu name="analyze_project" icon="dialog-ok">
      <text context="@title:menu">Analyze Current Project With</text>
      <Merge />
    </Menu>
    <Merge/>
  </Menu>

  <Separator style="visible" />

  <Menu name="window">
    <text context="@title:menu">&amp;Window</text>
    <Action name="new_window"/>
    <Separator/>
    <Action name="add_toolview"/>
    <Action name="select_previous_dock"/>
    <Action name="select_next_dock"/>
    <Action name="docks_submenu"/>
    <Action name="user_interface"/>
    <DefineGroup name="history_operations"/>
    <Action name="history_back"/>
    <Action name="history_forward"/>
    <Separator/>
    <Action name="file_switchto"/>
    <Separator/>
    <DefineGroup name="error_operations"/>
    <Separator/>
    <Merge/>
    <Separator/>
    <DefineGroup name="view_operations"/>
    <Action name="view_previous_window"/>
    <Action name="view_next_window"/>
    <Separator/>
    <Action name="split_horizontal"/>
    <Action name="split_vertical"/>
    <Action name="view_previous_split"/>
    <Action name="view_next_split"/>
    <Separator/>
    <DefineGroup name="window_operations"/>
    <Separator/>
    <Action name="focus_editor"/>
    <Separator/>
    <Action name="show_left_dock"/>
    <Action name="show_right_dock"/>
    <Action name="show_bottom_dock"/>
    <Action name="hide_all_docks"/>
    <Separator/>
    <Action name="toggle_concentration_mode"/>
    <Separator/>
    <Merge/>
  </Menu>

  <Menu name="settings">
    <text context="@title:menu">Settings</text>
    <Action name="colorscheme_menu" group="color"/>
    <DefineGroup name="color"/><!-- Used by katepart5ui.rc to place "view_schemas" action -->
    <DefineGroup append="show_toolbar_merge" name="show_toolbar_merge"/>
    <DefineGroup append="show_merge" name="show_merge" />
    <DefineGroup append="configure_merge" name="configure_merge" />
  </Menu>

  <Menu name="help">
    <text context="@title:menu">Help</text>
    <Action name="loaded_plugins" append="about_merge" />
  </Menu>

</MenuBar>

<ToolBar name="mainToolBar" position="Top" noMerge="1">
  <text>Main Toolbar</text>
  <Action name="area_switcher"/>
  <Separator/>
  <DefineGroup append="build_operations" name="build_operations"/>
  <DefineGroup append="run_operations" name="run_operations"/>
  <Action name="switch_runtimes" group="run_operations"/>
  <Action name="run_execute" group="run_operations"/>
  <Action name="run_debug" group="run_operations"/>
  <Action name="run_stop_all" group="run_operations" />
  <Action name="run_stop_menu" group="run_operations" />
  <Separator/>
  <Action name="file_new" />
  <DefineGroup append="file_operations" name="file_operations"/>
  <DefineGroup append="edit_operations" name="edit_operations"/>
  <Separator/>
  <Action name="commit_current_project" />
  <Action name="switch_runtimes" />
</ToolBar>

<Menu name="rb_popup">
  <Separator/>
  <Action name="file_close"/>
  <Action name="file_closeother"/>
</Menu>

</gui>