File: kdevcppsupport.rc

package info (click to toggle)
kdevelop 4%3A4.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 18,360 kB
  • ctags: 11,484
  • sloc: cpp: 105,371; python: 522; ansic: 488; lex: 422; sh: 139; ruby: 120; makefile: 51; xml: 42; php: 12
file content (16 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="KDevCppLanguageSupport" version="6">
<MenuBar>
  <Menu name="navigation">
    <text context="@title:menu">Navigation</text>
    <Action name="switch_definition_declaration" group="navigation_jmp"/>
  </Menu>
  <Menu name="code">
    <text context="@title:menu">Code</text>
    <Action name="code_new_class"/>
    <Action name="code_rename_declaration"/>
    <Action name="code_move_definition"/>
    <Action name="code_private_implementation"/>
  </Menu>
</MenuBar>
</kpartgui>