Skip to content

Commit b9b4e12

Browse files
Add case insensitive sort option for keywords (#3028)
Closes #2521 Co-authored-by: Hélio Guilherme <helioxentric@gmail.com>
1 parent 1228464 commit b9b4e12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/robotide/controller/ctrlcommands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ def __init__(self, case_insensitive=False):
465465

466466
def _execute(self, context):
467467
index_difference = context.sort_keywords(case_insensitive=self._case_insensitive)
468+
468469
self._undo_command = RestoreKeywordOrder(index_difference, self._case_insensitive)
469470

470471
def _get_undo_command(self):

0 commit comments

Comments
 (0)