|
| def | __init__ (self, parent, ID, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0) |
| |
| def | Expand (self, line, doExpand, force=False, visLevels=0, level=-1) |
| |
| def | FoldAll (self) |
| |
| def | OnKeyPressed (self, event) |
| |
| def | OnMarginClick (self, evt) |
| |
| def | OnUpdateUI (self, evt) |
| |
Definition at line 85 of file customsourceeditor.py.
◆ __init__()
| def robotide.editor.customsourceeditor.PythonSTC.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
ID, |
|
|
|
pos = wx.DefaultPosition, |
|
|
|
size = wx.DefaultSize, |
|
|
|
style = 0 |
|
) |
| |
◆ Expand()
| def robotide.editor.customsourceeditor.PythonSTC.Expand |
( |
|
self, |
|
|
|
line, |
|
|
|
doExpand, |
|
|
|
force = False, |
|
|
|
visLevels = 0, |
|
|
|
level = -1 |
|
) |
| |
◆ FoldAll()
| def robotide.editor.customsourceeditor.PythonSTC.FoldAll |
( |
|
self | ) |
|
◆ OnKeyPressed()
| def robotide.editor.customsourceeditor.PythonSTC.OnKeyPressed |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnMarginClick()
| def robotide.editor.customsourceeditor.PythonSTC.OnMarginClick |
( |
|
self, |
|
|
|
evt |
|
) |
| |
◆ OnUpdateUI()
| def robotide.editor.customsourceeditor.PythonSTC.OnUpdateUI |
( |
|
self, |
|
|
|
evt |
|
) |
| |
◆ fold_symbols [1/2]
| int robotide.editor.customsourceeditor.PythonSTC.fold_symbols = 2 |
|
static |
◆ fold_symbols [2/2]
| robotide.editor.customsourceeditor.PythonSTC.fold_symbols |
The documentation for this class was generated from the following file: