Public Member Functions | |
| def | __init__ (self, parent, controller, tree) |
| def | autosize (self) |
| def | cell_value_edited (self, row, col, value) |
| def | close (self) |
| def | get_selected_datafile_controller (self) |
| def | get_tooltip_content (self) |
| def | highlight (self, text, expand=True) |
| def | is_json (self, jsonStr) |
| def | move_grid_cursor_and_edit (self) |
| def | OnCellColSizeChanged (self, event) |
| def | OnCellLeftClick (self, event) |
| def | OnCellRightClick (self, event) |
| def | OnChar (self, event) |
| def | OnCommentCells (self, event) |
| def | OnCommentRows (self, event=None) |
| def | OnCopy (self, event=None) |
| def | OnCreateKeyword (self, event) |
| def | OnCut (self, event=None) |
| def | OnDelete (self, event=None) |
| def | OnDeleteCells (self, event=None) |
| def | OnDeleteRows (self, event) |
| def | OnEditor (self, event) |
| def | OnExtractKeyword (self, event) |
| def | OnExtractVariable (self, event) |
| def | OnFindWhereUsed (self, event) |
| def | OnGoToDefinition (self, event) |
| def | OnInsert (self, event=None) |
| def | OnInsertCells (self, event=None) |
| def | OnInsertRows (self, event) |
| def | OnJsonEditor (self, event=None) |
| def | OnKeyDown (self, event) |
| def | OnKeyUp (self, event) |
| def | OnKillFocus (self, event) |
| def | OnLabelLeftClick (self, event) |
| def | OnLabelRightClick (self, event) |
| def | OnMakeDictVariable (self, event) |
| def | OnMakeListVariable (self, event) |
| def | OnMakeVariable (self, event) |
| def | OnMotion (self, event) |
| def | OnMoveCursorDown (self, event=None) |
| def | OnMoveRowsDown (self, event=None) |
| def | OnMoveRowsUp (self, event=None) |
| def | OnPaste (self, event=None) |
| def | OnRedo (self, event=None) |
| def | OnRenameKeyword (self, event) |
| def | OnSelectAll (self, event) |
| def | OnSelectCell (self, event) |
| def | OnSettingsChanged (self, message) |
| Redraw the colors if the color settings are modified. More... | |
| def | OnSwapRowUp (self, event=None) |
| def | OnUncommentCells (self, event) |
| def | OnUncommentRows (self, event=None) |
| def | OnUndo (self, event=None) |
| def | refresh_datafile (self, item, event) |
| def | save (self) |
| def | show_cell_information (self) |
| def | show_content_assist (self) |
Public Member Functions inherited from robotide.editor.gridbase.GridEditor | |
| def | __init__ (self, parent, num_rows, num_cols, popup_creator=None) |
| def | copy (self) |
| def | cut (self) |
| def | delete (self) |
| def | get_cell_edit_control (self) |
| def | get_selected_content (self) |
| def | get_single_selection_content (self) |
| def | has_focus (self) |
| def | OnRangeSelect (self, event) |
| def | paste (self) |
| def | register_context_menu_hook (self, callable) |
| def | select (self, row, column) |
| def | undo (self) |
| def | unregister_context_menu_hook (self, callable) |
| def | write_cell (self, row, col, value, update_history=True) |
Static Public Attributes | |
| update_value = lambda *args: None | |
Properties | |
| dirty = property(lambda self: self._controller.dirty) | |
Properties inherited from robotide.editor.gridbase.GridEditor | |
| cell_under_cursor = property | |
Static Private Attributes | |
| tuple | _no_cell |
| list | _popup_items |
| bool | _popup_menu_shown |
Definition at line 65 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.__init__ | ( | self, | |
| parent, | |||
| controller, | |||
| tree | |||
| ) |
Definition at line 108 of file kweditor.py.
|
private |
Definition at line 436 of file kweditor.py.
|
private |
Definition at line 588 of file kweditor.py.
|
private |
Definition at line 731 of file kweditor.py.
|
private |
Definition at line 699 of file kweditor.py.
|
private |
Definition at line 901 of file kweditor.py.
|
private |
Definition at line 333 of file kweditor.py.
|
private |
Definition at line 311 of file kweditor.py.
|
private |
Definition at line 468 of file kweditor.py.
|
private |
Definition at line 209 of file kweditor.py.
|
private |
Definition at line 853 of file kweditor.py.
|
private |
Definition at line 444 of file kweditor.py.
|
private |
Definition at line 275 of file kweditor.py.
|
private |
Definition at line 533 of file kweditor.py.
|
private |
Definition at line 895 of file kweditor.py.
|
private |
Definition at line 916 of file kweditor.py.
|
private |
Definition at line 905 of file kweditor.py.
|
private |
Definition at line 489 of file kweditor.py.
|
private |
Definition at line 884 of file kweditor.py.
|
private |
Definition at line 485 of file kweditor.py.
|
private |
Definition at line 838 of file kweditor.py.
|
private |
Definition at line 835 of file kweditor.py.
|
private |
Definition at line 231 of file kweditor.py.
|
private |
Definition at line 598 of file kweditor.py.
|
private |
Definition at line 742 of file kweditor.py.
|
private |
Definition at line 736 of file kweditor.py.
|
private |
Definition at line 157 of file kweditor.py.
|
private |
Definition at line 825 of file kweditor.py.
|
private |
Definition at line 760 of file kweditor.py.
|
private |
Definition at line 787 of file kweditor.py.
|
private |
Definition at line 791 of file kweditor.py.
|
private |
Definition at line 773 of file kweditor.py.
|
private |
Definition at line 768 of file kweditor.py.
|
private |
Definition at line 171 of file kweditor.py.
|
private |
Definition at line 858 of file kweditor.py.
|
private |
Definition at line 175 of file kweditor.py.
|
private |
Definition at line 320 of file kweditor.py.
|
private |
Definition at line 290 of file kweditor.py.
|
private |
Definition at line 405 of file kweditor.py.
|
private |
Definition at line 425 of file kweditor.py.
|
private |
Definition at line 181 of file kweditor.py.
|
private |
Definition at line 215 of file kweditor.py.
|
private |
Definition at line 709 of file kweditor.py.
|
private |
Definition at line 704 of file kweditor.py.
|
private |
Definition at line 345 of file kweditor.py.
|
private |
Definition at line 278 of file kweditor.py.
|
private |
Definition at line 165 of file kweditor.py.
|
private |
Definition at line 457 of file kweditor.py.
|
private |
Definition at line 448 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.autosize | ( | self | ) |
Definition at line 481 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.cell_value_edited | ( | self, | |
| row, | |||
| col, | |||
| value | |||
| ) |
Definition at line 501 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.close | ( | self | ) |
Definition at line 564 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.get_selected_datafile_controller | ( | self | ) |
Definition at line 506 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.get_tooltip_content | ( | self | ) |
Definition at line 242 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.highlight | ( | self, | |
| text, | |||
expand = True |
|||
| ) |
Definition at line 476 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.is_json | ( | self, | |
| jsonStr | |||
| ) |
Definition at line 990 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.move_grid_cursor_and_edit | ( | self | ) |
Definition at line 749 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnCellColSizeChanged | ( | self, | |
| event | |||
| ) |
Definition at line 810 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnCellLeftClick | ( | self, | |
| event | |||
| ) |
Definition at line 814 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnCellRightClick | ( | self, | |
| event | |||
| ) |
Reimplemented from robotide.editor.gridbase.GridEditor.
Definition at line 801 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnChar | ( | self, | |
| event | |||
| ) |
Definition at line 679 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnCommentCells | ( | self, | |
| event | |||
| ) |
Definition at line 795 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnCommentRows | ( | self, | |
event = None |
|||
| ) |
Definition at line 385 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnCopy | ( | self, | |
event = None |
|||
| ) |
Definition at line 510 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnCreateKeyword | ( | self, | |
| event | |||
| ) |
Definition at line 844 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnCut | ( | self, | |
event = None |
|||
| ) |
Definition at line 515 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnDelete | ( | self, | |
event = None |
|||
| ) |
Definition at line 519 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnDeleteCells | ( | self, | |
event = None |
|||
| ) |
Reimplemented from robotide.editor.gridbase.GridEditor.
Definition at line 368 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnDeleteRows | ( | self, | |
| event | |||
| ) |
Definition at line 545 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnEditor | ( | self, | |
| event | |||
| ) |
Definition at line 592 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnExtractKeyword | ( | self, | |
| event | |||
| ) |
Definition at line 864 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnExtractVariable | ( | self, | |
| event | |||
| ) |
Definition at line 871 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnFindWhereUsed | ( | self, | |
| event | |||
| ) |
Definition at line 879 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnGoToDefinition | ( | self, | |
| event | |||
| ) |
Definition at line 688 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnInsert | ( | self, | |
event = None |
|||
| ) |
Definition at line 541 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnInsertCells | ( | self, | |
event = None |
|||
| ) |
Reimplemented from robotide.editor.gridbase.GridEditor.
Definition at line 350 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnInsertRows | ( | self, | |
| event | |||
| ) |
Definition at line 339 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnJsonEditor | ( | self, | |
event = None |
|||
| ) |
Definition at line 938 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnKeyDown | ( | self, | |
| event | |||
| ) |
Definition at line 609 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnKeyUp | ( | self, | |
| event | |||
| ) |
Definition at line 754 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnKillFocus | ( | self, | |
| event | |||
| ) |
Definition at line 270 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnLabelLeftClick | ( | self, | |
| event | |||
| ) |
Definition at line 314 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnLabelRightClick | ( | self, | |
| event | |||
| ) |
Definition at line 284 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnMakeDictVariable | ( | self, | |
| event | |||
| ) |
Definition at line 784 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnMakeListVariable | ( | self, | |
| event | |||
| ) |
Definition at line 781 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnMakeVariable | ( | self, | |
| event | |||
| ) |
Definition at line 778 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnMotion | ( | self, | |
| event | |||
| ) |
Definition at line 430 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnMoveCursorDown | ( | self, | |
event = None |
|||
| ) |
Definition at line 336 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnMoveRowsDown | ( | self, | |
event = None |
|||
| ) |
Definition at line 399 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnMoveRowsUp | ( | self, | |
event = None |
|||
| ) |
Definition at line 396 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnPaste | ( | self, | |
event = None |
|||
| ) |
Definition at line 526 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnRedo | ( | self, | |
event = None |
|||
| ) |
Definition at line 560 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnRenameKeyword | ( | self, | |
| event | |||
| ) |
Definition at line 927 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnSelectAll | ( | self, | |
| event | |||
| ) |
Definition at line 807 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnSelectCell | ( | self, | |
| event | |||
| ) |
Reimplemented from robotide.editor.gridbase.GridEditor.
Definition at line 264 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnSettingsChanged | ( | self, | |
| message | |||
| ) |
Redraw the colors if the color settings are modified.
Definition at line 250 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnSwapRowUp | ( | self, | |
event = None |
|||
| ) |
Definition at line 402 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnUncommentCells | ( | self, | |
| event | |||
| ) |
Definition at line 798 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnUncommentRows | ( | self, | |
event = None |
|||
| ) |
Definition at line 391 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.OnUndo | ( | self, | |
event = None |
|||
| ) |
Definition at line 552 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.refresh_datafile | ( | self, | |
| item, | |||
| event | |||
| ) |
Definition at line 585 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.save | ( | self | ) |
Definition at line 574 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.show_cell_information | ( | self | ) |
Definition at line 692 of file kweditor.py.
| def robotide.editor.kweditor.KeywordEditor.show_content_assist | ( | self | ) |
Definition at line 581 of file kweditor.py.
|
private |
Definition at line 125 of file kweditor.py.
|
private |
Definition at line 126 of file kweditor.py.
|
private |
Definition at line 127 of file kweditor.py.
|
private |
Definition at line 139 of file kweditor.py.
|
private |
Definition at line 140 of file kweditor.py.
|
private |
Definition at line 138 of file kweditor.py.
|
private |
Definition at line 141 of file kweditor.py.
|
private |
Definition at line 133 of file kweditor.py.
|
private |
Definition at line 572 of file kweditor.py.
|
staticprivate |
Definition at line 69 of file kweditor.py.
|
private |
Definition at line 123 of file kweditor.py.
|
private |
Definition at line 124 of file kweditor.py.
|
staticprivate |
Definition at line 79 of file kweditor.py.
|
staticprivate |
Definition at line 73 of file kweditor.py.
|
private |
Definition at line 803 of file kweditor.py.
|
private |
Definition at line 132 of file kweditor.py.
|
private |
Definition at line 137 of file kweditor.py.
|
private |
Definition at line 129 of file kweditor.py.
| robotide.editor.kweditor.KeywordEditor.color_background |
Definition at line 113 of file kweditor.py.
| robotide.editor.kweditor.KeywordEditor.color_background_help |
Definition at line 117 of file kweditor.py.
| robotide.editor.kweditor.KeywordEditor.color_foreground |
Definition at line 114 of file kweditor.py.
| robotide.editor.kweditor.KeywordEditor.color_foreground_text |
Definition at line 118 of file kweditor.py.
| robotide.editor.kweditor.KeywordEditor.color_secondary_background |
Definition at line 115 of file kweditor.py.
| robotide.editor.kweditor.KeywordEditor.color_secondary_foreground |
Definition at line 116 of file kweditor.py.
| robotide.editor.kweditor.KeywordEditor.general_settings |
Definition at line 110 of file kweditor.py.
| robotide.editor.kweditor.KeywordEditor.settings |
Definition at line 109 of file kweditor.py.
|
static |
Definition at line 75 of file kweditor.py.
|
static |
Definition at line 74 of file kweditor.py.