mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Move todo to own file.
This commit is contained in:
parent
03dfc70db9
commit
5e64246e63
@ -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
10
todo.org
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user