mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 14:40:20 +09:00
Reorganize todolist
This commit is contained in:
32
todolist.md
32
todolist.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user