Kate
#include <katesyntaxdocument.h>
Public Attributes | |
| QString | author |
| QString | extension |
| bool | hidden |
| QString | identifier |
| QString | indenter |
| QString | license |
| QString | mimetype |
| QString | name |
| QString | nameTranslated |
| QString | priority |
| QString | section |
| QString | style |
| QString | version |
Detailed Description
Information about each syntax hl Mode.
This is documented in Kate's user guide and repeated briefly here.
Definition at line 34 of file katesyntaxdocument.h.
Member Data Documentation
| QString KateSyntaxModeListItem::author |
Author's name.
Definition at line 48 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::extension |
Semicolon-separated list of file extensions.
Definition at line 41 of file katesyntaxdocument.h.
| bool KateSyntaxModeListItem::hidden |
Hides the mode from Kate's menus.
Definition at line 51 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::identifier |
Definition at line 42 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::indenter |
Indenter to use for this highlighting.
Definition at line 50 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::license |
License; for example: "LGPL".
Definition at line 49 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::mimetype |
Mimetypes this mode applies to.
Definition at line 40 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::name |
Name of the mode (eg. Asm6502)
Definition at line 37 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::nameTranslated |
i18n of same, for display purposes
Definition at line 38 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::priority |
Priority (mapped to an integer?) for conflict- resolution when the same file extension has multiple highlihgting definitions.
Definition at line 44 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::section |
Submenu section (eg. Assembly)
Definition at line 39 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::style |
Default styles provided by the highlighter.
Definition at line 47 of file katesyntaxdocument.h.
| QString KateSyntaxModeListItem::version |
Definition at line 43 of file katesyntaxdocument.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference