4coder/TODO.md

22 lines
833 B
Markdown
Raw Normal View History

2024-02-10 20:53:40 +00:00
# TODO
2024-02-10 23:38:37 +00:00
PRIME DIRECTIVE: SIMPLIFY
2024-02-10 20:53:40 +00:00
## Necessary
[] fix project creation - this should just work out of the box
[] remove automatic code layout for now
2024-02-10 22:24:54 +00:00
[] remove parser
[] fast enough to go read a node_modules folder and search on it
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
- 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-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
[x] reload dirty files if there are no local edits to them automatically
[x] remove audio (search @Remove)
[x] backspace through entire filename in navigation strip at top