ladybird/Editor
2018-12-09 13:48:11 +01:00
..
.gitignore Coding style fixes. 2018-12-04 01:42:16 +01:00
cuki.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
Document.cpp Add basic 'x' and 'X' right/left deletion commands. 2018-12-06 23:59:55 +01:00
Document.h Add basic 'x' and 'X' right/left deletion commands. 2018-12-06 23:59:55 +01:00
Editor.cpp Add basic 'x' and 'X' right/left deletion commands. 2018-12-06 23:59:55 +01:00
Editor.h Add basic 'x' and 'X' right/left deletion commands. 2018-12-06 23:59:55 +01:00
FileReader.cpp Coding style fixes. 2018-12-04 01:42:16 +01:00
FileReader.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
InsertOperation.cpp Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
InsertOperation.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
Line.cpp Add basic 'x' and 'X' right/left deletion commands. 2018-12-06 23:59:55 +01:00
Line.h Add basic 'x' and 'X' right/left deletion commands. 2018-12-06 23:59:55 +01:00
main.cpp Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
Makefile Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Operation.cpp Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
Operation.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
Position.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
UndoStack.cpp Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00
UndoStack.h Import a simple text editor I started working on. 2018-12-04 00:27:16 +01:00