1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-04 11:15:46 +02:00

Commit Graph

  • 281078019a Changes for 0.7.0 release rmaddy 2004-01-31 19:32:04 +0000
  • 3838fe77cb Fix dw, dW, d[w when on last word of a line. Fixed cW to work like cE. rmaddy 2004-01-30 23:37:30 +0000
  • da9582ed24 Fixed repeating of o and O commands. rmaddy 2004-01-30 22:34:13 +0000
  • a96ef5bb33 Move cursor properly rmaddy 2004-01-30 19:40:03 +0000
  • 297c05041d Putting text that was yanked from the last line didn't always have the newline inserted. rmaddy 2004-01-30 19:36:15 +0000
  • 6081d7cff5 Fixed cursor location after undo rmaddy 2004-01-30 19:24:58 +0000
  • 120a6a8e3e Changes for Command API change rmaddy 2004-01-30 06:57:44 +0000
  • c51ca6feac More text rmaddy 2004-01-30 06:57:26 +0000
  • e462ed7ad6 Made isReadType and isWriteType not static. rmaddy 2004-01-30 06:55:01 +0000
  • 0a7d8dd7e8 Made entering of : commands read/write rmaddy 2004-01-30 06:48:28 +0000
  • ec616d60da Prevent some possible NPE's rmaddy 2004-01-30 06:47:47 +0000
  • c294063223 All editors of a file now display the same selection. rmaddy 2004-01-28 22:57:42 +0000
  • e7f1236b47 Fixed toggling of insert/replace modes rmaddy 2004-01-28 22:42:34 +0000
  • 10a9c4c433 Forgot to check if document not found rmaddy 2004-01-28 22:41:59 +0000
  • 6d65a00426 Fixed undo/restore file issue if file had been saved in the middle. rmaddy 2004-01-28 21:13:39 +0000
  • b7be4b8e74 Changes to support the command sequence r<Enter> rmaddy 2004-01-28 20:13:16 +0000
  • 48c4faf83d More notes rmaddy 2004-01-28 01:05:56 +0000
  • 0dc1c756d7 Partial handling of r<Enter> rmaddy 2004-01-28 01:05:45 +0000
  • 3d6328a179 Handle special key char arguments. rmaddy 2004-01-28 01:05:03 +0000
  • bb99b9fef5 More notes rmaddy 2004-01-28 00:42:23 +0000
  • 45ac9252f5 Imports rmaddy 2004-01-28 00:41:28 +0000
  • 361725d583 Refactored a bit to be more document based than editor based. rmaddy 2004-01-28 00:39:56 +0000
  • 3341686f1e Debugging rmaddy 2004-01-28 00:39:30 +0000
  • 0219df8fe7 Added some missing status bar updates. rmaddy 2004-01-28 00:38:33 +0000
  • e4894ca866 Move file reload to DocumentManager. rmaddy 2004-01-28 00:37:24 +0000
  • 1ac5077c4c More listeners rmaddy 2004-01-28 00:36:59 +0000
  • 4876e908e9 Cleanup. Make visual related item document level, not editor level. rmaddy 2004-01-28 00:36:25 +0000
  • 768df01a82 Cleanup rmaddy 2004-01-28 00:34:05 +0000
  • 78d70b0472 Used block cursor for command mode and bar cursor for insert/replace modes. rmaddy 2004-01-28 00:26:42 +0000
  • 8587a2a37b Marks are more document based than editor based. rmaddy 2004-01-28 00:26:04 +0000
  • a6cc9070c6 Central point of control for document change listeners rmaddy 2004-01-28 00:22:06 +0000
  • f33b089ccc Not needed as part of project rmaddy 2004-01-28 00:21:17 +0000
  • e0a6d58815 Imports rmaddy 2004-01-27 07:07:08 +0000
  • 44f9fa7521 Updated version. Deploy to exploded zip dir in plugins. rmaddy 2004-01-27 06:57:34 +0000
  • b2c58be732 new commands rmaddy 2004-01-27 06:56:35 +0000
  • 47814fb0ae updates rmaddy 2004-01-27 06:56:22 +0000
  • 4f5ef61ff8 New commands rmaddy 2004-01-27 06:56:01 +0000
  • 07385c74cb Updated list rmaddy 2004-01-27 06:55:43 +0000
  • 3c3d836772 New features and bug fixes. rmaddy 2004-01-27 06:55:26 +0000
  • 5d005f9ee0 Added toString rmaddy 2004-01-27 06:53:56 +0000
  • 02e97fa96b Added offset rmaddy 2004-01-27 06:53:43 +0000
  • 197036f5e7 Added isWriteType rmaddy 2004-01-27 06:53:06 +0000
  • 866e36651e Put back save and save just one file rmaddy 2004-01-27 06:52:15 +0000
  • 0a54782ad9 Mark command as writeable rmaddy 2004-01-27 06:51:45 +0000
  • b56a42dac9 New parameter to leave cursor after put. rmaddy 2004-01-27 06:51:04 +0000
  • 42f07af28f Added support for filename args. rmaddy 2004-01-27 06:50:19 +0000
  • 7e5d87e509 Added support for # and filename args. rmaddy 2004-01-27 06:49:50 +0000
  • 56695f5930 Added some new commands rmaddy 2004-01-27 06:48:47 +0000
  • 67d9ab7987 Don't run command as runnable. It already is in one. Should solve lock ups from commands like :w rmaddy 2004-01-27 06:48:25 +0000
  • 0df2359753 Handle mouse clicks in line number area. Fixed several visual mode bugs. rmaddy 2004-01-27 06:47:13 +0000
  • 7c896968d7 Added openFile, saveFile, findFile, selectPreviousTab. rmaddy 2004-01-27 06:45:48 +0000
  • e5de0a7604 Changes to support moving cursor after pasting text. rmaddy 2004-01-27 06:44:36 +0000
  • bb4d7293ce Add new parameter to indicate cursor stays put. rmaddy 2004-01-27 06:43:00 +0000
  • 03d35d0258 Just save one file rmaddy 2004-01-27 06:41:46 +0000
  • 1b0923e475 Update for method rename. rmaddy 2004-01-27 06:40:58 +0000
  • f8a887fb11 Better parameter checking in getEditor rmaddy 2004-01-27 06:39:19 +0000
  • 7e21d27a8b Several new commands added. rmaddy 2004-01-27 06:37:27 +0000
  • 075bf5b585 Now restore file on last undo. rmaddy 2004-01-27 06:35:39 +0000
  • b8c3563e3f Tweaked handling of read vs. write commands rmaddy 2004-01-27 06:32:47 +0000
  • 524d0fc4fe Added listener for selection changes rmaddy 2004-01-27 06:31:26 +0000
  • dc7d098198 Added support for :class command rmaddy 2004-01-27 06:29:36 +0000
  • d2bcb1a957 Added support for :symbol command rmaddy 2004-01-27 06:29:02 +0000
  • 74589fecd0 Added support for :wall command rmaddy 2004-01-27 06:28:50 +0000
  • ddde658d8e Added support for z+ and z^ commands rmaddy 2004-01-27 06:28:22 +0000
  • 69b53a83a6 Added support for gP and gp commands rmaddy 2004-01-27 06:28:05 +0000
  • 8f2faa548f Optimize imports rmaddy 2004-01-06 04:45:28 +0000
  • 7dee879da8 Update to support Aurora 1050 rmaddy 2004-01-06 04:44:21 +0000
  • 6e5cb60d32 Optimize imports rmaddy 2003-12-29 06:47:39 +0000
  • 43087a39a1 Changes for 0.6.4 rmaddy 2003-12-29 06:44:03 +0000
  • 37c40ced1f Added allowEnd to normalizeVisualColumn rmaddy 2003-12-29 06:32:40 +0000
  • ffb1ef7b86 Fixed use of keys rmaddy 2003-12-29 06:31:14 +0000
  • aa8c48c58c Added support for moving to next/previous paragraph rmaddy 2003-12-29 06:28:45 +0000
  • 0e65ddb64f Added support for { and } commands rmaddy 2003-12-29 06:28:11 +0000
  • 9427955cb6 Added support for {} marks rmaddy 2003-12-29 06:27:12 +0000
  • e0e934aa21 Update calls to runWrite/ReadCommand rmaddy 2003-12-28 21:37:44 +0000
  • 10c4522c11 Use newer version of executeCommand rmaddy 2003-12-28 21:37:03 +0000
  • 16e8358ba1 Rewrote getVirtualFile and getProject rmaddy 2003-12-28 21:36:29 +0000
  • bc6cd9d194 Updated calls to runWrite/ReadCommand rmaddy 2003-12-28 21:34:59 +0000
  • b070dc42e1 Removed unused code. rmaddy 2003-12-28 21:33:48 +0000
  • d8398a7bff Changes to support aurora build 992 rmaddy 2003-12-24 22:16:56 +0000
  • 2963053472 Changes to work under aurora 963 rmaddy 2003-12-24 22:08:54 +0000
  • 60e2a8888d Changes to support Aurora rmaddy 2003-10-01 06:08:34 +0000
  • 7d65429088 Changes for 0.4.1 rmaddy 2003-08-06 04:14:32 +0000
  • adfc89e799 Workaround for :w deadlock - don't actually write for now rmaddy 2003-08-06 04:13:56 +0000
  • 4890c575a0 Fix inserting new line above cursor to properly indent rmaddy 2003-08-06 04:12:11 +0000
  • 1550cb85cd Fixed bug when editing file templates rmaddy 2003-08-06 04:11:35 +0000
  • 3ffa6ead62 Updated notes rmaddy 2003-06-30 23:23:45 +0000
  • a0c1e22987 Changed name to match name of file rmaddy 2003-06-30 23:21:21 +0000
  • 16962beaa1 Optimized imports rmaddy 2003-05-15 17:17:28 +0000
  • 9f4dfff1be Last updates for 0.4.0 rmaddy 2003-05-15 04:37:16 +0000
  • ae52293cf0 Final updates for 0.4.0 rmaddy 2003-05-15 04:35:05 +0000
  • 05966b6423 Don't check showmode for showMode rmaddy 2003-05-15 04:34:38 +0000
  • 34ab6e9c2b Check showmode for updateStatus rmaddy 2003-05-15 04:34:12 +0000
  • ef850a55fa Added message to resize tool window rmaddy 2003-05-15 04:31:02 +0000
  • 1a337b6b78 feature update rmaddy 2003-05-15 04:22:36 +0000
  • 4e6c170205 Fixed flags for gd and gD rmaddy 2003-05-15 04:13:00 +0000
  • a53af67f41 *** empty log message *** rmaddy 2003-05-14 23:26:40 +0000
  • b2a9ff7a38 Commented out unused options rmaddy 2003-05-14 23:26:19 +0000
  • a7687651f6 Added DumpLineHandler rmaddy 2003-05-14 17:05:46 +0000
  • f71c4ba1d8 Added support for CharacterPosition - fixed search issues with tabs. rmaddy 2003-05-14 17:05:12 +0000