Magnar Sveen
|
f2add1d250
|
Suggest C-c C-< instead of the often used M-<
... for mark-all-like-this
|
2012-08-18 19:42:00 +02:00 |
|
Magnar Sveen
|
d82e252617
|
Don't let fake cursors scroll the buffer
|
2012-08-14 06:41:18 +02:00 |
|
Magnar Sveen
|
6926ca34ab
|
Avoid strange smooth-scrolling behavior.
|
2012-08-10 22:54:19 +02:00 |
|
Magnar Sveen
|
16563e32d1
|
Add hooks when mc-mode is enabled and disabled.
They are named `multiple-cursors-mode-enabled-hook`
and `multiple-cursors-mode-disabled-hook`.
Fixes #6
|
2012-08-10 21:27:02 +02:00 |
|
Magnar Sveen
|
491b206472
|
Use forward-line instead of next/previous-line in lisp code.
- fixes problem with smooth-scrolling (the other ones were adviced)
|
2012-08-07 19:37:14 +02:00 |
|
Magnar Sveen
|
4003aa1583
|
Replace outdated function name with new one
- was: mc/add-multiple-cursors-to-region-lines
- now: mc/edit-lines
|
2012-08-07 15:48:56 +02:00 |
|
Magnar Sveen
|
3e31cc62ca
|
Merge pull request #5 from milkypostman/master
Add ;;;###autoload to eval-after-load
|
2012-08-03 08:43:33 -07:00 |
|
Donald Curtis
|
61280aef90
|
autoload integration for package.el compatibility
|
2012-08-03 09:43:47 -05:00 |
|
Magnar Sveen
|
c331366513
|
Add multiple-cursors-pkg
|
2012-08-03 00:06:46 +02:00 |
|
Magnar Sveen
|
b72e01647a
|
Don't require mark-multiple.
Fixes #4
|
2012-08-03 00:02:16 +02:00 |
|
Magnar Sveen
|
b2906bb329
|
Don't forget to autoload
|
2012-08-02 10:37:03 +02:00 |
|
Magnar Sveen
|
b912bf80b1
|
Always require multiple-cursors-core
|
2012-08-02 10:34:48 +02:00 |
|
Magnar Sveen
|
b1ea7f2230
|
Add licences to all el-files.
|
2012-07-25 23:00:19 +02:00 |
|
Magnar Sveen
|
8bc7916841
|
Updated README.
|
2012-07-25 21:06:49 +02:00 |
|
Magnar Sveen
|
294d574862
|
Update README
|
2012-07-25 20:56:39 +02:00 |
|
Magnar Sveen
|
0233ba8e29
|
Add commands to run-once-list
|
2012-07-25 19:42:40 +02:00 |
|
Magnar Sveen
|
39e4eb2389
|
Added mc-version of mark-more-like-this-extended
|
2012-07-25 19:38:27 +02:00 |
|
Magnar Sveen
|
f42e467bf8
|
Added mc-version of mark-all-in-region
|
2012-07-25 19:34:45 +02:00 |
|
Magnar Sveen
|
0d89125f60
|
Added mc-version of mark-all-like-this
|
2012-07-25 15:33:24 +02:00 |
|
Magnar Sveen
|
c9548eae5b
|
Use inverse face for cursor
- otherwise you can't see what's hiding behind the fake cursors
|
2012-07-24 20:55:23 +02:00 |
|
Magnar Sveen
|
576bf90346
|
mc version of mark-previous-like-this
|
2012-07-24 20:54:37 +02:00 |
|
Magnar Sveen
|
36b262c99e
|
Added mc-version of mark-next-like-this
|
2012-07-23 22:06:09 +02:00 |
|
Magnar Sveen
|
f2da52aac0
|
Update readme with new testing info.
|
2012-07-23 21:45:35 +02:00 |
|
Magnar Sveen
|
ca0e0ae9d9
|
Tests for rectangular-region-mode
|
2012-07-23 09:18:31 +02:00 |
|
Magnar Sveen
|
c3c454441b
|
Place the file definition with the save definition.
|
2012-07-21 20:24:49 +02:00 |
|
Magnar Sveen
|
df5f83ae27
|
Add more common commands to run only once.
|
2012-07-21 14:30:54 +02:00 |
|
Magnar Sveen
|
a4c4714587
|
Remove multiple cursors when reverting buffer.
|
2012-07-21 14:15:29 +02:00 |
|
Magnar Sveen
|
8ec468f38a
|
Don't save .mc-list.el when running tests.
|
2012-07-21 13:07:28 +02:00 |
|
Magnar Sveen
|
ccdc0256f9
|
Run prefix argument commands just once.
|
2012-07-21 10:18:01 +02:00 |
|
Magnar Sveen
|
51b282ef83
|
Switch to multiple-cursors-mode from rectangular-region-mode when doing expand-region
|
2012-07-21 09:39:12 +02:00 |
|
Magnar Sveen
|
a19c8c3195
|
Add cycle-backwards to once-list
|
2012-07-21 09:38:57 +02:00 |
|
Magnar Sveen
|
05125618aa
|
Skip lines in rectangular-region-mode that are too short for the rectangle.
|
2012-07-21 08:45:51 +02:00 |
|
Magnar Sveen
|
56d037319a
|
Fix rectangular-region-mode when adding cursors over hidden areas of the buffer.
|
2012-07-21 08:42:08 +02:00 |
|
Magnar Sveen
|
092b0a1017
|
Cycle through cursors with C-v and M-v
|
2012-07-21 08:26:41 +02:00 |
|
Magnar Sveen
|
d69ae15fef
|
Use setq for default lists to be able to re-evaluate.
|
2012-07-21 08:08:45 +02:00 |
|
Magnar Sveen
|
84ef509350
|
Save users own white/black lists in .mc-lists.el
|
2012-07-20 22:55:08 +02:00 |
|
Magnar Sveen
|
15e88c6df9
|
Move more mode-specific cmds into personal lists.
|
2012-07-20 19:33:30 +02:00 |
|
Magnar Sveen
|
1d5b54e5f4
|
Separate default cmd-lists and those populated by the end user.
|
2012-07-20 16:02:07 +02:00 |
|
Magnar Sveen
|
608ceb4b81
|
Disable multiple-cursors-mode if there's only one cursor (the real one).
|
2012-07-20 15:59:01 +02:00 |
|
Magnar Sveen
|
0bfd611151
|
More consistent naming.
|
2012-07-20 15:07:43 +02:00 |
|
Magnar Sveen
|
7ab8a8c977
|
Better support for undo.
|
2012-07-20 12:10:22 +02:00 |
|
Magnar Sveen
|
4078570320
|
Switch to multiple-cursors-mode from rectangular-region with <return>
|
2012-07-20 08:38:33 +02:00 |
|
Magnar Sveen
|
4c56cb8b78
|
Tests for white-list prompt.
|
2012-07-20 08:23:43 +02:00 |
|
Magnar Sveen
|
c34e4df444
|
Don't grow cursor overlays.
|
2012-07-20 05:27:46 +02:00 |
|
Magnar Sveen
|
466d03607d
|
Prompt for inclusion in white/black-lists when met with an unknown command
|
2012-07-19 15:55:52 +02:00 |
|
Magnar Sveen
|
700db99d66
|
Add kill-ring-save to whitelist.
|
2012-07-19 12:55:54 +02:00 |
|
Magnar Sveen
|
ed678dfbcc
|
Couple more core-tests.
|
2012-07-19 12:51:06 +02:00 |
|
Magnar Sveen
|
50851e7ac2
|
Add more core tests.
|
2012-07-19 09:47:23 +02:00 |
|
Magnar Sveen
|
4a7fb327f5
|
Autotest
|
2012-07-19 09:47:08 +02:00 |
|
Magnar Sveen
|
eda9952fc0
|
Finally got the tests running. :-)
|
2012-07-18 15:54:08 +02:00 |
|