1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Userland/Applications/TextEditor
Andreas Kling a7fb50567b TextEditor: Make sure to mark the Window as unmodified after saving
This comes with a FIXME, as it would be nicer if this information
would propagate from TextDocument all the way out somehow.
2021-05-01 19:42:29 +02:00
..
CMakeLists.txt TextEditor: Rename TextEditorWidget => TextEditor::MainWidget 2021-05-01 19:42:29 +02:00
main.cpp TextEditor: Add some missing curly braces around a nested if statement 2021-05-01 19:42:29 +02:00
MainWidget.cpp TextEditor: Make sure to mark the Window as unmodified after saving 2021-05-01 19:42:29 +02:00
MainWidget.h TextEditor: Plumb modified state from GUI::TextDocument to GUI::Window 2021-05-01 19:42:29 +02:00
TextEditorWindow.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00