4coder/TODO.md

26 lines
1.0 KiB
Markdown

# TODO
PRIME DIRECTIVE: SIMPLIFY
## Necessary
[] figure out why the built version has a different font size than this one.
## Nice to Have
[] 4coder projects should have a startup script - so you can do things like add cl to the path
[] 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
[] yeet sheet
## Investigations
[] What are fade ranges? Do we need them?
# DONE
[x] matching curly brace highlight
[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.
[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
[x] fix project creation - this should just work out of the box
[x] remove automatic code layout for now