Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: merged the weaponSystem back to the trunk, because it seems safe
merged with command:
svn merge -r 4847:HEAD branches/weaponSystem/ trunk/
conflict in file src/world-entities/weapons/weapon.h resolved in favor of the weaponSystem

File size: 2.8 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  </general>
11  <kdevcustomproject>
12    <run>
13      <mainprogram>orxonox</mainprogram>
14      <directoryradio>executable</directoryradio>
15    </run>
16  </kdevcustomproject>
17  <kdevdebugger>
18    <general>
19      <dbgshell/>
20    </general>
21  </kdevdebugger>
22  <kdevdoctreeview>
23    <ignoretocs>
24      <toc>ada</toc>
25      <toc>ada_bugs_gcc</toc>
26      <toc>bash</toc>
27      <toc>bash_bugs</toc>
28      <toc>clanlib</toc>
29      <toc>fortran_bugs_gcc</toc>
30      <toc>gnome1</toc>
31      <toc>gnustep</toc>
32      <toc>gtk</toc>
33      <toc>gtk_bugs</toc>
34      <toc>haskell</toc>
35      <toc>haskell_bugs_ghc</toc>
36      <toc>java_bugs_gcc</toc>
37      <toc>java_bugs_sun</toc>
38      <toc>kde2book</toc>
39      <toc>opengl</toc>
40      <toc>pascal_bugs_fp</toc>
41      <toc>php</toc>
42      <toc>php_bugs</toc>
43      <toc>perl</toc>
44      <toc>perl_bugs</toc>
45      <toc>python</toc>
46      <toc>python_bugs</toc>
47      <toc>qt-kdev3</toc>
48      <toc>ruby</toc>
49      <toc>ruby_bugs</toc>
50      <toc>sdl</toc>
51      <toc>sw</toc>
52      <toc>w3c-dom-level2-html</toc>
53      <toc>w3c-svg</toc>
54      <toc>w3c-uaag10</toc>
55      <toc>wxwidgets_bugs</toc>
56    </ignoretocs>
57    <ignoreqt_xml>
58      <toc>Guide to the Qt Translation Tools</toc>
59      <toc>Qt Assistant Manual</toc>
60      <toc>Qt Designer Manual</toc>
61      <toc>Qt Reference Documentation</toc>
62      <toc>qmake User Guide</toc>
63    </ignoreqt_xml>
64    <ignoredoxygen>
65      <toc>KDE Libraries (Doxygen)</toc>
66    </ignoredoxygen>
67  </kdevdoctreeview>
68  <kdevfilecreate>
69    <filetypes/>
70    <useglobaltypes>
71      <type ext="ui" />
72      <type ext="cpp" />
73      <type ext="h" />
74    </useglobaltypes>
75  </kdevfilecreate>
76  <kdevcppsupport>
77    <references/>
78    <codecompletion>
79      <includeGlobalFunctions>true</includeGlobalFunctions>
80      <includeTypes>true</includeTypes>
81      <includeEnums>true</includeEnums>
82      <includeTypedefs>false</includeTypedefs>
83      <automaticCodeCompletion>true</automaticCodeCompletion>
84      <automaticArgumentsHint>true</automaticArgumentsHint>
85      <automaticHeaderCompletion>true</automaticHeaderCompletion>
86      <codeCompletionDelay>250</codeCompletionDelay>
87      <argumentsHintDelay>400</argumentsHintDelay>
88      <headerCompletionDelay>250</headerCompletionDelay>
89    </codecompletion>
90  </kdevcppsupport>
91  <kdevfileview>
92    <groups>
93      <hidenonprojectfiles>false</hidenonprojectfiles>
94      <hidenonlocation>false</hidenonlocation>
95    </groups>
96    <tree>
97      <hidepatterns>*.o,*.lo,*~,*in</hidepatterns>
98      <hidenonprojectfiles>false</hidenonprojectfiles>
99    </tree>
100  </kdevfileview>
101</kdevelop>
Note: See TracBrowser for help on using the repository browser.