micro/todolist.md

51 lines
1.1 KiB
Markdown
Raw Normal View History

2016-03-21 18:54:06 +00:00
# Todolist
2016-03-19 13:24:37 +00:00
2016-03-21 18:54:06 +00:00
### Not done
- [ ] Tests
2016-03-20 21:14:43 +00:00
- [ ] Proper error handling
- [ ] Optimization/Cleanup
- [ ] Better selection
- [ ] Double click selects current word
- [ ] Triple click enables line selection
- [ ] More keybindings
- [x] Use pageup and pagedown keys
- [ ] Much more (copy sublime text or standard system applications)
- [ ] Help screen
- [ ] Help screen which lists keybindings and commands
- [ ] Opened with Ctrl-h
- [ ] Command execution
- [ ] Allow executing simple commands at the bottom of the editor
(like vim or emacs)
- [ ] Options
- [ ] Add options such as tab size, use tabs or use spaces, etc...
2016-03-21 18:54:06 +00:00
### Done
- [x] Readme
- [x] Line numbers
- [x] Syntax highlighting
- [x] Use nano-like syntax files (https://github.com/scopatz/nanorc)
- [x] Undo/redo
- [x] Undo/redo stack
- [x] Clipboard support
- [x] Ctrl-v, Ctrl-c, and Ctrl-x
2016-03-23 00:45:31 +00:00
- [x] Colorschemes
- [x] Support for 256 color and true color
2016-03-23 15:41:04 +00:00
- [x] Messages/Prompts
- [x] Messages at the bottom of the screen
- [x] Prompts at the bottom of the screen