mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
![]() 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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FileArgument.cpp | ||
FileArgument.h | ||
main.cpp | ||
MainWidget.cpp | ||
MainWidget.h | ||
TextEditorWindow.gml |