1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:01:01 +00:00
serenity/Userland
Xuekun Li 60805546bf LibGUI: Fix stuck on deleting word backward
<Ctrl-Backspace> will stuck when deleting at the end of line
which contains only one single character. When finding the
previous word break position starting at column 0 in
TextDocument::first_word_break_before, the code enters an
infinite while loop. The early return should simply fix this.
2023-05-05 16:48:36 +01:00
..
Applets LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Applications LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
DevTools LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Libraries LibGUI: Fix stuck on deleting word backward 2023-05-05 16:48:36 +01:00
Services LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Shell Shell: Rename the verb {lookup => look_up} 2023-05-05 09:35:24 +03:30
Utilities LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00