KateHighlighting::HighlightPropertyBag Class Reference
Public Attributes | |
QString | singleLineCommentMarker |
QString | multiLineCommentStart |
QString | multiLineCommentEnd |
QString | multiLineRegion |
CSLPos | singleLineCommentPosition |
QString | deliminator |
QString | wordWrapDeliminator |
Detailed Description
This class holds the additional properties for one highlight definition, such as comment strings, deliminators etc.
When a highlight is added, a instance of this class is appended to m_additionalData, and the current position in the attrib and context arrays are stored in the indexes for look up. You can then use hlKeyForAttrib or hlKeyForContext to find the relevant instance of this class from m_additionalData.
If you need to add a property to a highlight, add it here.
The documentation for this class was generated from the following file: