1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-11-05 04:22:18 +01:00

Commit Graph

  • eba9eaf37a Faster command parser Alex Plate 2019-11-07 12:15:43 +03:00
  • ae31b1c23d Faster keys parsing Alex Plate 2019-11-06 18:17:39 +03:00
  • 535a0532df Use ArrayList implementation for KeyMapping Alex Plate 2019-11-06 16:30:18 +03:00
  • 0579d242f6 Lazy loading of KeywordOption Alex Plate 2019-11-06 15:51:07 +03:00
  • b4910ed8f4 Refactor key parsing Alex Plate 2019-11-05 14:47:29 +03:00
  • 2bb1399ae7 Remove unnecessary reset Alex Plate 2019-11-05 13:29:56 +03:00
  • 062ada96ff Do not initialize some services on first startup Alex Plate 2019-11-05 13:09:40 +03:00
  • bb94238e9c Remove invertMap function Alex Plate 2019-11-05 12:37:53 +03:00
  • 43a40c1f6b Update keyparser to accept « brackets Alex Plate 2019-11-05 12:07:43 +03:00
  • 639866a9e1 Remove unused name property Alex Plate 2019-11-05 11:35:47 +03:00
  • 05bbe6b799 Rename name to names Alex Plate 2019-11-05 11:33:34 +03:00
  • e19b1c8bf0 Create interface for complicated commands Alex Plate 2019-11-05 11:23:05 +03:00
  • 0648d621b5 Move handler names to plugin.xml Alex Plate 2019-11-05 11:19:36 +03:00
  • 93c0de9ebb Create bean class for ex commandsï¿¿ Alex Plate 2019-11-05 10:59:19 +03:00
  • 0220b3f3cd Remove unused extension point Alex Plate 2019-11-05 10:48:59 +03:00
  • 1af7f9388d Create a ktdoc for ActionBeanClass Alex Plate 2019-11-05 10:43:04 +03:00
  • 76f0eaebce Remove keyStrokesSet field Alex Plate 2019-11-01 23:08:09 +03:00
  • ae71957236 Remove usages of getKeyStrokesSet Alex Plate 2019-11-01 22:44:22 +03:00
  • 5004f0280e Refactor duplicable commands Alex Plate 2019-11-01 22:38:59 +03:00
  • 52967368ff Fix update problem Alex Plate 2019-11-20 17:43:23 +03:00
  • 8a63fa42ae Reformat actions source code Alex Plate 2019-11-01 22:11:03 +03:00
  • 05ecb92a88 Use plugin.xml to define mappings for actions Alex Plate 2019-11-20 17:36:10 +03:00
  • 829619d901 Update kt version Alex Plate 2019-11-20 16:34:10 +03:00
  • c74b60820b Update gradlew version to 6.0.1 Alex Plate 2019-11-20 16:28:19 +03:00
  • cd741fe7fd Update CHANGES.md Alex Plate 2019-11-20 15:53:32 +03:00
  • 3b26cd845a Add igrekster to contributors list Alex Plate 2019-11-20 15:50:16 +03:00
  • d05cc3cd35 Merge pull request #210 from igrekster/format-motion Alex Plate 2019-11-20 15:51:39 +03:00
  • 96dff832ba Merge pull request #209 from igrekster/multicaret-ignorecase-fix Alex Plate 2019-11-20 15:47:23 +03:00
  • e43339613c Add Rafał Hajdacki to contributors list Alex Plate 2019-11-20 15:32:23 +03:00
  • e025bc2912 Merge pull request #212 from hajdamak/VIM-664 Alex Plate 2019-11-20 15:18:10 +03:00
  • a4be636f9d Run manual tests 0.54 Alex Plate 2019-11-20 11:47:38 +03:00
  • a2bae6795f Prepare to the release 0.54 Alex Plate 2019-11-20 11:13:13 +03:00
  • 28d9bd0c73 Read ideavimrc from XDG config home directory Rafał Hajdacki 2019-11-15 14:55:07 +01:00
  • 8e12c9bef0 Fix backward motion for ex commands Alex Plate 2019-11-19 14:31:30 +03:00
  • 88926c3eef Update CHANGES.md Alex Plate 2019-11-18 17:51:46 +03:00
  • 8dd774446b Update license information Alex Plate 2019-11-18 11:55:34 +03:00
  • 46cf112378 Revert user statistic Alex Plate 2019-11-14 13:12:50 +03:00
  • 5d2520d057 Revert compile dependencies Alex Plate 2019-11-14 13:10:12 +03:00
  • a6ea89162a Change collector option Alex Plate 2019-11-08 14:50:02 +03:00
  • 1039cf661d Fix capability with 183 Alex Plate 2019-11-08 14:41:18 +03:00
  • eaf9f0bbfa Fix compatibility with older IDEA versions Alex Plate 2019-11-07 18:24:34 +03:00
  • 9e036176ef Update CHANGES Alex Plate 2019-11-07 16:40:42 +03:00
  • 31e1edcc72 Add userstatistic info Alex Plate 2019-11-07 16:26:22 +03:00
  • 7d9d8d4a02 Fix execution of actions in visual mode with incsearch enabled Alex Plate 2019-11-07 11:14:16 +03:00
  • 71cb43e751 Remove garbage Alex Plate 2019-11-05 17:40:15 +03:00
  • f27e00500e Do not add kotlin stdlib to resulting jar Alex Plate 2019-11-05 17:35:10 +03:00
  • 617c0e3813 Add missing gif 0.53.2-EAP Alex Plate 2019-11-05 15:54:51 +03:00
  • 76634e3eed Fix "wrap with if" Alex Plate 2019-11-05 15:53:33 +03:00
  • 21c16b26c9 Update set-commands Alex Plate 2019-11-05 10:19:29 +03:00
  • 21536fb3ef Implement gq<motion> code formatting command for motions igrekster 2019-11-02 16:57:12 +11:00
  • 7c0ee2429d Allow duplicable commands with g prefix key igrekster 2019-11-02 16:59:46 +11:00
  • 9d6f43cfeb Fix problem with lookup selection Alex Plate 2019-11-01 13:55:32 +03:00
  • cdcb31cf2f Change listeners for tests Alex Plate 2019-10-31 18:13:37 +03:00
  • e17f571dba Remove useless teamcity report Alex Plate 2019-10-31 17:56:36 +03:00
  • 629c48bba0 Run manual tests Alex Plate 2019-10-31 17:55:37 +03:00
  • 5078df6caf Update CHANGES Alex Plate 2019-10-31 17:50:34 +03:00
  • 2c5c4d9714 Update set-commands Alex Plate 2019-10-31 13:13:30 +03:00
  • 316cd2c02c Rename refactoring to ideaselection Alex Plate 2019-10-31 13:05:22 +03:00
  • e56f08505f Convert IdeaVisualControlTest.kt to option test Alex Plate 2019-10-30 18:02:15 +03:00
  • 58a1f9e275 Move tests to different location Alex Plate 2019-10-30 17:57:24 +03:00
  • bfdf54db67 Add tests for idearefactormode option Alex Plate 2019-10-30 17:46:25 +03:00
  • df8598a6f4 Run manual tests Alex Plate 2019-10-30 16:49:39 +03:00
  • 4ca9e74249 Refactor controlNonVimSelection Alex Plate 2019-10-30 16:43:54 +03:00
  • 33caeeaf1d Fix log Alex Plate 2019-10-30 16:02:12 +03:00
  • 53a8c3ecc8 Move all mode exit methods to the same place Alex Plate 2019-10-30 16:00:03 +03:00
  • 0ddb7f971d Fix multiple cursors selection getting stuck with ignorecase igrekster 2019-10-30 23:46:40 +11:00
  • fabe066f94 Move selection control methods to the separate file Alex Plate 2019-10-30 14:45:40 +03:00
  • 5672bc0fb2 Rename function Alex Plate 2019-10-30 14:29:51 +03:00
  • c77f43e7c7 Initial idearefactormode support Alex Plate 2019-10-30 13:00:04 +03:00
  • d47ad34909 Fix removed vimstate saving Alex Plate 2019-10-30 12:38:06 +03:00
  • 96f731e9c9 Refactor MotionUp/Down actions Alex Plate 2019-10-29 15:37:48 +03:00
  • 1b9376a9f5 Rename motion up/down actions Alex Plate 2019-10-29 15:31:54 +03:00
  • 1425ee0048 Ctrl-N and Ctrl-P actions for lookup in normal mode Alex Plate 2019-10-29 15:28:54 +03:00
  • 3a014b2a13 Convert VimPluginToggleAction to kotlin Alex Plate 2019-10-29 14:39:05 +03:00
  • 38c4e6bebc Rename .java to .kt Alex Plate 2019-10-29 14:39:05 +03:00
  • 171404bf43 Change the superclass of VimPluginToggleAction Alex Plate 2019-10-29 14:33:14 +03:00
  • 73b1adce1b Make common action for enabling/disabling IdeaVim Alex Plate 2019-10-28 18:42:37 +03:00
  • 90f55821e0 Remove not-released option Alex Plate 2019-10-28 15:35:53 +03:00
  • fee8009f38 Make vim actions popup as a separate action Alex Plate 2019-10-28 14:59:35 +03:00
  • 8d698aeacd Update the Join EAP dialog Alex Plate 2019-10-28 13:50:21 +03:00
  • fbd588444f Hide some icon actions to sublist Alex Plate 2019-10-26 16:06:21 +03:00
  • 5735769ee7 null save marks restoring Alex Plate 2019-10-25 20:19:40 +03:00
  • 150f9190d5 Add customisation for surround with for Alex Plate 2019-10-25 19:58:00 +03:00
  • 6a1e8a0c22 Fix template with multiple variables Alex Plate 2019-10-25 17:14:23 +03:00
  • 66fca4a921 [VIM-1819] Fix execution of some rider actions Alex Plate 2019-10-25 15:26:33 +03:00
  • 9a2accc74b Use the correct action for next variable Alex Plate 2019-10-25 14:33:52 +03:00
  • 5584b5ec3a Refactor selection correction during the template Alex Plate 2019-10-24 16:17:34 +03:00
  • 3b4121f59a Reformat code Alex Plate 2019-10-24 16:15:11 +03:00
  • 35eb6c2974 Add tests and doc Alex Plate 2019-10-24 15:16:59 +03:00
  • e51deac151 Make TemplateTest.kt as option test Alex Plate 2019-10-24 12:59:02 +03:00
  • c9bb160291 Add savemodefor option Alex Plate 2019-10-23 13:17:02 +03:00
  • 586979644c Add inNormalMode helper function Alex Plate 2019-10-23 13:15:09 +03:00
  • 0d376eaa1d Update icon list labels Alex Plate 2019-10-22 12:44:25 +03:00
  • 086c3d1a24 Update the join EAP dialog Alex Plate 2019-10-22 12:33:45 +03:00
  • 91e75561a3 Remove the default shortcut Alex Plate 2019-10-21 17:35:55 +03:00
  • 979bf26441 Change the implementation of system marks Alex Plate 2019-10-21 16:58:22 +03:00
  • 49844ddd9b Refactor fileLocation classes Alex Plate 2019-10-21 15:07:14 +03:00
  • d095ebb2f3 Rename .java to .kt Alex Plate 2019-10-21 15:07:14 +03:00
  • 36f473508a Disable mappings for the second part of multikey commands Alex Plate 2019-10-21 13:40:53 +03:00
  • 5eb2810352 Add new corrections for caret vertical motion Alex Plate 2019-10-18 15:15:35 +03:00