1
0
Fork 0

Commit Graph

  • 46a97b3091 Fixed backspace in ex entry rmaddy 2004-05-28 20:13:05 +0000
  • 7b4d5bfefc Finished support for digraphs. rmaddy 2004-05-28 20:04:22 +0000
  • fe05156454 Completed suppor for Ctrl-k and Ctrl-v for r,t,f,T,f and insert/replace modes. rmaddy 2004-05-26 22:34:56 +0000
  • d98a0b818f Updated docs for digraphs. rmaddy 2004-05-25 06:20:38 +0000
  • 50c939a9f7 Added support for :digraph, and Ctrl-K {char1}{char2} for certain character arguments and while in insert mode. rmaddy 2004-05-25 00:19:25 +0000
  • 01bb9f02fd Final changes for 0.7.2 rmaddy 2004-05-24 04:13:19 +0000
  • 6f087a96d5 Now allow space between range and command in : commands. rmaddy 2004-05-24 03:46:12 +0000
  • b28877b23f Added mnemonics and a default button for the search confirmation dialog. rmaddy 2004-05-24 03:11:35 +0000
  • 679fb1307a Fixed using the O command on the first line. rmaddy 2004-05-24 02:05:26 +0000
  • cecf329832 Fixed the display of the "more" panel for some ex commands. rmaddy 2004-05-24 02:00:19 +0000
  • e2483c4146 Redid ex entry window. Put back like it was. Found much easier solution for focus problem. rmaddy 2004-05-22 21:33:41 +0000
  • e06c0aaa3b Disable ex entry field when not being used. rmaddy 2004-05-22 21:07:42 +0000
  • e5235f54bf Fixed <count>dw to delete correct amount of text. rmaddy 2004-05-22 20:34:57 +0000
  • 45accb61f8 Tweaked show/hideToolBar to restore original state. rmaddy 2004-05-22 20:33:05 +0000
  • c197c38450 First whack at fixing dw issues rmaddy 2004-05-22 00:05:46 +0000
  • dd083fc9b4 Fixed commands like <count>cw on strings such as 1/2/3 rmaddy 2004-05-21 23:46:17 +0000
  • 7cf9248206 Changed ex window to use tool window. Fixes focus problem. rmaddy 2004-05-21 21:08:37 +0000
  • 65f9c1f2b9 Start of changes to move ex window to toolbar rmaddy 2004-05-21 19:51:52 +0000
  • 909d4d3fe3 Fixed bug for c<motion> d<motion> if motion was invalid. rmaddy 2004-02-16 22:59:41 +0000
  • 3552890521 Initial changes for 0.7.2 rmaddy 2004-02-16 22:58:50 +0000
  • bd070510b2 Minor text changes for 0.7.1 rmaddy 2004-02-16 17:59:09 +0000
  • 9c8f526228 Need to fix focus problem after ex window goes away rmaddy 2004-02-14 01:11:07 +0000
  • 120605e1be 1159 rmaddy 2004-02-14 01:10:21 +0000
  • 44cf2538a8 Comment on event bug rmaddy 2004-02-14 01:09:57 +0000
  • 3c3703720f Fixed exception when reopening a project. rmaddy 2004-02-13 18:38:29 +0000
  • 5e6433e1e3 Fixed last fix rmaddy 2004-02-12 21:33:20 +0000
  • 367431aecb Update for 0.7.1 rmaddy 2004-02-12 21:32:31 +0000
  • 42391308bb Reflect Idea version rmaddy 2004-02-12 18:19:12 +0000
  • 22999f0d93 Updates for 0.7.1 rmaddy 2004-02-11 17:45:39 +0000
  • bea7608ff1 Updates for 0.7.1 rmaddy 2004-02-11 17:28:33 +0000
  • d7bc507e2d Add new param to deleteRange rmaddy 2004-02-11 17:26:29 +0000
  • a7df28befb Fixed cursor position after deleting range for a change. rmaddy 2004-02-11 17:25:21 +0000
  • 8d69f8ba4f Ensure unique set of listeners rmaddy 2004-02-11 17:24:40 +0000
  • 6782afc678 Deal with non-existent editors for a file rmaddy 2004-02-11 16:50:51 +0000
  • b3954913a0 Fixed moving cursor in empty file rmaddy 2004-02-11 16:44:09 +0000
  • b892719cad Fixed special parsing of < and > commnds rmaddy 2004-02-11 16:42:40 +0000
  • 61aa07ebc9 Update call to deleteRange rmaddy 2004-02-11 16:36:13 +0000
  • 80bbc06268 Support for modification attempt on a read-only file. rmaddy 2004-02-03 17:42:27 +0000
  • e8adba172e new changes rmaddy 2004-02-02 07:11:36 +0000
  • 119866b6b7 new bugs rmaddy 2004-02-02 07:11:19 +0000
  • 6dbbc3f23f Fixed exception when opening a file that has no document (such as images with ImageViewer plugin). rmaddy 2004-02-02 06:16:00 +0000
  • d4002eb3fc Changes for 0.7.0 release rmaddy 2004-01-31 19:50:44 +0000
  • 77bcaa58d2 Changes for 0.7.0 release rmaddy 2004-01-31 19:40:58 +0000
  • 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