1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-20 12:32:07 +00:00
serenity/Userland/Applications/TextEditor
scwfri 8d0143a380 HackStudio+TextEditor: Persist EditingEngineType across editors
Persist EditingEngine mode in HackStudio and TextEditor when opening new
files or editing splits. Previously, the EditingEngine defaulted to a
RegularEditingEngine for a new Editor, even if Vim Emulation had been
selected in the existing Editor.
2021-12-09 21:31:06 +01:00
..
CMakeLists.txt TextEditor: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
FileArgument.cpp TextEditor/FileArgument: Remove file existance check for early exit 2021-09-10 20:46:50 +04:30
FileArgument.h TextEditor: Minor cleanups in the FileArgument class 2021-05-06 12:35:25 +02:00
main.cpp Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
MainWidget.cpp HackStudio+TextEditor: Persist EditingEngineType across editors 2021-12-09 21:31:06 +01:00
MainWidget.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
TextEditorWindow.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00