~ubuntu-branches/ubuntu/vivid/kate/vivid-proposed

« back to all changes in this revision

Viewing changes to addons/kate/kate-ctags/ui.rc

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE kpartgui>
2
 
<gui name="katectags-plugin" library="katectagsplugin" version="2">
3
 
    <MenuBar>
4
 
        <Menu name="CTags Menubar"><text>CTags</text>
5
 
            <Action name="ctags_return_step" />
6
 
            <Action name="ctags_lookup_current" />
7
 
            <Action name="ctags_lookup_current_as_declaration" />
8
 
            <Action name="ctags_lookup_current_as_definition" />
9
 
            <Action name="ctags_jump_to_next_matcht" />
10
 
        </Menu>
11
 
    </MenuBar>
12
 
 
13
 
    <Menu name="ktexteditor_popup" noMerge="1">
14
 
        <Action name="popup_ctags"/>
15
 
    </Menu>
16
 
</gui>
17