1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-09 16:53:14 +02:00

Commit Graph

  • 700decb2e0 Update mappings handler for properly handler intersecting mappings. Alex Plate 2019-10-02 18:44:43 +03:00
  • 8368055397 Registrar should be written in java due to capability problems Alex Plate 2019-10-01 20:33:00 +03:00
  • 0d0f1f1c0c External plugins can now contribute to vimExtension Alex Plate 2019-10-01 19:59:41 +03:00
  • db68ae5cea Add tests for extension in op mode Alex Plate 2019-10-01 10:15:44 +03:00
  • 0fd7c4aa4f Clean up Alex Plate 2019-09-30 19:46:40 +03:00
  • 8592e6ef60 Plugins can act as an operator Alex Plate 2019-09-30 18:25:38 +03:00
  • e9fb02220a Update api of ListenerSuppressor Alex Plate 2019-09-30 17:54:10 +03:00
  • aa54a0cd98 Execute mapping in sync way Alex Plate 2019-09-30 16:12:58 +03:00
  • eb724c8753 Fix yy command Alex Plate 2019-09-27 22:11:28 +03:00
  • 1bb0caa704 Fix dd for empty line Alex Plate 2019-09-27 17:46:00 +03:00
  • 5bf2bc4a7b Reformat Command Alex Plate 2019-09-27 14:56:24 +03:00
  • 70fd7ef89d operator-W doesn't affect the next line Alex Plate 2019-09-26 15:31:05 +03:00
  • 50d8e79571 Use fail function from kotlin Alex Plate 2019-09-26 14:47:36 +03:00
  • c236ddd967 Add docs to Nodes Alex Plate 2019-09-26 11:25:49 +03:00
  • b551518911 Add additional checks for command consistency Alex Plate 2019-09-25 20:09:21 +03:00
  • 1be49b06f3 Fix processing of / and ? commands Alex Plate 2019-09-25 19:17:46 +03:00
  • 200a9c6318 Update key handling process Alex Plate 2019-09-19 19:42:22 +03:00
  • 9f10106d75 Use only one handler to process @@ and @: commands Alex Plate 2019-09-25 20:00:23 +03:00
  • 6d4ff752a0 Double commands are processed in original way Alex Plate 2019-09-25 14:56:36 +03:00
  • 29ecae66a9 Make baseExecute as final method Alex Plate 2019-09-25 13:20:16 +03:00
  • 9c5f50d0a6 Move change motion tests to the separate file Alex Plate 2019-09-25 13:02:49 +03:00
  • 8fcc9ac1e2 Some fixes on change motion actions. Alex Plate 2019-09-19 14:21:48 +03:00
  • 8d83b3b1e7 Remove parameter from getMotionRange Alex Plate 2019-09-24 17:13:20 +03:00
  • 155570b6bf Remove unused flag Alex Plate 2019-09-24 16:44:12 +03:00
  • 831dc35935 Update processing of text objects Alex Plate 2019-09-24 16:42:46 +03:00
  • b641f1b67c Motion command should explicit define inclusive / exclusive Alex Plate 2019-09-24 15:24:39 +03:00
  • 3c4906b8ac Get rid of useless FLAG_MOT_EXCLUSIVE Alex Plate 2019-09-23 17:31:17 +03:00
  • a575bc92cc Correctly process d_ command Alex Plate 2019-09-18 22:07:07 +03:00
  • 7794e9ccd2 Fix undo mapping Alex Plate 2019-09-18 21:28:28 +03:00
  • 4f5301a7e0 Fix mapping for undo action Alex Plate 2019-09-17 14:42:11 +03:00
  • 6842936a75 Add state for awaiting for digraph (or char) input Alex Plate 2019-09-17 12:14:28 +03:00
  • a0bf6599fa Add comment for command flags option Alex Plate 2019-09-14 01:02:06 +03:00
  • c0384949a3 Add javadoc for key mapping Alex Plate 2019-09-13 13:06:45 +03:00
  • 371f4b128e Rename EX_ENTRY to CMD_LINE mode Alex Plate 2019-09-11 22:06:55 +03:00
  • 29fc776293 Remove NONE argument Alex Plate 2019-09-11 22:03:55 +03:00
  • bbdf87190c Extract node argument into the separate variable Alex Plate 2019-09-11 21:55:42 +03:00
  • 02a448f284 Convert command nodes to kt Alex Plate 2019-09-11 21:39:02 +03:00
  • 8665878b04 Remove useless FLAG_OP_PEND flag Alex Plate 2019-09-11 21:01:32 +03:00
  • c23812941b Clean up Argument class Alex Plate 2019-09-11 18:33:09 +03:00
  • fdac774745 Convert FilterMotionAction to kt Alex Plate 2019-09-11 18:30:39 +03:00
  • 0a38b65ded WIP: Renaming file 'FilterMotionAction' with Kotlin extension Alex Plate 2019-09-11 18:29:09 +03:00
  • a7f44c8dd1 Revert "Temporally disable multithread startup" Alex Plate 2019-09-17 18:32:12 +03:00
  • 2444bd3c2d Update Changes.md Alex Plate 2019-09-17 18:29:36 +03:00
  • 27f74844cc Update changes Alex Plate 2019-09-17 18:27:56 +03:00
  • d041712bd8 Run manual tests 0.53.1-EAP Alex Plate 2019-09-17 18:13:08 +03:00
  • ef0f2024c2 Update changes Alex Plate 2019-09-17 18:09:08 +03:00
  • bef3b3ba62 Temporally disable multithread startup Alex Plate 2019-09-17 17:49:11 +03:00
  • 037aee7c59 Make kotlin jvm 1.8 compatible. Alex Plate 2019-09-17 11:07:09 +03:00
  • 0e3c13099b Do not use external APP_CONFIG variable Alex Plate 2019-09-17 10:36:18 +03:00
  • 8e3515bc34 Clear definition of commands used to enabled plugins Alex Plate 2019-09-09 14:03:12 +03:00
  • c736de7875 Deprecate local storage due to bug in storage settings Alex Plate 2019-09-06 18:45:12 +03:00
  • 42375d143e [VIM-1772] Fix last character for :y command Alex Plate 2019-09-04 17:30:34 +03:00
  • 7e6d7aed20 Add some docs to controlNonVimSelection method Alex Plate 2019-09-04 16:07:31 +03:00
  • ea68d0c28f Enter correct caret shape after new mode entering Alex Plate 2019-09-04 16:00:14 +03:00
  • 9cc82aedf2 Join exit visual functions Alex Plate 2019-09-04 15:13:10 +03:00
  • c52abce656 Fix small problem with "wrap with if" Alex Plate 2019-09-04 13:07:22 +03:00
  • 65d8368ad4 Update changes Alex Plate 2019-09-04 11:48:35 +03:00
  • cf2f223ad4 [VIM-1781] Fix yanking with $ motion Alex Plate 2019-09-04 11:30:24 +03:00
  • daae1aec6c [VIM-1785][VIM-1731] Fix yanking to clipboard Alex Plate 2019-09-03 18:41:38 +03:00
  • 59bcd24c47 Make actions loading async Alex Plate 2019-09-02 16:54:37 +03:00
  • 44e224489b Update action registration Alex Plate 2019-09-02 15:45:17 +03:00
  • 8134e0223f Disable async initialization Alex Plate 2019-09-02 14:44:20 +03:00
  • 482249a05b Convert ex commands to extension points Alex Plate 2019-09-02 14:34:14 +03:00
  • d0998dc093 Do not register sticky balloon Alex Plate 2019-09-02 14:06:25 +03:00
  • 848bb01c10 Get rid of VimActionBean Alex Plate 2019-09-02 12:15:33 +03:00
  • e39eb76aca Remove id and text from actions Alex Plate 2019-09-02 11:56:20 +03:00
  • d6d2a55747 Use handlers directly (without actions) Alex Plate 2019-09-02 11:33:46 +03:00
  • 355fa1a622 Migrate methods from VimCommandAction to handlers Alex Plate 2019-08-30 18:48:49 +03:00
  • fb007b8835 Move action settings to handler Alex Plate 2019-08-30 18:10:14 +03:00
  • 256f5fcd0e Handlers do not execute EditorActionHandler anymore Alex Plate 2019-08-30 16:55:07 +03:00
  • e698c950a3 VimCommandActionBase doesn't extend EditorAction anymore Alex Plate 2019-08-30 14:59:36 +03:00
  • d0b9c3c118 Make action in command not nullable Alex Plate 2019-08-30 12:56:37 +03:00
  • 24358ca1a9 [A2EP] Add method to find vim action by id Alex Plate 2019-08-29 18:40:40 +03:00
  • 6a21c94a0c [A2EP] Execute actions w/o using executeAction Alex Plate 2019-08-29 17:07:26 +03:00
  • 2d39a1e4b8 [A2EP] Move some actions to the level of VimActionBase Alex Plate 2019-08-29 16:52:28 +03:00
  • e97a8da721 [A2EP] Remove action id from command tree Alex Plate 2019-08-29 14:20:30 +03:00
  • 665aaa3af9 [A2EP] Create "native actions" Alex Plate 2019-08-29 14:08:24 +03:00
  • 17fe1da4ed [A2EP] Convert actions into extension point Alex Plate 2019-08-29 12:55:59 +03:00
  • cb6c94b4f9 Transform all groups into application services Alex Plate 2019-07-08 15:59:14 +03:00
  • 6fd6765bee Initialize IdeaVim components on non-EDT Alex Plate 2019-08-28 17:42:47 +03:00
  • 66b7019da9 Update kotlin plugin to 1.3.50 Alex Plate 2019-08-27 14:19:54 +03:00
  • 2c11624e32 Merge pull request #208 from citizenmatt/bug/search-highlights Alex Plate 2019-09-03 14:06:19 +03:00
  • e44d7e6d49 Update CHANGES.md Matt Ellis 2019-09-02 17:52:53 +01:00
  • 261911f6de [VIM-1773] Provide fall back error stripe colour Matt Ellis 2019-09-02 17:37:44 +01:00
  • fe714a9003 Move caret during incsearch to match Vim behaviour Matt Ellis 2019-09-02 17:05:27 +01:00
  • e8501a658b Merge branch 'master' into bug/search-highlights Matt Ellis 2019-09-02 12:31:28 +01:00
  • 3fb4830456 Create file that describes manual tests for IdeaVim project Alex Plate 2019-08-26 17:02:47 +03:00
  • 39982b507a [VIM-1685] Correct shape of caret in case of zero-width selection Alex Plate 2019-08-26 16:52:01 +03:00
  • 4bd4f3ac68 Update changes Alex Plate 2019-08-26 12:37:41 +03:00
  • 8533ef7739 Fix wrong CHANGEs log Alex Plate 2019-08-26 12:35:57 +03:00
  • bd6d61c8c7 Merge pull request #201 from jorgengranseth/support-surround-function-name Alex Plate 2019-08-26 12:32:09 +03:00
  • 7045ffbdb8 Fix global marks removing Alex Plate 2019-08-26 12:27:23 +03:00
  • 9e47f4a7c3 Add Jørgen Granseth to contributors list Alex Plate 2019-08-26 12:15:46 +03:00
  • c886e49682 Add comment for different types of marks Alex Plate 2019-08-26 12:13:35 +03:00
  • 8fdec8e816 Merge pull request #202 from jorgengranseth/implement-delmarks-command Alex Plate 2019-08-26 12:12:24 +03:00
  • 131387d0ff Add comment about changes that should be performed on version update Alex Plate 2019-08-23 16:57:20 +03:00
  • f4a2b83afc Update CHANGES Alex Plate 2019-08-23 16:54:10 +03:00
  • 1c02ad6b4c Merge pull request #204 from citizenmatt/feature/line-numbers Alex Plate 2019-08-23 16:12:55 +03:00
  • d93890ddcb Merge pull request #205 from citizenmatt/bug/ex-caret Alex Plate 2019-08-23 15:14:27 +03:00
  • ca530159bb Merge pull request #206 from sumoooru2/master Alex Plate 2019-08-23 15:08:42 +03:00