Reorganize todolist

This commit is contained in:
Zachary Yedidia
2016-03-21 14:54:06 -04:00
parent e450e02b83
commit d2d02b36c3

View File

@@ -1,6 +1,10 @@
- [x] Readme
# Todolist
- [x] Line numbers
### Not done
- [ ] Simple auto-completion
- [ ] Tests
- [ ] Proper error handling
@@ -14,9 +18,6 @@
- [x] Use pageup and pagedown keys
- [ ] Much more (copy sublime text or standard system applications)
- [x] Syntax highlighting
- [x] Use nano-like syntax files (https://github.com/scopatz/nanorc)
- [ ] Colorschemes
- [ ] Support for 256 color and true color
@@ -24,15 +25,24 @@
- [ ] Help screen which lists keybindings and commands
- [ ] Opened with Ctrl-h
- [x] Undo/redo
- [x] Undo/redo stack
- [x] Clipboard support
- [x] Ctrl-v, Ctrl-c, and Ctrl-x
- [ ] 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...
### 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