mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:12:45 +00:00 
			
		
		
		
	|  307cd4a1da 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. | ||
|---|---|---|
| .. | ||
| GMLPlayground | ||
| HackStudio | ||
| Inspector | ||
| Profiler | ||
| SQLStudio | ||
| UserspaceEmulator | ||
| CMakeLists.txt | ||