Warning, /kdevelop/kdevelop/kdevplatform/interfaces/kdevelopplugin.desktop is written in an unsupported language. File is not indexed.

0001 [Desktop Entry]
0002 Type=ServiceType
0003 X-KDE-ServiceType=KDevelop/Plugin
0004 X-KDE-Derived=KPluginInfo
0005 Name=KDevelop Plugin
0006 Name[az]=KDevelop qoşması
0007 Name[bg]=KDevelop приставка
0008 Name[ca]=Connector del KDevelop
0009 Name[ca@valencia]=Connector de KDevelop
0010 Name[cs]=Modul KDevelop
0011 Name[de]=KDevelop-Modul
0012 Name[el]=Πρόσθετο του KDevelop
0013 Name[en_GB]=KDevelop Plugin
0014 Name[eo]=KDevelop Kromsoftvaro
0015 Name[es]=Complemento de KDevelop
0016 Name[et]=KDevelopi plugin
0017 Name[eu]=KDevelop plugina
0018 Name[fr]=Module externe pour KDevelop
0019 Name[gl]=Complemento de KDevelop
0020 Name[hr]=KDevelop priključak
0021 Name[it]=Estensione per KDevelop
0022 Name[ka]=KDevelop -ის დამატება
0023 Name[ko]=KDevelop 플러그인
0024 Name[nb]=KDevelop programtillegg
0025 Name[nl]=Plugin van KDevelop
0026 Name[pl]=Wtyczka do KDevelopa
0027 Name[pt]='Plugin' do KDevelop
0028 Name[pt_BR]=Plugin do KDevelop
0029 Name[ru]=Расширение KDevelop
0030 Name[sk]=Plugin KDevelop
0031 Name[sl]=Vstavek za KDevelop
0032 Name[sv]=KDevelop-insticksprogram
0033 Name[tr]=K Geliştir Eklentisi
0034 Name[uk]=Додаток KDevelop
0035 Name[x-test]=xxKDevelop Pluginxx
0036 Name[zh_CN]=KDevelop 插件
0037 Name[zh_TW]=KDevelop 外掛程式
0038 
0039 # mandatory, versioning - prevent DLL hell
0040 [PropertyDef::X-KDevelop-Version]
0041 Type=int
0042 
0043 # optional, determines whether a plugin is loaded only after
0044 # a project is opened, or is a global plugin.
0045 # If it is not set, the plugin can only be loaded by the
0046 # user or via requesting one of its dependencies
0047 # allowed values: Global, Project
0048 [PropertyDef::X-KDevelop-Category]
0049 Type=QString
0050 
0051 # mandatory, GUI-Operation Mode, determines whether a plugin
0052 # can work without having a mainwindow/partcontroller
0053 # running
0054 # allowed values: GUI, NoGUI
0055 [PropertyDef::X-KDevelop-Mode]
0056 Type=QString
0057 
0058 # optional, Interfaces that a plugin implements
0059 # usually values start with org.kdevelop
0060 [PropertyDef::X-KDevelop-Interfaces]
0061 Type=QStringList
0062 
0063 # optional, interfaces that this plugin depends
0064 # on
0065 [PropertyDef::X-KDevelop-IRequired]
0066 Type=QStringList
0067 
0068 # optional, interfaces that this plugin can use,
0069 # but the plugin still works if the interfaces are
0070 # not available.
0071 [PropertyDef::X-KDevelop-IOptional]
0072 Type=QStringList
0073 
0074 # optional, mimetypes supported by a language plugin
0075 [PropertyDef::X-KDevelop-SupportedMimeTypes]
0076 Type=QStringList
0077 
0078 # optional, languages supported by a language plugin
0079 # Example language names: "C", "C++", "Objective-C", "CMake"
0080 [PropertyDef::X-KDevelop-Languages]
0081 Type=QStringList
0082 
0083 # optional, defines whether the plugin can be disabled
0084 # by the user. Possible values are "AlwaysOn" and "UserSelectable".
0085 # If the property is missing then UserSelectable is assumed
0086 [PropertyDef::X-KDevelop-LoadMode]
0087 Type=QString
0088 
0089 # optional, list of filters for "projectfiles" for the project plugin
0090 # For example: Makefile,Makefile.* for Makefile's
0091 [PropertyDef::X-KDevelop-ProjectFilesFilter]
0092 Type=QStringList
0093 
0094 # optional, description for the projectfiles filter
0095 [PropertyDef::X-KDevelop-ProjectFilesFilterDescription]
0096 Type=QString
0097