|
|
|
@ -40,36 +40,36 @@ Name[zh_TW]=KDevelop 外掛程式
|
|
|
|
|
Type=int
|
|
|
|
|
|
|
|
|
|
[PropertyDef::X-KDevelop-Scope]
|
|
|
|
|
Type=QString
|
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
[PropertyDef::X-KDevelop-Mode]
|
|
|
|
|
Type=QString
|
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
[PropertyDef::X-KDevelop-Plugin-Version]
|
|
|
|
|
Type=QString
|
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
[PropertyDef::X-KDevelop-Plugin-Homepage]
|
|
|
|
|
Type=QString
|
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
[PropertyDef::X-KDevelop-Plugin-License]
|
|
|
|
|
Type=QString
|
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
[PropertyDef::X-KDevelop-Plugin-BugsEmailAddress]
|
|
|
|
|
Type=QString
|
|
|
|
|
Type=TQString
|
|
|
|
|
|
|
|
|
|
[PropertyDef::X-KDevelop-Plugin-Copyright]
|
|
|
|
|
Type=QString
|
|
|
|
|
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-KDevelop-Properties]
|
|
|
|
|
Type=QStringList
|
|
|
|
|
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-KDevelop-ProgrammingLanguages]
|
|
|
|
|
Type=QStringList
|
|
|
|
|
Type=TQStringList
|
|
|
|
|
|
|
|
|
|
[PropertyDef::X-KDevelop-Args]
|
|
|
|
|
Type=QString
|
|
|
|
|
Type=TQString
|
|
|
|
|