Private Member Functions | |
| def | _create_header (self, text, readonly=False) |
Private Attributes | |
| _title_display | |
Static Private Attributes | |
| string | _settings_open_id |
Additional Inherited Members | |
Public Member Functions inherited from robotide.editor.editors._FileEditor | |
| def | __init__ (self, *args) |
| def | close (self) |
| 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) |
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 383 of file editors.py.
|
private |
Reimplemented from robotide.editor.editors._RobotTableEditor.
Definition at line 389 of file editors.py.
|
staticprivate |
Definition at line 387 of file editors.py.
|
private |
Definition at line 395 of file editors.py.