Scintilla-based Python editor Adapted from this example and this addition
More...
Scintilla-based Python editor Adapted from this example and this addition
◆ __init__()
def pycross.utils.synteditor.SynEditor.__init__ |
( |
|
self, |
|
|
|
parent = None , |
|
|
|
lexer = Qsci.QsciLexerPython() , |
|
|
|
source = None |
|
) |
| |
◆ on_margin_clicked()
def pycross.utils.synteditor.SynEditor.on_margin_clicked |
( |
|
self, |
|
|
|
nmargin, |
|
|
|
nline, |
|
|
|
modifiers |
|
) |
| |
◆ ARROW_MARKER_NUM
int pycross.utils.synteditor.SynEditor.ARROW_MARKER_NUM = 8 |
|
static |
◆ lexer
pycross.utils.synteditor.SynEditor.lexer |
The documentation for this class was generated from the following file: