1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-09-24 22:42:47 +02:00
Commit Graph

6624 Commits

Author SHA1 Message Date
rmaddy
05953bafc2 Fixed visual highlight after doing reformat or autoindent. 2003-05-08 17:53:31 +00:00
rmaddy
7b475c861a *** empty log message *** 2003-05-08 17:52:46 +00:00
rmaddy
f4bc6796b5 Fixed visual highlight after doing reformat or autoindent. 2003-05-08 17:45:19 +00:00
rmaddy
595f0889d3 Comments for future Register enhancements 2003-05-08 15:50:41 +00:00
rmaddy
3e0675a8bf z-, z., z<enter> now move cursor to start of line. 2003-05-08 04:54:00 +00:00
rmaddy
6374b71c5f Save jumplocation for gd and gD 2003-05-08 04:33:04 +00:00
rmaddy
49a2393bd3 Fixed doing cw or cW while on last char of word/WORD. 2003-05-08 04:18:00 +00:00
rmaddy
70edc17203 Ensure there aren't two change listeners for an editor. 2003-05-08 04:03:02 +00:00
rmaddy
dca0663cff Several fixes to allow undo of changes made by IDEA while not in insert mode. 2003-05-08 03:30:12 +00:00
rmaddy
db7fc145f8 Changes for support of ! commands 2003-05-08 03:25:24 +00:00
rmaddy
eea1962480 *** empty log message *** 2003-05-08 03:24:07 +00:00
rmaddy
226b5d21bc Fixes for visual mode problems. 2003-05-08 03:23:28 +00:00
rmaddy
30f6cd480b Handle line greater than line count 2003-05-07 20:25:16 +00:00
rmaddy
379012c9b4 Fixed bug which prevented :0, :1, or :<neg> from working 2003-05-07 20:16:34 +00:00
rmaddy
6d4c286ba8 Final tweaks for 0.3.1 2003-05-06 22:29:49 +00:00
rmaddy
18bea9b496 Close all editors, not exit IDEA, for :qall 2003-05-06 21:49:06 +00:00
rmaddy
52e8f70384 Added autoIndentLines 2003-05-06 21:48:34 +00:00
rmaddy
7bb5d431af == command now repeatable 2003-05-06 21:39:30 +00:00
rmaddy
205b06dde0 Fixed backslashes in replacement text 2003-05-06 21:38:12 +00:00
rmaddy
a2c3ee7281 Don't exit IDEA with :q. Added several new ex commands 2003-05-06 16:30:04 +00:00
rmaddy
ac0ec01973 Ex commands that took a count were getting the current line as a default instead of one. 2003-05-05 22:12:07 +00:00
rmaddy
4b9d57dce3 Fixed visual mode problems 2003-05-05 21:37:29 +00:00
rmaddy
8319a84502 Additions for [w, ]w, [b, and ]b commands - camel word motions 2003-05-05 05:47:09 +00:00
rmaddy
fb44926241 Updated docs for 0.3.0 release 2003-05-04 22:19:52 +00:00
rmaddy
298bad7a64 *** empty log message *** 2003-05-04 21:42:41 +00:00
rmaddy
4e774f5889 Removed GNU regexp 2003-05-04 21:40:08 +00:00
rmaddy
4dc6a2ab72 Changes and additions to support true VIM searching and replacing 2003-05-04 21:33:38 +00:00
rmaddy
d09cc6b053 Fixed ability to move cursor to very end of file 2003-05-04 17:55:02 +00:00
rmaddy
160da9637b findWordUnderCursor didn't include last char of word 2003-05-04 17:40:22 +00:00
rmaddy
3e6b0da031 More updates 2003-04-29 16:01:59 +00:00
rmaddy
38bb7b0573 Added support for search offsets and other small changes 2003-04-29 16:01:18 +00:00
rmaddy
829edef1da Removed calls to saveJumpLocation 2003-04-29 15:58:43 +00:00
rmaddy
6e4cf690e9 Added use of FLAG_SAVE_JUMP for appropriate actions 2003-04-29 15:57:12 +00:00
rmaddy
3023287473 Added FLAG_SAVE_JUMP 2003-04-29 15:56:37 +00:00
rmaddy
f802aa1722 Added to support pattern ranges for Ex commands 2003-04-29 15:55:24 +00:00
rmaddy
aebd17e18a Added lastZero to getLine 2003-04-29 15:54:48 +00:00
rmaddy
335b80f419 Rewritten to properly handle a sequence of ranges 2003-04-29 05:20:21 +00:00
rmaddy
ad2b4faf09 Added lastZero 2003-04-29 05:08:00 +00:00
rmaddy
18ccd06ebe Added ctrs 2003-04-29 05:05:14 +00:00
rmaddy
e001c731f2 Fixed so not added to parser handler list. Fixed bug that caused it to go to wrong line 2003-04-29 05:04:33 +00:00
rmaddy
8d0d22d5ee Updated to handle ranges with search patterns 2003-04-29 05:03:46 +00:00
rmaddy
6bd8957f51 Added support for *, #, g*, and g# commands 2003-04-27 04:47:05 +00:00
rmaddy
6a3c8e7cb9 Removed all the 'Append' methods and classes and added boolean to correspoding sibling. Support 'select' option for visual mode. 2003-04-26 17:24:27 +00:00
rmaddy
9dc3990183 Added to support real searching 2003-04-26 17:20:43 +00:00
rmaddy
9561d6560c Added to support :set commands 2003-04-26 17:18:25 +00:00
rmaddy
46a3f19d5b Added SetHandler 2003-04-26 17:18:00 +00:00
rmaddy
84e6024b15 More search changes 2003-04-26 17:17:21 +00:00
rmaddy
b6e7809a76 Added to support real search commands 2003-04-26 17:15:50 +00:00
rmaddy
a7911ee92d *** empty log message *** 2003-04-26 17:14:37 +00:00
rmaddy
855216836a Fixed getDisplayWidth. Addes support for 'more' option. 2003-04-26 17:13:39 +00:00