Scribus
Open source desktop publishing at your fingertips
sceditor.highlighter.QtScriptHighlighter Class Reference
Inheritance diagram for sceditor.highlighter.QtScriptHighlighter:
Collaboration diagram for sceditor.highlighter.QtScriptHighlighter:

Public Member Functions

def __init__ (self, edit)
 
def updateRules (self)
 
- Public Member Functions inherited from sceditor.highlighter.PythonHighlighter
def __init__ (self, edit)
 
def highlightBlock (self, text)
 
def highlightRules (self, text, start, finish)
 
def updateFonts (self, font)
 
def updateRules (self)
 
def updateHighlighter (self, font)
 

Public Attributes

 rules
 
 multiLineStringBegin
 
 multiLineStringEnd
 
 multiLineStringFormat
 
- Public Attributes inherited from sceditor.highlighter.PythonHighlighter
 base_format
 
 document
 
 empty_format
 
 keywordFormat
 
 callableFormat
 
 magicFormat
 
 qtFormat
 
 selfFormat
 
 singleLineCommentFormat
 
 multiLineStringFormat
 
 quotationFormat1
 
 quotationFormat2
 
 rules
 
 multiLineStringBegin
 
 multiLineStringEnd
 

Static Public Attributes

string keywords
 
- Static Public Attributes inherited from sceditor.highlighter.PythonHighlighter
tuple keywords
 

Member Data Documentation

string sceditor.highlighter.QtScriptHighlighter.keywords
static
Initial value:
1 = """"
2  break for throw case function try
3  catch if typeof continue in var default instanceof void
4  delete new undefined do return while else switch with
5  finally this """

The documentation for this class was generated from the following file: