serenity/Userland/DevTools
Zac cc2f35badd TextEditor: Implement word wrapping
Add a new wrapping mode to the TextEditor that will wrap lines at the
spaces between words.

Replace the previous menubar checkbox 'Wrapping Mode' in HackStudio and
the TextEditor with an exclusive submenu which allows switching between
'No wrapping', 'Wrap anywhere' and 'Wrap at words'. 'Wrap anywhere' (the
new 'Wrap lines') is still the default mode.

Setting the wrapping mode in the constructors of the TextEditorWidget
and HackStudio has been removed, it is now set when constructing the
menubar actions.
2021-02-03 10:33:23 +01:00
..
HackStudio TextEditor: Implement word wrapping 2021-02-03 10:33:23 +01:00
Inspector Inspector: Exit if inspected process has not pledged accept 2021-01-31 09:08:51 +01:00
IPCCompiler Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Playground Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Profiler DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
UserspaceEmulator Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00