1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2026-03-28 23:52:38 +01:00

Commit Graph

  • fa0685ec78 Support for macro recording. rmaddy 2003-05-13 18:05:32 +00:00
  • 5567ffe106 Updated for new ExEntryPanel. rmaddy 2003-05-13 18:04:27 +00:00
  • 2e2c9f7c9e Updated for state handling changes. Clean up. rmaddy 2003-05-13 18:03:12 +00:00
  • b8d218e268 Updated for state handling changes. Support for CMD_LINE mode. Support for recording. rmaddy 2003-05-13 18:00:57 +00:00
  • 71ab721ab2 Updated for state handling changes. rmaddy 2003-05-13 17:59:18 +00:00
  • df19e13805 Cleaned up. Updated for state handling changes. rmaddy 2003-05-13 17:58:08 +00:00
  • b5573b4c79 Added MacroGroup rmaddy 2003-05-13 15:33:48 +00:00
  • 8e14d3e3fc small method name change rmaddy 2003-05-13 15:33:20 +00:00
  • d29acecea6 Refactor of the old CommandEntryPanel rmaddy 2003-05-13 15:32:21 +00:00
  • f2eea59f90 Added support for macro playback rmaddy 2003-05-13 15:25:41 +00:00
  • 4cb8665544 Added support for the q command - record keystrokes to a register. rmaddy 2003-05-10 05:21:43 +00:00
  • 70db16881f Added more messages rmaddy 2003-05-09 23:09:07 +00:00
  • 9c6ddb9322 Display warning and error messages in status bar. rmaddy 2003-05-09 21:55:09 +00:00
  • ff1067fe56 Added "status bar". Added :set showmode. Show mode on status line. rmaddy 2003-05-09 17:22:06 +00:00
  • 391c60bc68 Final tweaks for 0.3.2 rmaddy 2003-05-09 06:02:23 +00:00
  • c6ab3e24d6 *** empty log message *** rmaddy 2003-05-09 05:54:16 +00:00
  • 248abed09b Added [p, ]p, [P, ]P commands rmaddy 2003-05-09 05:44:35 +00:00
  • bb01f8ada4 Fixed paste after last line of file rmaddy 2003-05-09 05:18:09 +00:00
  • 9ca9f43889 Fixed repeat of R commands rmaddy 2003-05-09 04:53:03 +00:00
  • ba5ef34b84 Added support to repeat visual change commands. rmaddy 2003-05-09 04:43:52 +00:00
  • 7128c8943f Count before v and V is now supported. rmaddy 2003-05-09 03:13:10 +00:00
  • 2f88987f5b Changes to deal with case insensitive operating systems. rmaddy 2003-05-08 19:59:47 +00:00
  • bc079feccb Fix d{motion} to become linewise as appropriate rmaddy 2003-05-08 19:36:33 +00:00
  • fe986bf7c6 Forgot to add this rmaddy 2003-05-08 17:58:13 +00:00
  • 0f9f9a1000 Fixed % to set correct linewise/inclusive on command rmaddy 2003-05-08 17:56:43 +00:00
  • 05953bafc2 Fixed visual highlight after doing reformat or autoindent. rmaddy 2003-05-08 17:53:31 +00:00
  • 7b475c861a *** empty log message *** rmaddy 2003-05-08 17:52:46 +00:00
  • f4bc6796b5 Fixed visual highlight after doing reformat or autoindent. rmaddy 2003-05-08 17:45:19 +00:00
  • 595f0889d3 Comments for future Register enhancements rmaddy 2003-05-08 15:50:41 +00:00
  • 3e0675a8bf z-, z., z<enter> now move cursor to start of line. rmaddy 2003-05-08 04:54:00 +00:00
  • 6374b71c5f Save jumplocation for gd and gD rmaddy 2003-05-08 04:33:04 +00:00
  • 49a2393bd3 Fixed doing cw or cW while on last char of word/WORD. rmaddy 2003-05-08 04:18:00 +00:00
  • 70edc17203 Ensure there aren't two change listeners for an editor. rmaddy 2003-05-08 04:03:02 +00:00
  • dca0663cff Several fixes to allow undo of changes made by IDEA while not in insert mode. rmaddy 2003-05-08 03:30:12 +00:00
  • db7fc145f8 Changes for support of ! commands rmaddy 2003-05-08 03:25:24 +00:00
  • eea1962480 *** empty log message *** rmaddy 2003-05-08 03:24:07 +00:00
  • 226b5d21bc Fixes for visual mode problems. rmaddy 2003-05-08 03:23:28 +00:00
  • 30f6cd480b Handle line greater than line count rmaddy 2003-05-07 20:25:16 +00:00
  • 379012c9b4 Fixed bug which prevented :0, :1, or :<neg> from working rmaddy 2003-05-07 20:16:34 +00:00
  • 6d4c286ba8 Final tweaks for 0.3.1 rmaddy 2003-05-06 22:29:49 +00:00
  • 18bea9b496 Close all editors, not exit IDEA, for :qall rmaddy 2003-05-06 21:49:06 +00:00
  • 52e8f70384 Added autoIndentLines rmaddy 2003-05-06 21:48:34 +00:00
  • 7bb5d431af == command now repeatable rmaddy 2003-05-06 21:39:30 +00:00
  • 205b06dde0 Fixed backslashes in replacement text rmaddy 2003-05-06 21:38:12 +00:00
  • a2c3ee7281 Don't exit IDEA with :q. Added several new ex commands rmaddy 2003-05-06 16:30:04 +00:00
  • ac0ec01973 Ex commands that took a count were getting the current line as a default instead of one. rmaddy 2003-05-05 22:12:07 +00:00
  • 4b9d57dce3 Fixed visual mode problems rmaddy 2003-05-05 21:37:29 +00:00
  • 8319a84502 Additions for [w, ]w, [b, and ]b commands - camel word motions rmaddy 2003-05-05 05:47:09 +00:00
  • fb44926241 Updated docs for 0.3.0 release rmaddy 2003-05-04 22:19:52 +00:00
  • 298bad7a64 *** empty log message *** rmaddy 2003-05-04 21:42:41 +00:00
  • 4e774f5889 Removed GNU regexp rmaddy 2003-05-04 21:40:08 +00:00
  • 4dc6a2ab72 Changes and additions to support true VIM searching and replacing rmaddy 2003-05-04 21:33:38 +00:00
  • d09cc6b053 Fixed ability to move cursor to very end of file rmaddy 2003-05-04 17:55:02 +00:00
  • 160da9637b findWordUnderCursor didn't include last char of word rmaddy 2003-05-04 17:40:22 +00:00
  • 3e6b0da031 More updates rmaddy 2003-04-29 16:01:59 +00:00
  • 38bb7b0573 Added support for search offsets and other small changes rmaddy 2003-04-29 16:01:18 +00:00
  • 829edef1da Removed calls to saveJumpLocation rmaddy 2003-04-29 15:58:43 +00:00
  • 6e4cf690e9 Added use of FLAG_SAVE_JUMP for appropriate actions rmaddy 2003-04-29 15:57:12 +00:00
  • 3023287473 Added FLAG_SAVE_JUMP rmaddy 2003-04-29 15:56:37 +00:00
  • f802aa1722 Added to support pattern ranges for Ex commands rmaddy 2003-04-29 15:55:24 +00:00
  • aebd17e18a Added lastZero to getLine rmaddy 2003-04-29 15:54:48 +00:00
  • 335b80f419 Rewritten to properly handle a sequence of ranges rmaddy 2003-04-29 05:20:21 +00:00
  • ad2b4faf09 Added lastZero rmaddy 2003-04-29 05:08:00 +00:00
  • 18ccd06ebe Added ctrs rmaddy 2003-04-29 05:05:14 +00:00
  • e001c731f2 Fixed so not added to parser handler list. Fixed bug that caused it to go to wrong line rmaddy 2003-04-29 05:04:33 +00:00
  • 8d0d22d5ee Updated to handle ranges with search patterns rmaddy 2003-04-29 05:03:46 +00:00
  • 6bd8957f51 Added support for *, #, g*, and g# commands rmaddy 2003-04-27 04:47:05 +00:00
  • 6a3c8e7cb9 Removed all the 'Append' methods and classes and added boolean to correspoding sibling. Support 'select' option for visual mode. rmaddy 2003-04-26 17:24:27 +00:00
  • 9dc3990183 Added to support real searching rmaddy 2003-04-26 17:20:43 +00:00
  • 9561d6560c Added to support :set commands rmaddy 2003-04-26 17:18:25 +00:00
  • 46a3f19d5b Added SetHandler rmaddy 2003-04-26 17:18:00 +00:00
  • 84e6024b15 More search changes rmaddy 2003-04-26 17:17:21 +00:00
  • b6e7809a76 Added to support real search commands rmaddy 2003-04-26 17:15:50 +00:00
  • a7911ee92d *** empty log message *** rmaddy 2003-04-26 17:14:37 +00:00
  • 855216836a Fixed getDisplayWidth. Addes support for 'more' option. rmaddy 2003-04-26 17:13:39 +00:00
  • b2097adb15 Support for undolevels options rmaddy 2003-04-26 17:12:32 +00:00
  • d30bbb8a66 Support for matchpairs options rmaddy 2003-04-26 17:12:08 +00:00
  • 751e37b112 Begin reflecting supported commands rmaddy 2003-04-26 17:07:56 +00:00
  • b3c27477fb Reflect new additions rmaddy 2003-04-26 17:06:42 +00:00
  • 7dcdee3b25 More changes rmaddy 2003-04-26 17:06:01 +00:00
  • 2586941493 Support for 'visualbell' option rmaddy 2003-04-26 17:04:45 +00:00
  • ccb956b7ff *** empty log message *** rmaddy 2003-04-26 17:03:51 +00:00
  • 23532d7d02 *** empty log message *** rmaddy 2003-04-26 16:26:57 +00:00
  • ccd575a234 Added to setup of option change listeners rmaddy 2003-04-26 16:22:44 +00:00
  • dce29c11f2 *** empty log message *** rmaddy 2003-04-26 16:19:41 +00:00
  • c4a4ffc67f *** empty log message *** rmaddy 2003-04-26 16:14:15 +00:00
  • b7e7ac93bb *** empty log message *** rmaddy 2003-04-26 16:03:47 +00:00
  • f5eb8b086f *** empty log message *** rmaddy 2003-04-26 15:52:14 +00:00
  • 89c6d98022 Renamed from BoundedListOption rmaddy 2003-04-26 15:48:19 +00:00
  • 06aba90661 Added to support options via :set rmaddy 2003-04-25 22:19:25 +00:00
  • a320fd6204 *** empty log message *** rmaddy 2003-04-23 20:27:10 +00:00
  • 201a4ea311 Final notes for next release rmaddy 2003-04-23 20:21:23 +00:00
  • fe0f4149c3 Cleaned up look rmaddy 2003-04-23 20:20:25 +00:00
  • 5d171745b0 Fixed several commands that should not work in op-pend mode. rmaddy 2003-04-23 20:19:13 +00:00
  • b286b74244 Added optFlags support rmaddy 2003-04-23 20:16:59 +00:00
  • 4235cf759a Added more actions rmaddy 2003-04-23 20:16:09 +00:00
  • ce07b80041 *** empty log message *** rmaddy 2003-04-23 20:14:25 +00:00
  • b9daae2bfe Changed to use gnu regexp rmaddy 2003-04-23 20:14:10 +00:00
  • b3ed0ac045 Moved all command flags to this class rmaddy 2003-04-23 20:12:23 +00:00
  • 8a8d61a28c Added F1 rmaddy 2003-04-23 20:12:01 +00:00