mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
GTextEditor: Alt+Shift+S alphabetically sorts selected lines
This commit is contained in:
parent
e89cdd504c
commit
a3520bfdfd
Notes:
sideshowbarker
2024-07-19 11:13:05 +09:00
Author: https://github.com/ctfloyd 🔰
Commit: a3520bfdfd
Pull-request: https://github.com/SerenityOS/serenity/pull/784
Reviewed-by: https://github.com/awesomekling
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