~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/debugger/tests/infinite_loop/infinite_loop.kdevelop

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version = '1.0'?>
2
 
<kdevelop>
3
 
  <general>
4
 
    <author>Vladimir Prus</author>
5
 
    <email>ghost@zigzag</email>
6
 
    <version>$VERSION$</version>
7
 
    <projectmanagement>KDevCustomProject</projectmanagement>
8
 
    <primarylanguage>C++</primarylanguage>
9
 
    <ignoreparts/>
10
 
  </general>
11
 
  <kdevcustomproject>
12
 
    <run>
13
 
      <mainprogram>infinite_loop</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
 
      <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
90
 
      <completionBoxItemOrder>0</completionBoxItemOrder>
91
 
      <howEvaluationContextMenu>true</howEvaluationContextMenu>
92
 
      <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
93
 
      <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
94
 
      <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
95
 
      <processPrimaryTypes>true</processPrimaryTypes>
96
 
      <processFunctionArguments>false</processFunctionArguments>
97
 
    </codecompletion>
98
 
  </kdevcppsupport>
99
 
  <kdevfileview>
100
 
    <groups>
101
 
      <hidenonprojectfiles>false</hidenonprojectfiles>
102
 
      <hidenonlocation>false</hidenonlocation>
103
 
    </groups>
104
 
    <tree>
105
 
      <hidepatterns>*.o,*.lo,CVS</hidepatterns>
106
 
      <hidenonprojectfiles>false</hidenonprojectfiles>
107
 
    </tree>
108
 
  </kdevfileview>
109
 
</kdevelop>