~ubuntu-branches/ubuntu/vivid/kate/vivid-updates

« back to all changes in this revision

Viewing changes to addons/gdbplugin/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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE kpartgui>
 
3
<gui name="kategdbplugin" library="kategdbplugin" version="1">
 
4
  <MenuBar>
 
5
    <Menu name="debug">
 
6
      <Text>&amp;Debug</Text>
 
7
      <Action name="targets"/>
 
8
      <Action name="argLists"/>
 
9
      <Separator/>
 
10
      <Action name="debug"/>
 
11
      <Action name="kill"/>
 
12
      <Action name="rerun"/>
 
13
      <Separator/>
 
14
      <Action name="toggle_breakpoint"/>
 
15
      <Action name="step_in"/>
 
16
      <Action name="step_over"/>
 
17
      <Action name="step_out"/>
 
18
      <Action name="move_pc"/>
 
19
      <Action name="run_to_cursor"/>
 
20
      <Action name="continue"/>
 
21
      <Separator/>
 
22
      <Action name="print_value"/>
 
23
    </Menu>
 
24
  </MenuBar>
 
25
  <Menu name="ktexteditor_popup" noMerge="1">
 
26
    <Action name="popup_gdb"/>
 
27
  </Menu>
 
28
  <ToolBar name="gdbplugin">
 
29
    <text>GDB Plugin</text>
 
30
    <Action name="toggle_breakpoint"/>
 
31
    <Action name="step_in"/>
 
32
    <Action name="step_over"/>
 
33
    <Action name="step_out"/>
 
34
    <Action name="run_to_cursor"/>
 
35
    <Action name="continue"/>
 
36
  </ToolBar>
 
37
</gui>
 
38
<!-- kate: space-indent on; indent-width 4; replace-tabs on; -->