~ubuntu-branches/ubuntu/saucy/kate/saucy

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Rohan Garg, Jonathan Riddell
  • Date: 2013-06-21 00:48:29 UTC
  • mfrom: (1.1.28)
  • Revision ID: package-import@ubuntu.com-20130621004829-y2ui02eg0j47h94y
Tags: 4:4.10.80-0ubuntu1
[ Rohan Garg ]
* New upstream release
  - Update and sort install files
  - Drop kubuntu_pate_find_python.diff, kubuntu_kate_initial_preference.patch,
    kubuntu_find_python.diff from debian/patches , not required

[ Jonathan Riddell ]
* New upstream release

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