ladybird/Userland/Applications/TextEditor
Andreas Kling f0cc712246 TextEditor: Use an automatic "modified" marker in the window title
This simplifies the application somewhat as we no longer need to
manually update the window title whenever the text document changes.
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: Use an automatic "modified" marker in the window title 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