summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/tdevelopplugin.desktop
blob: 4badf2fe933620c1bbbaffe517febc36d3515e8b (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
[Desktop Entry]
Name=TDevelop Plugin
Type=ServiceType
X-TDE-ServiceType=TDevelop/Plugin

# versioning - prevent DLL hell
[PropertyDef::X-TDevelop-Version]
Type=int

[PropertyDef::X-TDevelop-Scope]
Type=TQString

[PropertyDef::X-TDevelop-Mode]
Type=TQString

[PropertyDef::X-TDevelop-Plugin-Version]
Type=TQString

[PropertyDef::X-TDevelop-Plugin-Homepage]
Type=TQString

[PropertyDef::X-TDevelop-Plugin-License]
Type=TQString

[PropertyDef::X-TDevelop-Plugin-BugsEmailAddress]
Type=TQString

[PropertyDef::X-TDevelop-Plugin-Copyright]
Type=TQString

# defines a list of properties which the plugin has
# a profile will query all plugins for properties and will load only
# those that have queried properties
[PropertyDef::X-TDevelop-Properties]
Type=TQStringList

# only important for project plugins, you can add a list of programming languages which are supported
# the plugin will be loaded by default, if the project use this language
[PropertyDef::X-TDevelop-ProgrammingLanguages]
Type=TQStringList

[PropertyDef::X-TDevelop-Args]
Type=TQString