micro/todolist.md

84 lines
1.5 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
2016-03-25 18:52:52 +00:00
- [ ] Optimization
2016-03-26 14:54:18 +00:00
- [ ] Documentation
2016-04-04 20:54:25 +00:00
- [ ] Multiple views
- [ ] Horizontal splits
- [ ] Vertical splits
2016-03-29 01:37:24 +00:00
2016-04-24 14:04:23 +00:00
- [ ] Wrap lines
2016-03-21 18:54:06 +00:00
### Done
2016-05-29 15:02:56 +00:00
- [x] Persistent undo/redo (saved between open and closing micro)
2016-04-21 01:47:52 +00:00
- [x] Auto indent
2016-04-24 14:04:23 +00:00
- [x] Custom bindings
2016-03-21 18:54:06 +00:00
- [x] Line numbers
2016-04-16 13:58:11 +00:00
- [x] Search and replace
- [x] Search
- [x] Replace
2016-03-26 14:54:18 +00:00
- [x] Simple tests
2016-04-04 20:54:25 +00:00
- [x] Stack test
- [x] Util test
2016-03-25 18:52:52 +00:00
- [x] Proper error handling
- [x] Syntax highlighting
- [x] Use nano-like syntax files (https://github.com/scopatz/nanorc)
2016-03-25 18:52:52 +00:00
- [x] Cleanup
2016-03-27 21:53:53 +00:00
- [x] Unicode support
2016-03-30 00:53:53 +00: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-27 21:53:53 +00:00
- [x] Help screen
- [x] Help screen which lists keybindings and commands
2016-04-18 20:30:34 +00:00
- [x] Opened with Ctrl-g
2016-03-27 21:53:53 +00:00
2016-03-28 12:43:08 +00:00
- [x] Better selection
- [x] Double click selects current word
- [x] Triple click enables line selection
2016-03-26 14:54:18 +00:00
- [x] Options
2016-04-04 20:54:25 +00:00
- [x] Saved between sessions
2016-03-26 14:54:18 +00:00
- [x] Colorscheme
2016-04-24 14:04:23 +00:00
- [x] Tabs to spaces
2016-03-26 14:54:18 +00:00
- [x] tab size
2016-03-21 18:54:06 +00:00
- [x] Undo/redo
- [x] Undo/redo stack
- [x] Clipboard support
2016-04-04 20:54:25 +00:00
- [x] Paste
- [x] Copy
- [x] Cut
2016-03-23 00:45:31 +00:00
- [x] Colorschemes
2016-04-04 20:54:25 +00:00
- [x] 256 color support
- [x] True color support
2016-03-23 15:41:04 +00:00
- [x] Messages/Prompts
2016-04-04 20:54:25 +00:00
- [x] Messages
- [x] Prompts
- [x] Yes or no prompts