Panel for the 'Code Editor' ta. More...
Public Member Functions | |
| def | __init__ (self, parent, mainFrame, path=None) |
| def | ActiveModuleChanged (self) |
| def | JumpToLine (self, line, highlight=False) |
| def | LoadFile (self, path) |
| def | LoadSource (self, source) |
| def | OnButton (self, evt) |
| def | OnButton2 (self, evt) |
| def | OnCodeModified (self, event) |
| def | OnRadioButton (self, event) |
| def | OnRestore (self, event) |
| def | OnSave (self, event, path=None) |
| def | ReloadDemo (self) |
| def | UpdateControlState (self) |
Public Attributes | |
| box | |
| btnOpen | |
| btnSave | |
| btnSaveAs | |
| controlBox | |
| editor | |
| log | |
| mainFrame | |
| path | |
| radioButtons | |
Panel for the 'Code Editor' ta.
Definition at line 595 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.__init__ | ( | self, | |
| parent, | |||
| mainFrame, | |||
path = None |
|||
| ) |
Definition at line 596 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.ActiveModuleChanged | ( | self | ) |
Definition at line 661 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.JumpToLine | ( | self, | |
| line, | |||
highlight = False |
|||
| ) |
Definition at line 674 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.LoadFile | ( | self, | |
| path | |||
| ) |
Definition at line 652 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.LoadSource | ( | self, | |
| source | |||
| ) |
Definition at line 668 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.OnButton | ( | self, | |
| evt | |||
| ) |
Definition at line 772 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.OnButton2 | ( | self, | |
| evt | |||
| ) |
Definition at line 829 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.OnCodeModified | ( | self, | |
| event | |||
| ) |
Definition at line 711 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.OnRadioButton | ( | self, | |
| event | |||
| ) |
Definition at line 699 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.OnRestore | ( | self, | |
| event | |||
| ) |
Definition at line 762 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.OnSave | ( | self, | |
| event, | |||
path = None |
|||
| ) |
Definition at line 714 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.ReloadDemo | ( | self | ) |
Definition at line 707 of file customsourceeditor.py.
| def robotide.editor.customsourceeditor.CodeEditorPanel.UpdateControlState | ( | self | ) |
Definition at line 680 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.CodeEditorPanel.box |
Definition at line 641 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.CodeEditorPanel.btnOpen |
Definition at line 618 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.CodeEditorPanel.btnSave |
Definition at line 611 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.CodeEditorPanel.btnSaveAs |
Definition at line 621 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.CodeEditorPanel.controlBox |
Definition at line 628 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.CodeEditorPanel.editor |
Definition at line 601 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.CodeEditorPanel.log |
Definition at line 597 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.CodeEditorPanel.mainFrame |
Definition at line 600 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.CodeEditorPanel.path |
Definition at line 598 of file customsourceeditor.py.
| robotide.editor.customsourceeditor.CodeEditorPanel.radioButtons |
Definition at line 624 of file customsourceeditor.py.