Public Member Functions | |
| def | execute (self, context) |
Public Member Functions inherited from robotide.controller.ctrlcommands._Command | |
| def | __str__ (self) |
Properties | |
| _get_undo_command = property | |
Private Member Functions | |
| def | _execute_without_redo_clear (self, context) |
| def | _get_undo_command (self) |
Additional Inherited Members | |
Static Public Attributes inherited from robotide.controller.ctrlcommands._Command | |
| bool | modifying = True |
Definition at line 209 of file ctrlcommands.py.
|
private |
Definition at line 216 of file ctrlcommands.py.
|
private |
Reimplemented in robotide.controller.ctrlcommands.StepsChangingCompositeCommand, robotide.controller.ctrlcommands.CompositeCommand, robotide.controller.ctrlcommands.MoveRowsDown, robotide.controller.ctrlcommands.MoveRowsUp, robotide.controller.ctrlcommands.UncommentRow, robotide.controller.ctrlcommands.CommentRow, robotide.controller.ctrlcommands.AddRow, robotide.controller.ctrlcommands.DeleteRow, robotide.controller.ctrlcommands.DeleteCell, robotide.controller.ctrlcommands.InsertCell, robotide.controller.ctrlcommands.ChangeCellValue, robotide.controller.ctrlcommands.RemoveMacro, robotide.controller.ctrlcommands.RecreateMacro, robotide.controller.ctrlcommands.AddVariable, robotide.controller.ctrlcommands.RemoveVariable, robotide.controller.ctrlcommands.AddKeyword, robotide.controller.ctrlcommands.RestoreVariableOrder, robotide.controller.ctrlcommands.RestoreKeywordOrder, robotide.controller.ctrlcommands.RestoreTestOrder, robotide.controller.ctrlcommands.SortVariables, robotide.controller.ctrlcommands.SortKeywords, robotide.controller.ctrlcommands.SortTests, robotide.controller.ctrlcommands.RenameTest, and robotide.controller.ctrlcommands.RenameKeywordOccurrences.
Definition at line 224 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands._ReversibleCommand.execute | ( | self, | |
| context | |||
| ) |
Reimplemented from robotide.controller.ctrlcommands._Command.
Definition at line 211 of file ctrlcommands.py.
|
staticprivate |
Definition at line 222 of file ctrlcommands.py.