2025-06-08 20:37:05 +01:00
|
|
|
# ZTE
|
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
2025-06-11 23:44:03 +01:00
|
|
|
- [x] Buffers
|
|
|
|
|
- [x] Buffer switching
|
|
|
|
|
- [x] Prompt
|
|
|
|
|
- [x] Cursor selection
|
|
|
|
|
- [x] Basic cursor movement
|
|
|
|
|
- [x] Multiple panes
|
|
|
|
|
- [x] Pane creation/deletion
|
|
|
|
|
- [x] Opener
|
2025-08-31 15:09:35 +01:00
|
|
|
- [x] Find
|
|
|
|
|
- [x] Search in buffer switcher
|
|
|
|
|
- [x] File saving
|
|
|
|
|
- [x] Syntax highlighting
|
2025-09-24 11:25:25 +01:00
|
|
|
- [x] Project search
|
|
|
|
|
- [x] Auto-indent (and related features)
|
|
|
|
|
- [x] Undo/redo
|
2025-06-08 20:37:05 +01:00
|
|
|
|
|
|
|
|
## Todo
|
|
|
|
|
|
2025-10-29 12:14:30 +00:00
|
|
|
- [ ] Replace
|
2025-11-19 22:57:10 +00:00
|
|
|
- [ ] Terminal buffers
|
|
|
|
|
- [ ] Ability to resize panes (weighted sum?)
|
|
|
|
|
- [ ] Matching delimiter highlighting
|
2025-11-20 13:56:28 +00:00
|
|
|
- [ ] Ability to close buffers
|
2025-10-29 12:14:30 +00:00
|
|
|
|
2025-11-04 13:06:36 +00:00
|
|
|
## Issues to fix
|
|
|
|
|
|
2025-11-19 22:57:10 +00:00
|
|
|
- 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
|
2025-11-20 13:56:28 +00:00
|
|
|
- Switching buffers should preserve scroll position
|
|
|
|
|
- Allow opening directories immediately into the opener
|