You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.3 KiB
56 lines
1.3 KiB
#+title: Todo List
|
|
|
|
* Movement [0/3]
|
|
- [-] Arrow keys [1/4]
|
|
* [X] L/R (char/char)
|
|
* [ ] L/R (word/word)
|
|
* [ ] L/R (sentence/sentence)
|
|
* [ ] Up and down (line by line)
|
|
- [-] HOME and END keys [1/2]
|
|
* [X] Start to end of document
|
|
* [ ] Confine to line unless CTRL is pressed
|
|
- [ ] Mouse input
|
|
|
|
* Editing [2/7]
|
|
- [X] Type text
|
|
- [-] Remove text [3/6]
|
|
* [X] Character backspace
|
|
* [X] Character delete
|
|
* [X] Word backspace
|
|
* [ ] Word delete
|
|
* [ ] Sentence backspace
|
|
* [ ] Sentence delete
|
|
- [ ] Select text
|
|
- [-] Cut
|
|
- [-] Copy
|
|
- [X] Paste
|
|
- [-] Undo / Redo
|
|
* (Creates a copy of the buffer after a period of inactivity, does not switch said buffer out yet, however)
|
|
|
|
* Rendering [1/8]
|
|
- [-] Text [1/3]
|
|
* [X] Redneck bitmap
|
|
* [ ] Refined bitmap (.otb format)
|
|
* [ ] Vector (.ttf, .otf, etc)
|
|
- [X] Cursor
|
|
- [ ] Multi-panel
|
|
- [ ] Selection
|
|
- [ ] Scaling/Zoom
|
|
- [ ] Scrolling
|
|
- [ ] Syntax Highlighting [0/3]
|
|
* [ ] Built-in basic Rust highlighting
|
|
* [ ] Built-in basic RON highlighting
|
|
* [ ] Built-in basic Lua highlighting
|
|
- [-] Status bar
|
|
|
|
* Misc [0/4]
|
|
- [ ] Search [0/1]
|
|
* [ ] Regex support
|
|
- [ ] Replace [0/2]
|
|
* [ ] Regex support
|
|
* [ ] Sed style
|
|
- [ ] File handling [0/3]
|
|
* [ ] Open files
|
|
* [ ] Save files
|
|
* [ ] Folder handling (for projects)
|
|
- [ ] Configuration file
|
|
|