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:
parent
e89cdd504c
commit
a3520bfdfd
2 changed files with 31 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue