|
| def | __init__ (self, *args) |
| |
| def | close (self) |
| |
| def | tree_item_selected (self, item) |
| |
| 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) |
| |
Definition at line 306 of file editors.py.
◆ __init__()
| def robotide.editor.editors._FileEditor.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
◆ _add_import_settings()
| def robotide.editor.editors._FileEditor._add_import_settings |
( |
|
self | ) |
|
|
private |
◆ _add_variable_table()
| def robotide.editor.editors._FileEditor._add_variable_table |
( |
|
self | ) |
|
|
private |
◆ _create_source_label()
| def robotide.editor.editors._FileEditor._create_source_label |
( |
|
self, |
|
|
|
source |
|
) |
| |
|
private |
◆ _populate()
| def robotide.editor.editors._FileEditor._populate |
( |
|
self | ) |
|
|
private |
◆ _update_source()
| def robotide.editor.editors._FileEditor._update_source |
( |
|
self, |
|
|
|
message = None |
|
) |
| |
|
private |
◆ _update_source_and_name()
| def robotide.editor.editors._FileEditor._update_source_and_name |
( |
|
self, |
|
|
|
message |
|
) |
| |
|
private |
◆ close()
| def robotide.editor.editors._FileEditor.close |
( |
|
self | ) |
|
◆ tree_item_selected()
| def robotide.editor.editors._FileEditor.tree_item_selected |
( |
|
self, |
|
|
|
item |
|
) |
| |
◆ _editors
| robotide.editor.editors._FileEditor._editors |
|
private |
◆ _source
| robotide.editor.editors._FileEditor._source |
|
private |
◆ _var_editor
| robotide.editor.editors._FileEditor._var_editor |
|
private |
◆ delete_rows
| robotide.editor.editors._FileEditor.delete_rows = lambda s: None |
|
static |
The documentation for this class was generated from the following file: