ladybird/Userland/Applications/TextEditor
Karol Kosek e3f7753233 TextEditor: Stop calling window->set_modified(false) on file save
We use TextEditor::on_modified_change() to update the modified window
flag, which it also works on file saves, so we don't have to unset
it there anymore!

It isn't really what the FIXME note asked about -- GUI::TextDocument
only sends us notifications about the changes, but overall I don't
think it's that bad, given that the whole window update logic is now
in one function. :^)
2021-09-02 09:12:51 +02:00
..
CMakeLists.txt TextEditor: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:28 +02:00
FileArgument.cpp
FileArgument.h
main.cpp TextEditor: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:28 +02:00
MainWidget.cpp TextEditor: Stop calling window->set_modified(false) on file save 2021-09-02 09:12:51 +02:00
MainWidget.h TextEditor: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:28 +02:00
TextEditorWindow.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00