1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 19:22:18 +00:00
serenity/Applications/TextEditor
Sasan Hezarkhani 8cea5c053d TextEditor: `Fix bug when document is marked dirty on open.
Currently, when `set_text()` is called on GTextDocument a change is
triggered and all clients registered get a document_did_set_text
call. This in turn causes the TextEditorWidget to mark the document
as dirty even on the first open, which makes for a weird experience.
2019-12-06 19:45:13 +01:00
..
main.cpp TextEditor: Focus the editor widget on startup 2019-11-30 15:35:19 +01:00
Makefile TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292) 2019-07-11 20:52:33 +02:00
TextEditorWidget.cpp TextEditor: `Fix bug when document is marked dirty on open. 2019-12-06 19:45:13 +01:00
TextEditorWidget.h TextEditor: `Fix bug when document is marked dirty on open. 2019-12-06 19:45:13 +01:00