File: kdevelopplugin.desktop

package info (click to toggle)
kdevelop 4%3A22.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 70,096 kB
  • sloc: cpp: 284,635; javascript: 3,558; python: 3,422; sh: 1,319; ansic: 685; xml: 331; php: 95; lisp: 66; makefile: 39; sed: 12
file content (95 lines) | stat: -rw-r--r-- 2,898 bytes parent folder | download
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[Desktop Entry]
Type=ServiceType
X-KDE-ServiceType=KDevelop/Plugin
X-KDE-Derived=KPluginInfo
Name=KDevelop Plugin
Name[az]=KDevelop qoşması
Name[bg]=KDevelop приставка
Name[ca]=Connector del KDevelop
Name[ca@valencia]=Connector de KDevelop
Name[cs]=Modul KDevelop
Name[de]=KDevelop-Modul
Name[el]=Πρόσθετο του KDevelop
Name[en_GB]=KDevelop Plugin
Name[es]=Complemento de KDevelop
Name[et]=KDevelopi plugin
Name[eu]=KDevelop plugina
Name[fr]=Module externe pour KDevelop
Name[gl]=Complemento de KDevelop
Name[hr]=KDevelop priključak
Name[it]=Estensione per KDevelop
Name[ka]=KDevelop -ის დამატება
Name[ko]=KDevelop 플러그인
Name[nb]=KDevelop programtillegg
Name[nl]=Plugin van KDevelop
Name[pl]=Wtyczka do KDevelopa
Name[pt]='Plugin' do KDevelop
Name[pt_BR]=Plugin do KDevelop
Name[ru]=Расширение KDevelop
Name[sk]=Plugin KDevelop
Name[sl]=Vstavek za KDevelop
Name[sv]=KDevelop-insticksprogram
Name[tr]=KDevelop Eklentisi
Name[uk]=Додаток KDevelop
Name[x-test]=xxKDevelop Pluginxx
Name[zh_CN]=KDevelop 插件

# mandatory, versioning - prevent DLL hell
[PropertyDef::X-KDevelop-Version]
Type=int

# optional, determines whether a plugin is loaded only after
# a project is opened, or is a global plugin.
# If it is not set, the plugin can only be loaded by the
# user or via requesting one of its dependencies
# allowed values: Global, Project
[PropertyDef::X-KDevelop-Category]
Type=QString

# mandatory, GUI-Operation Mode, determines whether a plugin
# can work without having a mainwindow/partcontroller
# running
# allowed values: GUI, NoGUI
[PropertyDef::X-KDevelop-Mode]
Type=QString

# optional, Interfaces that a plugin implements
# usually values start with org.kdevelop
[PropertyDef::X-KDevelop-Interfaces]
Type=QStringList

# optional, interfaces that this plugin depends
# on
[PropertyDef::X-KDevelop-IRequired]
Type=QStringList

# optional, interfaces that this plugin can use,
# but the plugin still works if the interfaces are
# not available.
[PropertyDef::X-KDevelop-IOptional]
Type=QStringList

# optional, mimetypes supported by a language plugin
[PropertyDef::X-KDevelop-SupportedMimeTypes]
Type=QStringList

# optional, languages supported by a language plugin
# Example language names: "C", "C++", "Objective-C", "CMake"
[PropertyDef::X-KDevelop-Languages]
Type=QStringList

# optional, defines whether the plugin can be disabled
# by the user. Possible values are "AlwaysOn" and "UserSelectable".
# If the property is missing then UserSelectable is assumed
[PropertyDef::X-KDevelop-LoadMode]
Type=QString

# optional, list of filters for "projectfiles" for the project plugin
# For example: Makefile,Makefile.* for Makefile's
[PropertyDef::X-KDevelop-ProjectFilesFilter]
Type=QStringList

# optional, description for the projectfiles filter
[PropertyDef::X-KDevelop-ProjectFilesFilterDescription]
Type=QString