|
| def | close (self) |
| |
| def | comment_cells (self) |
| |
| def | comment_rows (self) |
| |
| def | copy (self) |
| |
| def | cut (self) |
| |
| def | delete (self) |
| |
| def | delete_cells (self) |
| |
| def | delete_rows (self) |
| |
| def | insert (self) |
| |
| def | insert_cells (self) |
| |
| def | insert_rows (self) |
| |
| def | paste (self) |
| |
| def | redo (self) |
| |
| def | save (self) |
| |
| def | show_content_assist (self) |
| |
| def | uncomment_cells (self) |
| |
| def | uncomment_rows (self) |
| |
| def | undo (self) |
| |
| def | view (self) |
| |
| 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) |
| |
| def | tree_item_selected (self, item) |
| |
Definition at line 24 of file macroeditors.py.
◆ _create_kweditor()
| def robotide.editor.macroeditors.TestCaseEditor._create_kweditor |
( |
|
self | ) |
|
|
private |
◆ _name_changed()
| def robotide.editor.macroeditors.TestCaseEditor._name_changed |
( |
|
self, |
|
|
|
message |
|
) |
| |
|
private |
◆ _populate()
| def robotide.editor.macroeditors.TestCaseEditor._populate |
( |
|
self | ) |
|
|
private |
◆ close()
| def robotide.editor.macroeditors.TestCaseEditor.close |
( |
|
self | ) |
|
◆ comment_cells()
| def robotide.editor.macroeditors.TestCaseEditor.comment_cells |
( |
|
self | ) |
|
◆ comment_rows()
| def robotide.editor.macroeditors.TestCaseEditor.comment_rows |
( |
|
self | ) |
|
◆ copy()
| def robotide.editor.macroeditors.TestCaseEditor.copy |
( |
|
self | ) |
|
◆ cut()
| def robotide.editor.macroeditors.TestCaseEditor.cut |
( |
|
self | ) |
|
◆ delete()
| def robotide.editor.macroeditors.TestCaseEditor.delete |
( |
|
self | ) |
|
◆ delete_cells()
| def robotide.editor.macroeditors.TestCaseEditor.delete_cells |
( |
|
self | ) |
|
◆ delete_rows()
| def robotide.editor.macroeditors.TestCaseEditor.delete_rows |
( |
|
self | ) |
|
◆ insert()
| def robotide.editor.macroeditors.TestCaseEditor.insert |
( |
|
self | ) |
|
◆ insert_cells()
| def robotide.editor.macroeditors.TestCaseEditor.insert_cells |
( |
|
self | ) |
|
◆ insert_rows()
| def robotide.editor.macroeditors.TestCaseEditor.insert_rows |
( |
|
self | ) |
|
◆ paste()
| def robotide.editor.macroeditors.TestCaseEditor.paste |
( |
|
self | ) |
|
◆ redo()
| def robotide.editor.macroeditors.TestCaseEditor.redo |
( |
|
self | ) |
|
◆ save()
| def robotide.editor.macroeditors.TestCaseEditor.save |
( |
|
self | ) |
|
◆ show_content_assist()
| def robotide.editor.macroeditors.TestCaseEditor.show_content_assist |
( |
|
self | ) |
|
◆ uncomment_cells()
| def robotide.editor.macroeditors.TestCaseEditor.uncomment_cells |
( |
|
self | ) |
|
◆ uncomment_rows()
| def robotide.editor.macroeditors.TestCaseEditor.uncomment_rows |
( |
|
self | ) |
|
◆ undo()
| def robotide.editor.macroeditors.TestCaseEditor.undo |
( |
|
self | ) |
|
◆ view()
| def robotide.editor.macroeditors.TestCaseEditor.view |
( |
|
self | ) |
|
◆ _settings_open_id
| robotide.editor.macroeditors.TestCaseEditor._settings_open_id |
|
staticprivate |
◆ header
| robotide.editor.macroeditors.TestCaseEditor.header |
◆ kweditor
| robotide.editor.macroeditors.TestCaseEditor.kweditor |
The documentation for this class was generated from the following file: