We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1228464 commit b9b4e12Copy full SHA for b9b4e12
1 file changed
src/robotide/controller/ctrlcommands.py
@@ -465,6 +465,7 @@ def __init__(self, case_insensitive=False):
465
466
def _execute(self, context):
467
index_difference = context.sort_keywords(case_insensitive=self._case_insensitive)
468
+
469
self._undo_command = RestoreKeywordOrder(index_difference, self._case_insensitive)
470
471
def _get_undo_command(self):
0 commit comments