Move todo to own file.

This commit is contained in:
Magnar Sveen 2012-06-07 07:36:53 +02:00
parent 03dfc70db9
commit 5e64246e63
2 changed files with 10 additions and 11 deletions

View File

@ -110,17 +110,6 @@ highlights the entire width of the window."
(overlay-put overlay 'type 'additional-region) (overlay-put overlay 'type 'additional-region)
overlay)) overlay))
;; TODO:
;; (set-marker MARKER nil) for performance
;; collapse cursors at same point
;; remove mark-multiple integration
;; C-g fjerner regions først, før den disabler multiple-cursors
;; refactor and add tests :-P
;; ALSO:
;; unknown:
;; (t)ry all or (i)gnore -> (did that work ok? (k)eep doing that or (d)on't)
(defun mc/add-cursor-at-point () (defun mc/add-cursor-at-point ()
"Add a fake cursor where point is. "Add a fake cursor where point is.
Also makes a copy of the kill-ring to be used by this cursor." Also makes a copy of the kill-ring to be used by this cursor."

10
todo.org Normal file
View File

@ -0,0 +1,10 @@
* TODO: [2/8]
** DONE (set-marker MARKER nil) for performance
** DONE C-g deactivates regions first, before disabling multiple-cursors
** TODO remove mark-multiple integration
** TODO refactor
an object with all the current state, used for both overlays and current
** TODO add tests
** TODO more state to save per cursor: er/history
** TODO collapse cursors at same point
** TODO unknown command: (t)ry all or (i)gnore -> (did that work ok? (k)eep doing that or (d)on't)