From 671e18febd45bba01d3d29db7a544d25d1b36a3b Mon Sep 17 00:00:00 2001 From: venomade Date: Thu, 21 May 2026 16:57:22 +0100 Subject: Initial Commit --- TODO.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..fc348f0 --- /dev/null +++ b/TODO.md @@ -0,0 +1,31 @@ +# TODO + +- Deleting 1 Million lines in the text editor lags it out, probably redo how text lines are deleted, should be a batch operation, not a hot repeated one + +- Moving vertically onto a line that pulls the cursor to a shorter column shouldn't reset where the cursor vertically goes to next, ex. (| is cursor) + line one| + two + line three + + press ctrl-n + + line one + two| + line three + + press ctrl-n + + line one + two + line thr|e + +- Portuguese Character Input +(THIS PROBABLY NEEDS IMPROVED UNICODE HANDLING FIRST) + +- Possible support highlighting of multiline strings and comments +(This is at least slightly problematic for perfomance, would require a rewrite of the syntax engine) + +- NEEDS A LOGO + Lume is Light/Fire + Lua is Moon + Therefore: Candlelit Writing at Night with visible Moon out of window -- cgit 1.4.1-2-gfad0