Removed Terminal from ui xml
parent
dc0e853e57
commit
dc2e54c2e9
34
moo.kdevelop
34
moo.kdevelop
|
@ -27,7 +27,7 @@
|
|||
</ignoreparts>
|
||||
<projectdirectory>.</projectdirectory>
|
||||
<absoluteprojectpath>false</absoluteprojectpath>
|
||||
<description></description>
|
||||
<description/>
|
||||
<secondaryLanguages>
|
||||
<language>C</language>
|
||||
</secondaryLanguages>
|
||||
|
@ -108,16 +108,16 @@
|
|||
<ccompiler>kdevgccoptions</ccompiler>
|
||||
<cxxcompiler>kdevgppoptions</cxxcompiler>
|
||||
<f77compiler>kdevg77options</f77compiler>
|
||||
<cflags></cflags>
|
||||
<cxxflags></cxxflags>
|
||||
<cflags/>
|
||||
<cxxflags/>
|
||||
<envvars/>
|
||||
<topsourcedir></topsourcedir>
|
||||
<cppflags></cppflags>
|
||||
<ldflags></ldflags>
|
||||
<ccompilerbinary></ccompilerbinary>
|
||||
<cxxcompilerbinary></cxxcompilerbinary>
|
||||
<f77compilerbinary></f77compilerbinary>
|
||||
<f77flags></f77flags>
|
||||
<topsourcedir/>
|
||||
<cppflags/>
|
||||
<ldflags/>
|
||||
<ccompilerbinary/>
|
||||
<cxxcompilerbinary/>
|
||||
<f77compilerbinary/>
|
||||
<f77flags/>
|
||||
</optimized>
|
||||
<gcc-4.0>
|
||||
<configargs>--enable-all-gcc-warnings=fatal --enable-debug=full </configargs>
|
||||
|
@ -221,15 +221,15 @@
|
|||
</kdevautoproject>
|
||||
<kdevdebugger>
|
||||
<general>
|
||||
<dbgshell></dbgshell>
|
||||
<dbgshell/>
|
||||
<programargs>--g-fatal-warnings</programargs>
|
||||
<breakonloadinglibs>true</breakonloadinglibs>
|
||||
<separatetty>false</separatetty>
|
||||
<floatingtoolbar>true</floatingtoolbar>
|
||||
<gdbpath></gdbpath>
|
||||
<configGdbScript></configGdbScript>
|
||||
<runShellScript></runShellScript>
|
||||
<runGdbScript></runGdbScript>
|
||||
<gdbpath/>
|
||||
<configGdbScript/>
|
||||
<runShellScript/>
|
||||
<runGdbScript/>
|
||||
</general>
|
||||
<display>
|
||||
<staticmembers>true</staticmembers>
|
||||
|
@ -327,7 +327,7 @@
|
|||
</codecompletion>
|
||||
<references/>
|
||||
<creategettersetter>
|
||||
<prefixGet></prefixGet>
|
||||
<prefixGet/>
|
||||
<prefixSet>set</prefixSet>
|
||||
<prefixVariable>m_,_</prefixVariable>
|
||||
<parameterName>theValue</parameterName>
|
||||
|
@ -337,7 +337,7 @@
|
|||
<qt>
|
||||
<used>false</used>
|
||||
<version>3</version>
|
||||
<root></root>
|
||||
<root/>
|
||||
</qt>
|
||||
</kdevcppsupport>
|
||||
<kdevdocumentation>
|
||||
|
|
|
@ -80,6 +80,8 @@
|
|||
</item>
|
||||
|
||||
<item name="Tools" label="_Tools">
|
||||
<separator/>
|
||||
<placeholder name="EditorUserMenu"/>
|
||||
<separator/>
|
||||
<placeholder name="ToolsMenu"/>
|
||||
<separator/>
|
||||
|
@ -154,90 +156,4 @@
|
|||
|
||||
</object> <!-- Editor -->
|
||||
|
||||
<object name="Terminal">
|
||||
|
||||
<widget name="Menubar">
|
||||
|
||||
<item name="File" label="_File">
|
||||
<separator/>
|
||||
<item action="NewEditor"/>
|
||||
<item action="OpenInEditor"/>
|
||||
<separator/>
|
||||
<item action="Restart"/>
|
||||
<separator/>
|
||||
<item action="SaveSelection"/>
|
||||
<separator/>
|
||||
<item action="Quit"/>
|
||||
<separator/>
|
||||
</item>
|
||||
|
||||
<item name="Edit" label="E_dit">
|
||||
<separator/>
|
||||
<!--
|
||||
<item name="CopyLastOutput" action="CopyLastOutput"/>
|
||||
-->
|
||||
<item action="Copy"/>
|
||||
<item action="Paste"/>
|
||||
<separator/>
|
||||
<item action="SelectAll"/>
|
||||
<separator/>
|
||||
</item>
|
||||
|
||||
<!--
|
||||
<item name="GAP" label="_GAP">
|
||||
<separator/>
|
||||
<item action="GAPRead"/>
|
||||
<separator/>
|
||||
<item action="Restart"/>
|
||||
<separator/>
|
||||
</item>
|
||||
-->
|
||||
|
||||
<item name="Tools" label="_Tools"/>
|
||||
|
||||
<item name="Settings" label="_Settings">
|
||||
<separator/>
|
||||
<item action="ShowToolbar"/>
|
||||
<item action="ToolbarStyle"/>
|
||||
<separator/>
|
||||
<item action="ConfigureShortcuts"/>
|
||||
<separator/>
|
||||
<item action="Preferences"/>
|
||||
<separator/>
|
||||
</item>
|
||||
|
||||
<item name="Help" label="_Help">
|
||||
<separator/>
|
||||
<item action="About"/>
|
||||
<separator/>
|
||||
</item>
|
||||
|
||||
</widget> <!-- Menubar -->
|
||||
|
||||
<widget name="Toolbar">
|
||||
<separator/>
|
||||
<item action="NewEditor"/>
|
||||
<item action="OpenInEditor"/>
|
||||
<separator/>
|
||||
<item action="Copy"/>
|
||||
<item action="Paste"/>
|
||||
<separator/>
|
||||
<item action="Restart"/>
|
||||
<separator/>
|
||||
<item action="Preferences"/>
|
||||
<separator/>
|
||||
</widget> <!-- Toolbar -->
|
||||
|
||||
<widget name="Popup">
|
||||
<separator/>
|
||||
<item action="Copy"/>
|
||||
<item action="Paste"/>
|
||||
<separator/>
|
||||
<item action="SelectAll"/>
|
||||
<separator/>
|
||||
</widget>
|
||||
|
||||
</object> <!-- Terminal -->
|
||||
|
||||
</ui>
|
||||
|
||||
|
|
Loading…
Reference in New Issue