1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 17:21:07 +00:00
serenity/Applications/TextEditor
Andreas Kling b1763238d7 TextEditor: Ask the user before closing a dirty (modified) document
It's a little unfortunate that we have two separate code paths that can
lead to asking the user about this. Longer-term we should find a way to
unify these things.

Fixes #491.
2019-08-27 20:39:01 +02:00
..
main.cpp TextEditor: Ask the user before closing a dirty (modified) document 2019-08-27 20:39:01 +02:00
Makefile TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292) 2019-07-11 20:52:33 +02:00
TextEditorWidget.cpp TextEditor: Ask the user before closing a dirty (modified) document 2019-08-27 20:39:01 +02:00
TextEditorWidget.h TextEditor: Ask the user before closing a dirty (modified) document 2019-08-27 20:39:01 +02:00