2024-02-10 20:53:40 +00:00
# TODO
2024-02-11 02:45:05 +00:00
2024-02-10 23:38:37 +00:00
PRIME DIRECTIVE: SIMPLIFY
2024-02-10 20:53:40 +00:00
## Necessary
2024-02-11 02:45:05 +00:00
[] figure out why the built version has a different font size than this one.
2024-02-10 20:53:40 +00:00
## Nice to Have
[] 4coder projects should have a startup script - so you can do things like add cl to the path
2024-02-10 22:24:54 +00:00
[] Look into removing *keyboard* buffer - seems like over long sessions, that could get out of hand
2024-02-10 23:54:29 +00:00
- good first step: print out the memory footprint of this buffer when we exit 4coder, just so we can see what it's taking up
[] multi cursor editing
2024-05-14 00:24:33 +00:00
[] yeet sheet
2024-02-10 20:53:40 +00:00
2024-02-10 23:38:37 +00:00
## Investigations
[] What are fade ranges? Do we need them?
# DONE
2024-05-14 00:24:33 +00:00
[x] matching curly brace highlight
2024-05-14 00:10:09 +00:00
[x] when buffers have the same filename, a short name is appended. I'd prefer to append the path relative to the project, and if the file is outside the project, append the full path.
2024-02-10 23:38:37 +00:00
[x] reload dirty files if there are no local edits to them automatically
2024-02-10 23:54:29 +00:00
[x] remove audio (search @Remove )
2024-02-11 02:45:05 +00:00
[x] backspace through entire filename in navigation strip at top
[x] fix project creation - this should just work out of the box
[x] remove automatic code layout for now