micro/todolist.md

85 lines
1.5 KiB
Markdown
Raw Normal View History

2016-03-21 21:54:06 +03:00
# Todolist
2016-03-19 16:24:37 +03:00
2016-03-21 21:54:06 +03:00
### Not done
2016-03-25 21:52:52 +03:00
- [ ] Optimization
2016-03-26 17:54:18 +03:00
- [ ] Documentation
2016-04-04 23:54:25 +03:00
- [ ] Multiple views
- [ ] Horizontal splits
- [ ] Vertical splits
2016-03-29 04:37:24 +03:00
2016-04-04 23:54:25 +03:00
- [ ] Custom bindings
- [ ] Persistent undo/redo (saved between open and closing micro)
- [ ] Auto indent
- [ ] More options
- [ ] Tabs to spaces
- [ ] Wrap lines
2016-03-21 21:54:06 +03:00
### Done
- [x] Line numbers
2016-04-16 16:58:11 +03:00
- [x] Search and replace
- [x] Search
- [x] Replace
2016-03-26 17:54:18 +03:00
- [x] Simple tests
2016-04-04 23:54:25 +03:00
- [x] Stack test
- [x] Util test
2016-03-25 21:52:52 +03:00
- [x] Proper error handling
- [x] Syntax highlighting
- [x] Use nano-like syntax files (https://github.com/scopatz/nanorc)
2016-03-25 21:52:52 +03:00
- [x] Cleanup
2016-03-28 00:53:53 +03:00
- [x] Unicode support
2016-03-30 03:53:53 +03:00
- [x] Command execution
- [x] Allow executing simple commands at the bottom of the editor
(like vim or emacs)
- [x] More keybindings
- [x] Page up and page down
- [x] CtrlA for select all
- [x] CtrlO for open file
- [x] CtrlF for find
- [x] CtrlZ for undo
- [x] CtrlY for redo
2016-03-28 00:53:53 +03:00
- [x] Help screen
- [x] Help screen which lists keybindings and commands
- [x] Opened with Ctrl-h
2016-03-28 15:43:08 +03:00
- [x] Better selection
- [x] Double click selects current word
- [x] Triple click enables line selection
2016-03-26 17:54:18 +03:00
- [x] Options
2016-04-04 23:54:25 +03:00
- [x] Saved between sessions
2016-03-26 17:54:18 +03:00
- [x] Colorscheme
- [x] tab size
2016-03-21 21:54:06 +03:00
- [x] Undo/redo
- [x] Undo/redo stack
- [x] Clipboard support
2016-04-04 23:54:25 +03:00
- [x] Paste
- [x] Copy
- [x] Cut
2016-03-23 03:45:31 +03:00
- [x] Colorschemes
2016-04-04 23:54:25 +03:00
- [x] 256 color support
- [x] True color support
2016-03-23 18:41:04 +03:00
- [x] Messages/Prompts
2016-04-04 23:54:25 +03:00
- [x] Messages
- [x] Prompts
- [x] Yes or no prompts