ladybird/Applications/TextEditor
Andreas Kling 442256b5f8 TextEditor: Add "Save as..." action.
Add a basic "save as" action to the TextEditor app, and make "save" fall
back to using "save as" if there's no name already set.

Fixes #282.
2019-07-24 06:32:30 +02:00
..
main.cpp LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). 2019-07-23 18:20:00 +02:00
Makefile TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292) 2019-07-11 20:52:33 +02:00
TextEditorWidget.cpp TextEditor: Add "Save as..." action. 2019-07-24 06:32:30 +02:00
TextEditorWidget.h TextEditor: Add "Save as..." action. 2019-07-24 06:32:30 +02:00