36 lines
No EOL
857 B
Markdown
36 lines
No EOL
857 B
Markdown
# ZTE
|
|
|
|
## Features
|
|
|
|
- [x] Buffers
|
|
- [x] Buffer switching
|
|
- [x] Prompt
|
|
- [x] Cursor selection
|
|
- [x] Basic cursor movement
|
|
- [x] Multiple panes
|
|
- [x] Pane creation/deletion
|
|
- [x] Opener
|
|
- [x] Find
|
|
- [x] Search in buffer switcher
|
|
- [x] File saving
|
|
- [x] Syntax highlighting
|
|
- [x] Project search
|
|
- [x] Auto-indent (and related features)
|
|
- [x] Undo/redo
|
|
|
|
## Todo
|
|
|
|
- [ ] Replace
|
|
- [ ] Terminal buffers
|
|
- [ ] Ability to resize panes (weighted sum?)
|
|
- [ ] Matching delimiter highlighting
|
|
- [ ] Ability to close buffers
|
|
|
|
## Issues to fix
|
|
|
|
- Undo history changes should not join so easily
|
|
- Double click should select ident, not highlighted token
|
|
- Switcher search should allow searching whole path, not just parent
|
|
- Scroll drag should work in opener preview
|
|
- Switching buffers should preserve scroll position
|
|
- Allow opening directories immediately into the opener |