Kate
KateScriptInformation Class Reference
#include <katescript.h>
Detailed Description
Access to the meta data stored at the top of a script.Definition at line 58 of file 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 |
Member Data Documentation
Author of this script in the form "John Smith <john@example.com>".
Definition at line 65 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.
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.
The documentation for this class was generated from the following file: