Kate
KateScriptInformation Class Reference
Access to the meta data stored at the top of a script. More...
#include <katescript.h>
Public Attributes | |
QString | author |
QString | baseName |
QStringList | indentLanguages |
QString | kateVersion |
QString | license |
QString | name |
QHash< QString, QString > | other |
int | priority |
QString | requiredStyle |
Kate::ScriptType | type |
QString | version |
Detailed Description
Access to the meta data stored at the top of a script.
Definition at line 58 of file katescript.h.
Member Data Documentation
Author of this script in the form "John Smith <john@example.com>".
Definition at line 65 of file katescript.h.
basename of script
Definition at line 102 of file katescript.h.
If this script is an indenter, then the indentLanguages member specifies which languages this is an indenter for.
The values must correspond with the name of a programming language given in a highlighting file (e.g "TI Basic")
Definition at line 87 of file katescript.h.
Kate version this script is targeted to.
Definition at line 69 of file katescript.h.
A license (e.g LGPL) under which this is distributed.
Definition at line 63 of file katescript.h.
The name of the script.
Definition at line 61 of file katescript.h.
other meta information specified in the file that we don't single out
Definition at line 97 of file katescript.h.
If this script is an indenter, this value controls the priority it will take when an indenter for one of the supported languages is requested and multiple indenters are found.
Definition at line 93 of file katescript.h.
If this is an indenter, then this specifies the required syntax highlighting style that must be used for this indenter to work properly.
If this property is empty, the indenter doesn't require a specific style.
Definition at line 81 of file katescript.h.
The script type.
One of:
- KateScriptInformation::IndentationScript
- ...
Definition at line 75 of file katescript.h.
Script version.
Definition at line 67 of file katescript.h.
The documentation for this class was generated from the following file: