Luna/editor
apio f3d9d4bcc0
All checks were successful
Build and test / build (push) Successful in 1m38s
editor: Fix creation of new files
The editor is supposed to create files if they don't exist, however before this commit stat() would fail and exit load_file() before we even got to File::open_or_create().
2024-04-01 18:42:55 +02:00
..
CMakeLists.txt editor: Add a basic text editor 2024-04-01 18:42:54 +02:00
EditorWidget.cpp editor: Fix creation of new files 2024-04-01 18:42:55 +02:00
EditorWidget.h editor: Use TextInput as a base class 2024-04-01 18:42:55 +02:00
main.cpp editor: Use TextInput as a base class 2024-04-01 18:42:55 +02:00