diff options
| author | venomade <venomade@venomade.com> | 2026-05-21 16:57:22 +0100 |
|---|---|---|
| committer | venomade <venomade@venomade.com> | 2026-05-21 16:57:22 +0100 |
| commit | 671e18febd45bba01d3d29db7a544d25d1b36a3b (patch) | |
| tree | 61bb6654df52df2f2c3d77c9169ea4e0b84177f3 /TODO.md | |
Initial Commit main
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 31 |
1 files changed, 31 insertions, 0 deletions
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 |
