1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00
serenity/Userland/Applications/TextEditor
Mustafa Quraish 3a7e42ba73 TextEditor: Remove unveil() for CLI file, use FileSystemAccessServer
Previously we unveiled the file specified through the command-line
interface. Now, we just make the request through the
FileSystemAccessServer instead.
2021-09-10 20:46:50 +04:30
..
CMakeLists.txt TextEditor: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:28 +02:00
FileArgument.cpp TextEditor/FileArgument: Remove file existance check for early exit 2021-09-10 20:46:50 +04:30
FileArgument.h TextEditor: Minor cleanups in the FileArgument class 2021-05-06 12:35:25 +02:00
main.cpp TextEditor: Remove unveil() for CLI file, use FileSystemAccessServer 2021-09-10 20:46:50 +04:30
MainWidget.cpp TextEditor: Stop calling window->set_modified(false) on file save 2021-09-02 09:12:51 +02:00
MainWidget.h TextEditor: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:28 +02:00
TextEditorWindow.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00