]> git.lizzy.rs Git - micro.git/blobdiff - todolist.md
Add CursorPageUp and CursorPageDown actions
[micro.git] / todolist.md
index 41c8d27c848c3a5b6cc2866eaa06b0fe0a775377..98973f15d303ee28f0c5d3b1eba8412912e51282 100644 (file)
@@ -1,39 +1,83 @@
-- [ ] Readme
+# Todolist
+
+### Not done
+
+- [ ] Optimization
+
+- [ ] Documentation
+
+- [ ] Multiple views
+    - [ ] Horizontal splits
+    - [ ] Vertical splits
+
+- [ ] Wrap lines
+
+### Done
+
+- [x] Persistent undo/redo (saved between open and closing micro)
+
+- [x] Auto indent
+
+- [x] Custom bindings
 
 - [x] Line numbers
 
-- [ ] Proper error handling
+- [x] Search and replace
+    - [x] Search
+    - [x] Replace
+
+- [x] Simple tests
+    - [x] Stack test
+    - [x] Util test
+
+- [x] Proper error handling
+
+- [x] Syntax highlighting
+    - [x] Use nano-like syntax files (https://github.com/scopatz/nanorc)
 
-- [ ] Optimization/Cleanup
+- [x] Cleanup
 
-- [ ] Better selection
-    - [ ] Double click selects current word
-    - [ ] Triple click enables line selection
+- [x] Unicode support
 
-- [ ] More keybindings
-    - [x] Use pageup and pagedown keys
-    - [ ] Much more (copy sublime text or standard system applications)
+- [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
 
-- [ ] Syntax highlighting
-    - [ ] Use nano-like syntax files (https://github.com/scopatz/nanorc)
+- [x] Help screen
+    - [x] Help screen which lists keybindings and commands
+    - [x] Opened with Ctrl-g
 
-- [ ] Colorschemes
-    - [ ] Support for 256 color and true color
+- [x] Better selection
+    - [x] Double click selects current word
+    - [x] Triple click enables line selection
 
-- [ ] Help screen
-    - [ ] Help screen which lists keybindings and commands
-    - [ ] Opened with Ctrl-h
+- [x] Options
+    - [x] Saved between sessions
+    - [x] Colorscheme
+    - [x] Tabs to spaces
+    - [x] tab size
 
 - [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)
+    - [x] Paste
+    - [x] Copy
+    - [x] Cut
 
-- [ ] Options
-    - [ ] Add options such as tab size, use tabs or use spaces, etc...
+- [x] Colorschemes
+    - [x] 256 color support
+    - [x] True color support
 
+- [x] Messages/Prompts
+    - [x] Messages
+    - [x] Prompts
+    - [x] Yes or no prompts