Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/orxonox.kdevelop @ 4906

Last change on this file since 4906 was 4906, checked in by bensch, 19 years ago

orxonox/trunk: states are now flow'n through

File size: 4.3 KB
Line 
1<?xml version = '1.0'?>
2<kdevelop>
3  <general>
4    <author>orxonox-crew:</author>
5    <email>orxonox-dev@mail.datacore.ch</email>
6    <version>$VERSION$</version>
7    <projectmanagement>KDevCustomProject</projectmanagement>
8    <primarylanguage>C++</primarylanguage>
9    <ignoreparts>
10      <part>CvsService</part>
11    </ignoreparts>
12    <projectdirectory>.</projectdirectory>
13    <absoluteprojectpath>false</absoluteprojectpath>
14    <description></description>
15    <secondaryLanguages>
16      <language>C</language>
17    </secondaryLanguages>
18  </general>
19  <kdevcustomproject>
20    <run>
21      <mainprogram>src/orxonox</mainprogram>
22      <directoryradio>build</directoryradio>
23      <customdirectory>/</customdirectory>
24      <programargs></programargs>
25      <terminal>false</terminal>
26      <autocompile>true</autocompile>
27      <envvars/>
28    </run>
29    <build>
30      <buildtool>make</buildtool>
31      <builddir></builddir>
32    </build>
33    <make>
34      <abortonerror>false</abortonerror>
35      <numberofjobs>1</numberofjobs>
36      <prio>0</prio>
37      <dontact>false</dontact>
38      <makebin></makebin>
39      <makeoptions></makeoptions>
40      <selectedenvironment>default</selectedenvironment>
41      <environments>
42        <default/>
43      </environments>
44    </make>
45  </kdevcustomproject>
46  <kdevdebugger>
47    <general>
48      <dbgshell></dbgshell>
49      <programargs></programargs>
50      <gdbpath></gdbpath>
51      <configGdbScript></configGdbScript>
52      <runShellScript></runShellScript>
53      <runGdbScript></runGdbScript>
54      <breakonloadinglibs>true</breakonloadinglibs>
55      <separatetty>false</separatetty>
56      <floatingtoolbar>false</floatingtoolbar>
57    </general>
58    <display>
59      <staticmembers>false</staticmembers>
60      <demanglenames>true</demanglenames>
61      <outputradix>10</outputradix>
62    </display>
63  </kdevdebugger>
64  <kdevdoctreeview>
65    <ignoretocs>
66      <toc>ada</toc>
67      <toc>ada_bugs_gcc</toc>
68      <toc>bash</toc>
69      <toc>bash_bugs</toc>
70      <toc>clanlib</toc>
71      <toc>fortran_bugs_gcc</toc>
72      <toc>gnome1</toc>
73      <toc>gnustep</toc>
74      <toc>gtk</toc>
75      <toc>gtk_bugs</toc>
76      <toc>haskell</toc>
77      <toc>haskell_bugs_ghc</toc>
78      <toc>java_bugs_gcc</toc>
79      <toc>java_bugs_sun</toc>
80      <toc>kde2book</toc>
81      <toc>opengl</toc>
82      <toc>pascal_bugs_fp</toc>
83      <toc>php</toc>
84      <toc>php_bugs</toc>
85      <toc>perl</toc>
86      <toc>perl_bugs</toc>
87      <toc>python</toc>
88      <toc>python_bugs</toc>
89      <toc>qt-kdev3</toc>
90      <toc>ruby</toc>
91      <toc>ruby_bugs</toc>
92      <toc>sdl</toc>
93      <toc>sw</toc>
94      <toc>w3c-dom-level2-html</toc>
95      <toc>w3c-svg</toc>
96      <toc>w3c-uaag10</toc>
97      <toc>wxwidgets_bugs</toc>
98    </ignoretocs>
99    <ignoreqt_xml>
100      <toc>Guide to the Qt Translation Tools</toc>
101      <toc>Qt Assistant Manual</toc>
102      <toc>Qt Designer Manual</toc>
103      <toc>Qt Reference Documentation</toc>
104      <toc>qmake User Guide</toc>
105    </ignoreqt_xml>
106    <ignoredoxygen>
107      <toc>KDE Libraries (Doxygen)</toc>
108    </ignoredoxygen>
109  </kdevdoctreeview>
110  <kdevfilecreate>
111    <filetypes/>
112    <useglobaltypes>
113      <type ext="ui" />
114      <type ext="cpp" />
115      <type ext="h" />
116    </useglobaltypes>
117  </kdevfilecreate>
118  <kdevcppsupport>
119    <references/>
120    <codecompletion>
121      <includeGlobalFunctions>true</includeGlobalFunctions>
122      <includeTypes>true</includeTypes>
123      <includeEnums>true</includeEnums>
124      <includeTypedefs>true</includeTypedefs>
125      <automaticCodeCompletion>true</automaticCodeCompletion>
126      <automaticArgumentsHint>true</automaticArgumentsHint>
127      <automaticHeaderCompletion>true</automaticHeaderCompletion>
128      <codeCompletionDelay>250</codeCompletionDelay>
129      <argumentsHintDelay>400</argumentsHintDelay>
130      <headerCompletionDelay>250</headerCompletionDelay>
131    </codecompletion>
132  </kdevcppsupport>
133  <kdevfileview>
134    <groups/>
135    <tree>
136      <hidepatterns>*.o,*.lo,*~,*in</hidepatterns>
137      <hidenonprojectfiles>false</hidenonprojectfiles>
138    </tree>
139  </kdevfileview>
140  <cppsupportpart>
141    <filetemplates>
142      <interfacesuffix>.h</interfacesuffix>
143      <implementationsuffix>.cpp</implementationsuffix>
144    </filetemplates>
145  </cppsupportpart>
146  <kdevdocumentation>
147    <projectdoc>
148      <docsystem></docsystem>
149      <docurl></docurl>
150      <usermanualurl></usermanualurl>
151    </projectdoc>
152  </kdevdocumentation>
153</kdevelop>
Note: See TracBrowser for help on using the repository browser.