]> git.lizzy.rs Git - micro.git/blobdiff - todolist.md
Fix save message
[micro.git] / todolist.md
index bee544f7829e50ecc6c26070d1e8c1ac452aecc3..4b5a00e24de4a3c501c7a2231d1a692299b0ade6 100644 (file)
@@ -1,32 +1,79 @@
-- [ ] Line numbers
+# Todolist
+
+### Not done
 
 - [ ] Optimization
 
-- [ ] Better selection
-    - [ ] Double click selects current word
-    - [ ] Triple click enables line selection
+- [ ] Documentation
+
+- [ ] Search and replace
+    - [ ] Search
+    - [x] Replace
+
+- [ ] Multiple views
+    - [ ] Horizontal splits
+    - [ ] Vertical splits
 
 - [ ] More keybindings
-    - [x] Use pageup and pagedown keys
-    - [ ] Much more (copy sublime text or standard system applications)
+    - [x] Page up and page down
+    - [x] CtrlA for select all
+    - [x] CtrlO for open file
+    - [ ] CtrlF for find
+    - [x] CtrlZ for undo
+    - [x] CtrlY for redo
+
+- [ ] Custom bindings
+
+### Done
+
+- [x] Line numbers
+
+- [x] Simple tests
+    - [x] Stack test
+    - [x] Util test
 
-- [ ] Syntax highlighting
-    - [ ] Use nano-like syntax files (https://github.com/scopatz/nanorc)
-    - [ ] Allow additional colors and colorschemes
-        - [ ] Support for 256 color and true color
+- [x] Proper error handling
 
-- [ ] Help screen
-    - [ ] Help screen which lists keybindings and commands
-    - [ ] Opened with Ctrl-h
+- [x] Cleanup
 
-- [ ] Undo/redo
-    - [ ] Undo/redo stack
-    - [ ] Functionality similar to nano
+- [x] Unicode support
 
-- [ ] Command execution
-    - [ ] Allow executing simple commands at the bottom of the editor 
+- [x] Command execution
+    - [x] 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...
+- [x] Help screen
+    - [x] Help screen which lists keybindings and commands
+    - [x] Opened with Ctrl-h
+
+- [x] Better selection
+    - [x] Double click selects current word
+    - [x] Triple click enables line selection
+
+- [x] Options
+    - [x] Saved between sessions
+    - [x] Colorscheme
+    - [x] tab size
+    - [ ] tabs or spaces
+
+- [x] Syntax highlighting
+    - [x] Use nano-like syntax files (https://github.com/scopatz/nanorc)
+    - [ ] Optimization
+
+- [x] Undo/redo
+    - [x] Undo/redo stack
+    - [ ] Persistent undo/redo (saved between open and closing micro)
+
+- [x] Clipboard support
+    - [x] Paste
+    - [x] Copy
+    - [x] Cut
+
+- [x] Colorschemes
+    - [x] 256 color support
+    - [x] True color support
 
+- [x] Messages/Prompts
+    - [x] Messages
+    - [x] Prompts
+    - [x] Yes or no prompts