ladybird/Userland/Applications/TextEditor
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
..
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges 2021-01-17 09:07:32 +01:00
TextEditorWidget.cpp TextEditor: Implement word wrapping 2021-02-03 10:33:23 +01:00
TextEditorWidget.h TextEditor: Implement word wrapping 2021-02-03 10:33:23 +01:00
TextEditorWindow.gml Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00