1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 02:31:01 +00:00
serenity/Applications/TextEditor
Andreas Kling b1bc7a1b5d TextEditor: Don't try to load contents of files we didn't even open
If the CFile::open() call fails, we shouldn't continue with trying to
load the file.
2019-08-23 19:11:56 +02:00
..
main.cpp WindowServer+LibGUI: Pass window icons as shared buffers rather than paths. 2019-07-28 10:18:49 +02:00
Makefile TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292) 2019-07-11 20:52:33 +02:00
TextEditorWidget.cpp TextEditor: Don't try to load contents of files we didn't even open 2019-08-23 19:11:56 +02:00
TextEditorWidget.h TextEditor: Search box should find on return, close itself on escape 2019-08-22 11:11:48 +02:00