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

Commit Graph

  • 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
  • b070dc42e1 Removed unused code. rmaddy 2003-12-28 21:33:48 +00:00
  • d8398a7bff Changes to support aurora build 992 rmaddy 2003-12-24 22:16:56 +00:00
  • 2963053472 Changes to work under aurora 963 rmaddy 2003-12-24 22:08:54 +00:00
  • 60e2a8888d Changes to support Aurora rmaddy 2003-10-01 06:08:34 +00:00
  • 7d65429088 Changes for 0.4.1 rmaddy 2003-08-06 04:14:32 +00:00
  • adfc89e799 Workaround for :w deadlock - don't actually write for now rmaddy 2003-08-06 04:13:56 +00:00
  • 4890c575a0 Fix inserting new line above cursor to properly indent rmaddy 2003-08-06 04:12:11 +00:00
  • 1550cb85cd Fixed bug when editing file templates rmaddy 2003-08-06 04:11:35 +00:00
  • 3ffa6ead62 Updated notes rmaddy 2003-06-30 23:23:45 +00:00
  • a0c1e22987 Changed name to match name of file rmaddy 2003-06-30 23:21:21 +00:00
  • 16962beaa1 Optimized imports rmaddy 2003-05-15 17:17:28 +00:00
  • 9f4dfff1be Last updates for 0.4.0 rmaddy 2003-05-15 04:37:16 +00:00
  • ae52293cf0 Final updates for 0.4.0 rmaddy 2003-05-15 04:35:05 +00:00
  • 05966b6423 Don't check showmode for showMode rmaddy 2003-05-15 04:34:38 +00:00
  • 34ab6e9c2b Check showmode for updateStatus rmaddy 2003-05-15 04:34:12 +00:00
  • ef850a55fa Added message to resize tool window rmaddy 2003-05-15 04:31:02 +00:00
  • 1a337b6b78 feature update rmaddy 2003-05-15 04:22:36 +00:00
  • 4e6c170205 Fixed flags for gd and gD rmaddy 2003-05-15 04:13:00 +00:00
  • a53af67f41 *** empty log message *** rmaddy 2003-05-14 23:26:40 +00:00
  • b2a9ff7a38 Commented out unused options rmaddy 2003-05-14 23:26:19 +00:00
  • a7687651f6 Added DumpLineHandler rmaddy 2003-05-14 17:05:46 +00:00
  • f71c4ba1d8 Added support for CharacterPosition - fixed search issues with tabs. rmaddy 2003-05-14 17:05:12 +00:00
  • 3aed07c8f5 Debugging tool rmaddy 2003-05-14 17:04:22 +00:00
  • ee296d7ab6 *** empty log message *** rmaddy 2003-05-13 23:31:58 +00:00
  • a521a2a7c3 Fixed focus problem when escape from dialog rmaddy 2003-05-13 23:30:40 +00:00
  • f836ba3506 Update for 0.4.0 rmaddy 2003-05-13 22:23:51 +00:00
  • 73c20b888f Added :@ commands rmaddy 2003-05-13 22:23:01 +00:00
  • 0205863e6c Don't store ", ., / registers into default rmaddy 2003-05-13 22:22:24 +00:00
  • 8d461e62e4 Fixed normalizeColumn rmaddy 2003-05-13 22:21:32 +00:00
  • 45921c7bcf Cleaned up error handling rmaddy 2003-05-13 22:20:59 +00:00
  • 598392a190 Support for :@ commands rmaddy 2003-05-13 22:19:55 +00:00
  • 1d860afe38 Add support for : register. Added RepeatHandler rmaddy 2003-05-13 22:19:29 +00:00
  • 91e756391d Set / register. Added error for :s search not found rmaddy 2003-05-13 22:17:43 +00:00
  • 55117e81e4 *** empty log message *** rmaddy 2003-05-13 19:55:43 +00:00
  • a5c9de1ae8 Don't check for CommandEntryPanel rmaddy 2003-05-13 19:55:22 +00:00
  • 338c575cfd Rewritten for new ex entry code rmaddy 2003-05-13 19:54:21 +00:00
  • cf9efb5f3d Added to support macro playback rmaddy 2003-05-13 19:53:39 +00:00
  • b0facc8fae Added to support new ex entry code rmaddy 2003-05-13 19:52:28 +00:00
  • 65eca3bbe3 Lots of new changes for next version rmaddy 2003-05-13 19:47:44 +00:00
  • 2e09410263 Added new actions rmaddy 2003-05-13 19:46:26 +00:00
  • 95939638fb Added tool window creation and message display rmaddy 2003-05-13 19:46:07 +00:00
  • 4f2069d02b Added new key handling rmaddy 2003-05-13 19:45:15 +00:00
  • ed55815014 Don't handle backspace on empty field rmaddy 2003-05-13 19:44:54 +00:00
  • 1851f0b376 Removed actions to end or escape entry rmaddy 2003-05-13 19:43:22 +00:00
  • 3f7b8513ea Added more commands rmaddy 2003-05-13 19:38:20 +00:00
  • 538ee344b1 Updated for state handling changes. rmaddy 2003-05-13 18:08:20 +00:00
  • 56eb2c401a Fix removing of trailing newlines for display rmaddy 2003-05-13 18:07:15 +00:00
  • e5e5e2995a Redone to support state stack rmaddy 2003-05-13 18:06:27 +00:00
  • 8ff7d36e9e Added set/getKeys rmaddy 2003-05-13 18:06:12 +00:00