ladybird/Userland/Applications/TextEditor
Andrew January 22e80bae29 LibGUI: Change delete key handling from action to keydown_event
Having the delete key handling be done via an action limits our ability
to support key modifiers (e.g. ctrl+delete deleting the word in front of
the cursor).

The fact that it was an action _did_ allow us to have a delete button in
the TextEditor UI. However, this is an odd choice in the first place
that isn't common in other text editors, so I just removed it.
2021-11-13 12:53:29 +01:00
..
CMakeLists.txt TextEditor: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:28 +02:00
FileArgument.cpp TextEditor/FileArgument: Remove file existance check for early exit 2021-09-10 20:46:50 +04:30
FileArgument.h TextEditor: Minor cleanups in the FileArgument class 2021-05-06 12:35:25 +02:00
main.cpp TextEditor: Remove unveil() for CLI file, use FileSystemAccessServer 2021-09-10 20:46:50 +04:30
MainWidget.cpp LibGUI: Change delete key handling from action to keydown_event 2021-11-13 12:53:29 +01:00
MainWidget.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
TextEditorWindow.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00