Add Close All
This commit is contained in:
parent
2fe2f2abe0
commit
4f3f5c9ca5
36
moo.kdevelop
36
moo.kdevelop
@ -24,7 +24,7 @@
|
|||||||
</ignoreparts>
|
</ignoreparts>
|
||||||
<projectdirectory>.</projectdirectory>
|
<projectdirectory>.</projectdirectory>
|
||||||
<absoluteprojectpath>false</absoluteprojectpath>
|
<absoluteprojectpath>false</absoluteprojectpath>
|
||||||
<description></description>
|
<description/>
|
||||||
<secondaryLanguages>
|
<secondaryLanguages>
|
||||||
<language>C</language>
|
<language>C</language>
|
||||||
</secondaryLanguages>
|
</secondaryLanguages>
|
||||||
@ -39,7 +39,7 @@
|
|||||||
<mainprogram>tests/medit</mainprogram>
|
<mainprogram>tests/medit</mainprogram>
|
||||||
<directoryradio>executable</directoryradio>
|
<directoryradio>executable</directoryradio>
|
||||||
<customdirectory>/</customdirectory>
|
<customdirectory>/</customdirectory>
|
||||||
<programargs></programargs>
|
<programargs/>
|
||||||
<terminal>false</terminal>
|
<terminal>false</terminal>
|
||||||
<autocompile>false</autocompile>
|
<autocompile>false</autocompile>
|
||||||
<envvars/>
|
<envvars/>
|
||||||
@ -54,13 +54,13 @@
|
|||||||
<cflags>-O0 -g3 -pg</cflags>
|
<cflags>-O0 -g3 -pg</cflags>
|
||||||
<cxxflags>-O0 -g3 -pg</cxxflags>
|
<cxxflags>-O0 -g3 -pg</cxxflags>
|
||||||
<envvars/>
|
<envvars/>
|
||||||
<topsourcedir></topsourcedir>
|
<topsourcedir/>
|
||||||
<cppflags></cppflags>
|
<cppflags/>
|
||||||
<ldflags></ldflags>
|
<ldflags/>
|
||||||
<ccompilerbinary></ccompilerbinary>
|
<ccompilerbinary/>
|
||||||
<cxxcompilerbinary></cxxcompilerbinary>
|
<cxxcompilerbinary/>
|
||||||
<f77compilerbinary></f77compilerbinary>
|
<f77compilerbinary/>
|
||||||
<f77flags></f77flags>
|
<f77flags/>
|
||||||
</debug>
|
</debug>
|
||||||
<optimized>
|
<optimized>
|
||||||
<configargs>--enable-all-gcc-warnings=fatal --enable-developer-mode --without-mooapp --without-mooterm --without-python</configargs>
|
<configargs>--enable-all-gcc-warnings=fatal --enable-developer-mode --without-mooapp --without-mooterm --without-python</configargs>
|
||||||
@ -166,10 +166,10 @@
|
|||||||
<general>
|
<general>
|
||||||
<dbgshell>libtool</dbgshell>
|
<dbgshell>libtool</dbgshell>
|
||||||
<programargs>--g-fatal-warnings --sync</programargs>
|
<programargs>--g-fatal-warnings --sync</programargs>
|
||||||
<gdbpath></gdbpath>
|
<gdbpath/>
|
||||||
<configGdbScript></configGdbScript>
|
<configGdbScript/>
|
||||||
<runShellScript></runShellScript>
|
<runShellScript/>
|
||||||
<runGdbScript></runGdbScript>
|
<runGdbScript/>
|
||||||
<breakonloadinglibs>true</breakonloadinglibs>
|
<breakonloadinglibs>true</breakonloadinglibs>
|
||||||
<separatetty>false</separatetty>
|
<separatetty>false</separatetty>
|
||||||
<floatingtoolbar>true</floatingtoolbar>
|
<floatingtoolbar>true</floatingtoolbar>
|
||||||
@ -234,16 +234,16 @@
|
|||||||
</kdevdoctreeview>
|
</kdevdoctreeview>
|
||||||
<kdevfilecreate>
|
<kdevfilecreate>
|
||||||
<filetypes>
|
<filetypes>
|
||||||
<type icon="source" ext="g" name="GAP source" create="template" >
|
<type icon="source" ext="g" create="template" name="GAP source" >
|
||||||
<descr>A new empty GAP source file</descr>
|
<descr>A new empty GAP source file</descr>
|
||||||
</type>
|
</type>
|
||||||
<type icon="source_cpp" ext="cpp" name="C++ Source" create="template" >
|
<type icon="source_cpp" ext="cpp" create="template" name="C++ Source" >
|
||||||
<descr>A new empty C++ file.</descr>
|
<descr>A new empty C++ file.</descr>
|
||||||
</type>
|
</type>
|
||||||
<type icon="source_h" ext="h" name="C/C++ Header" create="template" >
|
<type icon="source_h" ext="h" create="template" name="C/C++ Header" >
|
||||||
<descr>A new empty header file for C/C++.</descr>
|
<descr>A new empty header file for C/C++.</descr>
|
||||||
</type>
|
</type>
|
||||||
<type icon="source_c" ext="c" name="C Source" create="template" >
|
<type icon="source_c" ext="c" create="template" name="C Source" >
|
||||||
<descr>A new empty C file.</descr>
|
<descr>A new empty C file.</descr>
|
||||||
</type>
|
</type>
|
||||||
</filetypes>
|
</filetypes>
|
||||||
@ -270,7 +270,7 @@
|
|||||||
</codecompletion>
|
</codecompletion>
|
||||||
<references/>
|
<references/>
|
||||||
<creategettersetter>
|
<creategettersetter>
|
||||||
<prefixGet></prefixGet>
|
<prefixGet/>
|
||||||
<prefixSet>set</prefixSet>
|
<prefixSet>set</prefixSet>
|
||||||
<prefixVariable>m_,_</prefixVariable>
|
<prefixVariable>m_,_</prefixVariable>
|
||||||
<parameterName>theValue</parameterName>
|
<parameterName>theValue</parameterName>
|
||||||
|
@ -18,7 +18,8 @@
|
|||||||
<separator/>
|
<separator/>
|
||||||
<item name="Reload" action="Reload"/>
|
<item name="Reload" action="Reload"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
<item name="CloseTab" action="CloseTab"/>
|
<item name="Close" action="Close"/>
|
||||||
|
<item name="CloseAll" action="CloseAll"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
<item name="Quit" action="Quit"/>
|
<item name="Quit" action="Quit"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
@ -91,7 +92,7 @@
|
|||||||
|
|
||||||
<toolbar name="Toolbar">
|
<toolbar name="Toolbar">
|
||||||
<separator/>
|
<separator/>
|
||||||
<item name="NewWindow" action="NewWindow"/>
|
<item name="NewTab" action="NewTab"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
<item name="Open" action="Open"/>
|
<item name="Open" action="Open"/>
|
||||||
<item name="Save" action="Save"/>
|
<item name="Save" action="Save"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user