ladybird/Applications/TextEditor
Andreas Kling d127492f0e TextEditor: Allow "TextEditor foo.txt" to create a new file
Attempting to open a non-existent file from the command line should not
fail, it should just open a new text document with that name. Note that
the file is not created until you actually save it.
2020-06-04 22:15:10 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
main.cpp TextEditor: Pledge "unix" so we can load images in Markdown preview 2020-04-30 12:32:41 +02:00
TextEditorWidget.cpp TextEditor: Allow "TextEditor foo.txt" to create a new file 2020-06-04 22:15:10 +02:00
TextEditorWidget.h LibWeb: Rename Web::HtmlView => Web::PageView 2020-05-28 18:22:54 +02:00