1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-10-09 04:26:57 +02:00

Commit Graph

  • 9c8f526228 Need to fix focus problem after ex window goes away rmaddy 2004-02-14 01:11:07 +00:00
  • 120605e1be 1159 rmaddy 2004-02-14 01:10:21 +00:00
  • 44cf2538a8 Comment on event bug rmaddy 2004-02-14 01:09:57 +00:00
  • 3c3703720f Fixed exception when reopening a project. rmaddy 2004-02-13 18:38:29 +00:00
  • 5e6433e1e3 Fixed last fix rmaddy 2004-02-12 21:33:20 +00:00
  • 367431aecb Update for 0.7.1 rmaddy 2004-02-12 21:32:31 +00:00
  • 42391308bb Reflect Idea version rmaddy 2004-02-12 18:19:12 +00:00
  • 22999f0d93 Updates for 0.7.1 rmaddy 2004-02-11 17:45:39 +00:00
  • bea7608ff1 Updates for 0.7.1 rmaddy 2004-02-11 17:28:33 +00:00
  • d7bc507e2d Add new param to deleteRange rmaddy 2004-02-11 17:26:29 +00:00
  • a7df28befb Fixed cursor position after deleting range for a change. rmaddy 2004-02-11 17:25:21 +00:00
  • 8d69f8ba4f Ensure unique set of listeners rmaddy 2004-02-11 17:24:40 +00:00
  • 6782afc678 Deal with non-existent editors for a file rmaddy 2004-02-11 16:50:51 +00:00
  • b3954913a0 Fixed moving cursor in empty file rmaddy 2004-02-11 16:44:09 +00:00
  • b892719cad Fixed special parsing of < and > commnds rmaddy 2004-02-11 16:42:40 +00:00
  • 61aa07ebc9 Update call to deleteRange rmaddy 2004-02-11 16:36:13 +00:00
  • 80bbc06268 Support for modification attempt on a read-only file. rmaddy 2004-02-03 17:42:27 +00:00
  • e8adba172e new changes rmaddy 2004-02-02 07:11:36 +00:00
  • 119866b6b7 new bugs rmaddy 2004-02-02 07:11:19 +00:00
  • 6dbbc3f23f Fixed exception when opening a file that has no document (such as images with ImageViewer plugin). rmaddy 2004-02-02 06:16:00 +00:00
  • d4002eb3fc Changes for 0.7.0 release rmaddy 2004-01-31 19:50:44 +00:00
  • 77bcaa58d2 Changes for 0.7.0 release rmaddy 2004-01-31 19:40:58 +00:00
  • 281078019a Changes for 0.7.0 release rmaddy 2004-01-31 19:32:04 +00:00
  • 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 +00:00
  • da9582ed24 Fixed repeating of o and O commands. rmaddy 2004-01-30 22:34:13 +00:00
  • a96ef5bb33 Move cursor properly rmaddy 2004-01-30 19:40:03 +00:00
  • 297c05041d Putting text that was yanked from the last line didn't always have the newline inserted. rmaddy 2004-01-30 19:36:15 +00:00
  • 6081d7cff5 Fixed cursor location after undo rmaddy 2004-01-30 19:24:58 +00:00
  • 120a6a8e3e Changes for Command API change rmaddy 2004-01-30 06:57:44 +00:00
  • c51ca6feac More text rmaddy 2004-01-30 06:57:26 +00:00
  • e462ed7ad6 Made isReadType and isWriteType not static. rmaddy 2004-01-30 06:55:01 +00:00
  • 0a7d8dd7e8 Made entering of : commands read/write rmaddy 2004-01-30 06:48:28 +00:00
  • ec616d60da Prevent some possible NPE's rmaddy 2004-01-30 06:47:47 +00:00
  • c294063223 All editors of a file now display the same selection. rmaddy 2004-01-28 22:57:42 +00:00
  • e7f1236b47 Fixed toggling of insert/replace modes rmaddy 2004-01-28 22:42:34 +00:00
  • 10a9c4c433 Forgot to check if document not found rmaddy 2004-01-28 22:41:59 +00:00
  • 6d65a00426 Fixed undo/restore file issue if file had been saved in the middle. rmaddy 2004-01-28 21:13:39 +00:00
  • b7be4b8e74 Changes to support the command sequence r<Enter> rmaddy 2004-01-28 20:13:16 +00:00
  • 48c4faf83d More notes rmaddy 2004-01-28 01:05:56 +00:00
  • 0dc1c756d7 Partial handling of r<Enter> rmaddy 2004-01-28 01:05:45 +00:00
  • 3d6328a179 Handle special key char arguments. rmaddy 2004-01-28 01:05:03 +00:00
  • bb99b9fef5 More notes rmaddy 2004-01-28 00:42:23 +00:00
  • 45ac9252f5 Imports rmaddy 2004-01-28 00:41:28 +00:00
  • 361725d583 Refactored a bit to be more document based than editor based. rmaddy 2004-01-28 00:39:56 +00:00
  • 3341686f1e Debugging rmaddy 2004-01-28 00:39:30 +00:00
  • 0219df8fe7 Added some missing status bar updates. rmaddy 2004-01-28 00:38:33 +00:00
  • e4894ca866 Move file reload to DocumentManager. rmaddy 2004-01-28 00:37:24 +00:00
  • 1ac5077c4c More listeners rmaddy 2004-01-28 00:36:59 +00:00
  • 4876e908e9 Cleanup. Make visual related item document level, not editor level. rmaddy 2004-01-28 00:36:25 +00:00
  • 768df01a82 Cleanup rmaddy 2004-01-28 00:34:05 +00:00
  • 78d70b0472 Used block cursor for command mode and bar cursor for insert/replace modes. rmaddy 2004-01-28 00:26:42 +00:00
  • 8587a2a37b Marks are more document based than editor based. rmaddy 2004-01-28 00:26:04 +00:00
  • a6cc9070c6 Central point of control for document change listeners rmaddy 2004-01-28 00:22:06 +00:00
  • f33b089ccc Not needed as part of project rmaddy 2004-01-28 00:21:17 +00:00
  • e0a6d58815 Imports rmaddy 2004-01-27 07:07:08 +00:00
  • 44f9fa7521 Updated version. Deploy to exploded zip dir in plugins. rmaddy 2004-01-27 06:57:34 +00:00
  • b2c58be732 new commands rmaddy 2004-01-27 06:56:35 +00:00
  • 47814fb0ae updates rmaddy 2004-01-27 06:56:22 +00:00
  • 4f5ef61ff8 New commands rmaddy 2004-01-27 06:56:01 +00:00
  • 07385c74cb Updated list rmaddy 2004-01-27 06:55:43 +00:00
  • 3c3d836772 New features and bug fixes. rmaddy 2004-01-27 06:55:26 +00:00
  • 5d005f9ee0 Added toString rmaddy 2004-01-27 06:53:56 +00:00
  • 02e97fa96b Added offset rmaddy 2004-01-27 06:53:43 +00:00
  • 197036f5e7 Added isWriteType rmaddy 2004-01-27 06:53:06 +00:00
  • 866e36651e Put back save and save just one file rmaddy 2004-01-27 06:52:15 +00:00
  • 0a54782ad9 Mark command as writeable rmaddy 2004-01-27 06:51:45 +00:00
  • b56a42dac9 New parameter to leave cursor after put. rmaddy 2004-01-27 06:51:04 +00:00
  • 42f07af28f Added support for filename args. rmaddy 2004-01-27 06:50:19 +00:00
  • 7e5d87e509 Added support for # and filename args. rmaddy 2004-01-27 06:49:50 +00:00
  • 56695f5930 Added some new commands rmaddy 2004-01-27 06:48:47 +00:00
  • 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 +00:00
  • 0df2359753 Handle mouse clicks in line number area. Fixed several visual mode bugs. rmaddy 2004-01-27 06:47:13 +00:00
  • 7c896968d7 Added openFile, saveFile, findFile, selectPreviousTab. rmaddy 2004-01-27 06:45:48 +00:00
  • e5de0a7604 Changes to support moving cursor after pasting text. rmaddy 2004-01-27 06:44:36 +00:00
  • bb4d7293ce Add new parameter to indicate cursor stays put. rmaddy 2004-01-27 06:43:00 +00:00
  • 03d35d0258 Just save one file rmaddy 2004-01-27 06:41:46 +00:00
  • 1b0923e475 Update for method rename. rmaddy 2004-01-27 06:40:58 +00:00
  • f8a887fb11 Better parameter checking in getEditor rmaddy 2004-01-27 06:39:19 +00:00
  • 7e21d27a8b Several new commands added. rmaddy 2004-01-27 06:37:27 +00:00
  • 075bf5b585 Now restore file on last undo. rmaddy 2004-01-27 06:35:39 +00:00
  • b8c3563e3f Tweaked handling of read vs. write commands rmaddy 2004-01-27 06:32:47 +00:00
  • 524d0fc4fe Added listener for selection changes rmaddy 2004-01-27 06:31:26 +00:00
  • dc7d098198 Added support for :class command rmaddy 2004-01-27 06:29:36 +00:00
  • d2bcb1a957 Added support for :symbol command rmaddy 2004-01-27 06:29:02 +00:00
  • 74589fecd0 Added support for :wall command rmaddy 2004-01-27 06:28:50 +00:00
  • ddde658d8e Added support for z+ and z^ commands rmaddy 2004-01-27 06:28:22 +00:00
  • 69b53a83a6 Added support for gP and gp commands rmaddy 2004-01-27 06:28:05 +00:00
  • 8f2faa548f Optimize imports rmaddy 2004-01-06 04:45:28 +00:00
  • 7dee879da8 Update to support Aurora 1050 rmaddy 2004-01-06 04:44:21 +00:00
  • 6e5cb60d32 Optimize imports rmaddy 2003-12-29 06:47:39 +00:00
  • 43087a39a1 Changes for 0.6.4 rmaddy 2003-12-29 06:44:03 +00:00
  • 37c40ced1f Added allowEnd to normalizeVisualColumn rmaddy 2003-12-29 06:32:40 +00:00
  • ffb1ef7b86 Fixed use of keys rmaddy 2003-12-29 06:31:14 +00:00
  • aa8c48c58c Added support for moving to next/previous paragraph rmaddy 2003-12-29 06:28:45 +00:00
  • 0e65ddb64f Added support for { and } commands rmaddy 2003-12-29 06:28:11 +00:00
  • 9427955cb6 Added support for {} marks rmaddy 2003-12-29 06:27:12 +00:00
  • e0e934aa21 Update calls to runWrite/ReadCommand rmaddy 2003-12-28 21:37:44 +00:00
  • 10c4522c11 Use newer version of executeCommand rmaddy 2003-12-28 21:37:03 +00:00
  • 16e8358ba1 Rewrote getVirtualFile and getProject rmaddy 2003-12-28 21:36:29 +00:00
  • bc6cd9d194 Updated calls to runWrite/ReadCommand rmaddy 2003-12-28 21:34:59 +00:00