mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 11:22:55 +00:00
43 lines
1 KiB
Text
43 lines
1 KiB
Text
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="KDevContextBrowser" version="10">
|
|
<MenuBar>
|
|
<Menu name="navigation">
|
|
<text context="@title:menu">Navigation</text>
|
|
|
|
<Action name="previous_context"
|
|
group="navigation_cxt"/>
|
|
|
|
<Action name="next_context"
|
|
group="navigation_cxt"/>
|
|
|
|
<Action name="previous_use"
|
|
group="navigation_use"/>
|
|
|
|
<Action name="next_use"
|
|
group="navigation_use"/>
|
|
|
|
<Action name="context_outline"
|
|
group="navigation_cxt"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
|
|
<ToolBar name="KDevCodebrowserToolBar">
|
|
<text>Code Browser Toolbar</text>
|
|
<Separator/>
|
|
<Action name="outline_line"/>
|
|
<Separator/>
|
|
<WeakSeparator/>
|
|
</ToolBar>
|
|
|
|
<State name="has_project">
|
|
<enable>
|
|
<Action name="quick_open_class" />
|
|
<Action name="quick_open_function" />
|
|
<Action name="quick_open_navigate" />
|
|
<Action name="quick_open_navigate_function_definitions" />
|
|
<Action name="quick_open_jump_declaration" />
|
|
<Action name="quick_open_jump_definition" />
|
|
</enable>
|
|
</State>
|
|
|
|
</kpartgui>
|