mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +00:00
GTextEditor: Shift+Delete should delete the current line.
This commit is contained in:
parent
fceeb9b695
commit
838a06096a
2 changed files with 22 additions and 4 deletions
|
@ -94,6 +94,7 @@ public:
|
|||
void copy();
|
||||
void paste();
|
||||
void do_delete();
|
||||
void delete_current_line();
|
||||
|
||||
Function<void(GTextEditor&)> on_return_pressed;
|
||||
Function<void(GTextEditor&)> on_escape_pressed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue