1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 17:11:00 +00:00
serenity/Userland/Applications/TextEditor
Rummskartoffel c93dfe8097 TextEditor: Fix crash on startup when file specified cannot be opened
Due to a bug introduced in f674102, TE would attempt to access the value
of an ErrorOr that didn't hold one, hitting an assertion.
2022-01-23 00:27:41 +00:00
..
CMakeLists.txt Userland: Link directly against LibUnicodeData where needed 2021-12-30 14:18:12 +01:00
FileArgument.cpp
FileArgument.h
main.cpp TextEditor: Fix crash on startup when file specified cannot be opened 2022-01-23 00:27:41 +00:00
MainWidget.cpp TextEditor: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
MainWidget.h TextEditor: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
TextEditorWindow.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00