1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-18 10:42:46 +02:00

Commit Graph

  • 5b94276836
    Move more methods to vim-engine Alex Plate 2022-06-15 12:58:15 +0300
  • f1e427e2ff Fix command history filipp 2022-06-14 22:10:04 +0600
  • a112cfe35f Add count to undo/redo filipp 2022-06-14 18:47:16 +0600
  • 412b60d6b4 Fix selection after undo filipp 2022-06-14 18:36:14 +0600
  • 11d9ef7507
    Partially move change group to vim-engine Alex Plate 2022-06-14 10:31:23 +0300
  • ca143272f3 Update changelog Alex Plate 2022-06-13 09:54:32 +0000
  • 072449825c
    Fix(VIM-2675): Fix numbering register in visual mode Alex Plate 2022-06-13 12:52:05 +0300
  • 38ed9c206a
    Fix compilation Alex Plate 2022-06-13 12:51:31 +0300
  • 8235a649a1
    Move VisualMotionGroup to vim-engine Alex Plate 2022-06-10 22:30:25 +0300
  • 09efdd076e
    Remove unused method Alex Plate 2022-06-10 22:16:25 +0300
  • da9b6ea762 Update formatting Alex Plate 2022-06-12 00:17:39 +0000
  • 437450a93b
    Fix long running test Alex Plate 2022-06-10 16:01:05 +0300
  • 50fff8871e Update changelog Alex Plate 2022-06-10 12:28:35 +0000
  • 350e9cfca2
    Fix(VIM-2595): Support plugins in macro execution Alex Plate 2022-06-10 15:26:52 +0300
  • 5639edf173
    Refactor mapping stack Alex Plate 2022-06-09 11:34:26 +0300
  • f72313df9c
    Fix(VIM-2671): Fix using plugins from mappings Alex Plate 2022-06-09 10:17:10 +0300
  • f52eb5e124 Update formatting filipp 2022-06-10 00:07:27 +0600
  • 5da9c5e1cd Move variableService logic to base class filipp 2022-06-09 23:54:43 +0600
  • 53fdd891fb Move optionService logic to base class filipp 2022-06-09 02:17:40 +0600
  • 94820d7a83 Update formatting filipp 2022-06-08 20:04:50 +0600
  • fe66d06ce2
    Move VimMark to vim-injector Alex Plate 2022-06-08 12:06:45 +0300
  • b6e917a2d7
    Get rid of DialogDataContext Alex Plate 2022-06-07 16:40:38 +0300
  • a6a39d249b
    Move key group to vim-engine Alex Plate 2022-06-06 09:08:38 +0300
  • 518784c371
    Use ShortcutOwnerInfo in savedShortcuts Alex Plate 2022-06-02 10:57:05 +0300
  • 51c50cb902 Update formatting filipp 2022-06-07 04:00:06 +0600
  • 6355d7765e Add documentation to OptionService.kt and fix some exception messages filipp 2022-06-07 03:59:23 +0600
  • c083631590 Undo changing ideaVersion filipp 2022-06-07 01:13:07 +0600
  • f62575c870 Fix bugs with appending/prepending/removing value from string option filipp 2022-06-07 01:09:19 +0600
  • 01e367cadf Delete deprecated OptionsManager.kt filipp 2022-06-07 01:08:10 +0600
  • e248bb5565 Update formatting Alex Plate 2022-06-05 00:23:42 +0000
  • 1744ec74c7 Add some info to the Map command filipp 2022-06-05 00:12:09 +0600
  • 905f8003da Fix repeating the @@ command filipp 2022-06-04 01:02:01 +0600
  • 3b3a036806 Remove StringHelper.kt & CommonStringHelper.kt filipp 2022-06-03 22:22:49 +0600
  • ccf48d1e53
    Add some more notes to injector about it's status Alex Plate 2022-06-01 13:59:51 +0300
  • d7a74fdf5e
    Mark the states of the injector Alex Plate 2022-05-31 10:44:00 +0300
  • 462c1bc75e
    Fix resetting the modes to empty state Alex Plate 2022-05-31 10:20:31 +0300
  • 96b05dcc94
    Mute some neovim tests Alex Plate 2022-05-31 09:54:34 +0300
  • ceafe9d4e7
    Rename base for property tests Alex Plate 2022-05-31 09:31:00 +0300
  • fc9b09cf72
    Update ij plugin to 1.6.0 Alex Plate 2022-05-31 09:29:40 +0300
  • 11c80b2ea9 Fix cast :action mappings to <Action> filipp 2022-05-30 16:22:40 +0600
  • eb536766db Fix exception during parsing of empty stings filipp 2022-05-30 15:34:17 +0600
  • f3b6687d79
    Update kotlin version Alex Plate 2022-05-30 11:22:24 +0300
  • adf483a748
    Enable property based and long running tests Alex Plate 2022-05-30 09:51:59 +0300
  • 7332cd1ed1
    Start implementing Troubleshooter Alex Plate 2022-05-29 00:00:57 +0300
  • 7726f4347b
    Unmap removed mappings after using ReloadVimRc action Alex Plate 2022-05-28 23:12:03 +0300
  • ee092d988b Update formatting Alex Plate 2022-05-29 00:17:16 +0000
  • b3db3bb940
    Add a note that :action should not be used in mappings Alex Plate 2022-05-26 11:04:35 +0300
  • edcb17a436
    Update changes Alex Plate 2022-05-25 11:33:49 +0300
  • f3b4933ef2 Fix number options filipp 2022-05-25 19:33:40 +0600
  • c6fdf9cdf4
    [VIM-2643]: Implement a redo-register feature Alex Plate 2022-05-25 10:56:46 +0300
  • 2244d0f776
    Downgrade intellij-plugin due to https://github.com/JetBrains/gradle-intellij-plugin/issues/998 Alex Plate 2022-05-25 10:51:13 +0300
  • d7c4e4a8dd Add support for "-Command" flag for powershell Matt Ellis 2022-05-11 01:35:35 +0100
  • b7c54d02cb Fix minor scroll bug Matt Ellis 2022-05-11 00:22:55 +0100
  • 620eca3a0d
    Correctly fix the test Alex Plate 2022-05-24 15:16:45 +0300
  • aa3b2e988f
    Update TC constant Alex Plate 2022-05-24 15:14:36 +0300
  • 753f589ea5
    Mark a test as VimBehDiffers Alex Plate 2022-05-24 14:34:34 +0300
  • 831e4e8c42
    Fix services initialization in VimInjectorBase Alex Plate 2022-05-24 13:49:01 +0300
  • 329722f338
    Turn off experimental api Alex Plate 2022-04-29 10:50:35 +0300
  • 2ff429cc76 Update changelog filipp 2022-05-23 22:54:51 +0600
  • 47d4aee986 Support return without expression filipp 2022-05-23 22:47:47 +0600
  • 938325b93e Update formatting filipp 2022-05-23 21:02:39 +0600
  • 12d0a2ffb7 Update gradle & gradle wrapper filipp 2022-05-23 21:00:52 +0600
  • 4ff7e9aefa Move some logic to base classes filipp 2022-05-23 20:59:58 +0600
  • f52792e7f0 Move Regexp from engine filipp 2022-05-23 00:10:57 +0600
  • cbc6662ef7 Update formatting filipp 2022-05-08 21:10:40 +0600
  • 26ffc2ad32 Move some classes to vim-engine filipp 2022-05-08 21:09:52 +0600
  • df32e573b0 Move some classes to vim-engine filipp 2022-05-08 15:49:53 +0600
  • 19647d96b2 Move some classes to vim-engine filipp 2022-05-08 12:21:31 +0600
  • b1714a2fc1 Update formatting Alex Plate 2022-05-08 00:16:10 +0000
  • 83199d5475 Move some classes to vim-engine filipp 2022-05-07 22:45:52 +0600
  • 4c0af66dff Update formatting Alex Plate 2022-05-01 00:20:06 +0000
  • ccd7204b21
    Update changelog Alex Plate 2022-04-27 10:56:37 +0300
  • b82f1e6602
    Move more classes to vim-engine Alex Plate 2022-04-27 10:40:44 +0300
  • 4104258219
    Move playbackregister to vim-engine Alex Plate 2022-04-26 14:21:10 +0300
  • 11054f908b
    Move some classes from file package to vim-engine Alex Plate 2022-04-26 10:02:23 +0300
  • e0dc6f7214 Update changelog Alex Plate 2022-04-25 11:44:22 +0000
  • 735686c415
    Update TC constant Alex Plate 2022-04-25 14:42:24 +0300
  • 385bcbc383
    fix(VIM-2604): Update action execution rules Alex Plate 2022-04-25 14:41:32 +0300
  • f273620466 TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: runners of 'Qodana checks' build configuration were updated aleksei.plate 2022-04-25 07:11:28 +0000
  • acb27d5ccc
    [TC] Update qodana configs Alex Plate 2022-04-25 09:43:12 +0300
  • 62c79e1470
    Move yank package to vim-engine Alex Plate 2022-04-22 16:55:44 +0300
  • 1a99918819
    Move some put actions to vim-engine Alex Plate 2022-04-22 15:02:08 +0300
  • 7e3a9e0b38
    Move window actions to vim-engine Alex Plate 2022-04-22 09:36:53 +0300
  • f51d74f2b8
    Use correct name of notifications toolwindow for Track Action Ids Alex Plate 2022-04-22 08:51:38 +0300
  • 987cba6072
    Change implementation of configurable for lazy loading Alex Plate 2022-04-22 08:36:34 +0300
  • 770e6371df
    Rename .java to .kt Alex Plate 2022-04-22 08:36:33 +0300
  • 30e660cf19
    Update changelog Alex Plate 2022-04-21 10:37:15 +0300
  • 8ccf0b5364
    Update changelog Alex Plate 2022-04-21 10:34:29 +0300
  • 3ef86186eb Fix parsing strings with \r in the end filipp 2022-04-25 00:30:56 +0600
  • b8b3669b04 Fix antlr4 and antlr4-runtime dependency version conflict filipp 2022-04-24 19:33:21 +0600
  • ac41890759 Update formatting Alex Plate 2022-04-24 00:15:29 +0000
  • cf85e0f25e Bump github-api from 1.303 to 1.305 dependabot[bot] 2022-04-20 15:04:17 +0000
  • a4b52be833 Bump antlr4-runtime from 4.9.3 to 4.10.1 dependabot[bot] 2022-04-20 15:04:08 +0000
  • 4cb8f27ca5 Bump org.jetbrains.intellij from 1.5.2 to 1.5.3 dependabot[bot] 2022-04-20 15:04:03 +0000
  • 9a06ee97c4 Refactor CaretVisualAttributesHelper Matt Ellis 2022-04-20 15:37:13 +0100
  • d7dfc6dc05 Remove pre-212 caret attribute helpers Matt Ellis 2022-04-20 14:45:05 +0100
  • 5a6de3afaa
    Merge pull request #493 from citizenmatt/feature/commentary Alex Pláte 2022-04-21 10:28:30 +0300
  • cd242511a8
    Fallback to line comment if block is unavailable Matt Ellis 2022-04-20 12:37:11 +0100
  • 745ae6caa4
    Migrate Commentary tests to VimTestCase Matt Ellis 2022-04-20 12:23:17 +0100
  • acc7d0954d
    Maintain old mappings for compatibility Matt Ellis 2022-04-20 00:16:22 +0100