ladybird/Userland/Applications/TextEditor
Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
This was used in a lot of places, so this patch makes liberal use of
ErrorOr<T>::release_value_but_fixme_should_propagate_errors().
2021-11-08 00:35:27 +01:00
..
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 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
MainWidget.h TextEditor: Add syntax-highlighting for CSS files 2021-10-23 19:07:44 +02:00
TextEditorWindow.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00