65 lines (64 with data), 1.9 kB
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kpartgui>
<gui name="libkateperlcheckplugin" library="libkateperlcheckplugin" version="2" translationDomain="libkateperlcheckplugin">
<MenuBar>
<Menu name="perl">
<text>&Perl</text>
<Action name="perl_check"/>
<Action name="perl_critic"/>
<Action name="perl_apache"/>
<menu name="debug"><text>Debug</text>
<Action name="debug_start"/>
<Action name="debug_restart"/>
<Action name="debug_singleStep"/>
<Action name="debug_stepOver"/>
<Action name="debug_returnFromSub"/>
<Action name="debug_continueUntilPosition"/>
<Action name="debug_setBreakpoint"/>
<Action name="debug_deleteAllBreakpoints"/>
</menu>
<menu name="apache"><text>&Apache</text>
<Action name="trunlog" />
<Action name="apache_start"/>
<Action name="apache_stop"/>
<Action name="apache_restart"/>
<Action name="apache_status"/>
<Action name="apache_startX"/>
<Action name="apache_startDebug"/>
</menu>
<Separator/>
<Action name="perl_debug_help"/>
</Menu>
</MenuBar>
<Menu name="ktexteditor_popup" noMerge="1">
<Action name="debug_setBreakpoint"/>
<Action name="menu_open_sub"/>
</Menu>
<ToolBar name="perl">
<text>Perl Critic</text>
<Action name="perl_check"/>
<Action name="perl_critic"/>
<Action name="perl_apache"/>
</ToolBar>
<ToolBar name="apache">
<text>Apache</text>
<Action name="trunlog" />
<Action name="apache_start"/>
<Action name="apache_stop"/>
<Action name="apache_restart"/>
<Action name="apache_status"/>
<Action name="apache_startX"/>
<Action name="apache_startDebug"/>
</ToolBar>
<ToolBar name="debugger_toolbar">
<text>Debug</text>
<Action name="debug_start"/>
<Action name="debug_restart"/>
<Action name="debug_singleStep"/>
<Action name="debug_stepOver"/>
<Action name="debug_returnFromSub"/>
<Action name="debug_continueUntilPosition"/>
<Action name="debug_setBreakpoint"/>
<Action name="debug_deleteAllBreakpoints"/>
</ToolBar>
</gui>