1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00

GTextEditor: Alt+Shift+S alphabetically sorts selected lines

This commit is contained in:
ctfloyd 2019-11-15 13:45:27 -06:00 committed by Andreas Kling
parent e89cdd504c
commit a3520bfdfd
2 changed files with 31 additions and 1 deletions

View file

@ -167,6 +167,7 @@ private:
void get_selection_line_boundaries(int& first_line, int& last_line);
void move_selected_lines_up();
void move_selected_lines_down();
void sort_selected_lines();
class UndoCommand {