1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 12:12:45 +00:00
serenity/Userland/DevTools
Sam Atkins 307cd4a1da HackStudio: Make wrapping modes consistent
We were only setting the wrapping mode when triggering the action. So:
- Any editors open without triggering a wrapping-mode action would have
  the default (WrapAtWords) instead of the selected item (NoWrap).
- Any editors opened after triggering an action would have the default
  too.

This fixes both situations, by:
- Storing the current wrapping mode in `m_wrapping_mode`. Later this
  could be loaded from the config.
- Changing that value any time a wrapping-mode action is triggered.
- Setting the wrapping mode on newly-created editors.
2023-02-19 18:52:26 +01:00
..
GMLPlayground LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HackStudio HackStudio: Make wrapping modes consistent 2023-02-19 18:52:26 +01:00
Inspector LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
Profiler LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
SQLStudio Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
UserspaceEmulator Everywhere: Change all XXX into FIXME or remove as appropriate 2023-02-15 23:33:25 +01:00
CMakeLists.txt DevTools: Remove i686 support 2022-12-28 11:53:41 +01:00