Public Member Functions | |
| def | close (self) |
Public Member Functions inherited from robotide.editor.editors._FileEditor | |
| def | __init__ (self, *args) |
| def | tree_item_selected (self, item) |
Public Member Functions inherited from robotide.editor.editors._RobotTableEditor | |
| def | __init__ (self, plugin, parent, controller, tree) |
| def | destroy (self) |
| def | highlight (self, text, expand=True) |
| def | highlight_cell (self, obj, row, column) |
| Highlight the given object at the given row and column. More... | |
| def | OnIdle (self, event) |
| def | tooltip_allowed (self, tooltip) |
Private Member Functions | |
| def | _init_file_removed (self, message) |
| def | _populate (self) |
Static Private Attributes | |
| string | _settings_open_id |
Additional Inherited Members | |
Public Attributes inherited from robotide.editor.editors._RobotTableEditor | |
| sizer | |
Public Attributes inherited from robotide.editor.editors.EditorPanel | |
| color_background | |
| color_background_help | |
| color_foreground | |
| color_foreground_text | |
| color_secondary_background | |
| color_secondary_foreground | |
| controller | |
| font_face | |
| font_size | |
| general_settings | |
| plugin | |
Static Public Attributes inherited from robotide.editor.editors._FileEditor | |
| delete_rows = lambda s: None | |
Static Public Attributes inherited from robotide.editor.editors._RobotTableEditor | |
| string | doc = 'table editor' |
| string | name = 'table' |
Static Public Attributes inherited from robotide.editor.editors.EditorPanel | |
| string | name = '' |
| show_content_assist | |
| title = None | |
| undo = save \ | |
Definition at line 417 of file editors.py.
|
private |
Definition at line 427 of file editors.py.
|
private |
Reimplemented from robotide.editor.editors.TestCaseFileEditor.
Definition at line 423 of file editors.py.
| def robotide.editor.editors.InitFileEditor.close | ( | self | ) |
Reimplemented from robotide.editor.editors._FileEditor.
Definition at line 431 of file editors.py.
|
staticprivate |
Definition at line 421 of file editors.py.