summaryrefslogtreecommitdiffstats
path: root/src/kdevpluginprofilerc
blob: 1c2abb9239852186d3939dfbceabeacff9adabce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[Plugin Profiles]
profiles=Profile_BASE,Profile_COMPILED,Profile_CPP,Profile_SCRIPT,Profile_WEB
default=Profile_BASE

[Category]
Ada=
C=
C/GNOME=
C/GBA=
C/PalmOS=
C++=Profile_CPP
C++/Embedded=Profile_CPP
C++/KDE=Profile_CPP
C++/wxWidgets=
C++/KDevelop
C++/Generic
C++/GTK+
C++/QMake=
PHP=
Database=
Shell=
Java=
Java/KDE=
Java/Ant=
Perl=
Ruby=
Python=
Fortran=
Haskell=
Pascal/Free Pascal=

[Profile_BASE]
plugins=KDevFileView,KDevClassView,KDevBookmarks,KDevQuickOpen

[Profile_COMPILED]
inherits=Profile_BASE
plugins=

[Profile_CPP]
inherits=Profile_COMPILED
plugins=KDevDebugger

[Profile_SCRIPT]
inherits=Profile_BASE
plugins=

[Profile_WEB]
inherits=Profile_SCRIPT
plugins=KDevcopyto