1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-22 01:15:48 +02:00

Commit Graph

  • 2ff93270d7
    Konvert keyHandler to kotlin Alex Plate 2022-02-10 16:16:28 +0300
  • c07719dd3d
    Rename KeyHandler.java to KeyHandler.kt Alex Plate 2022-02-10 16:17:41 +0300
  • 6b7ef88418
    Fix test Alex Plate 2022-02-10 16:07:11 +0300
  • ee9f12180d
    Extract VimActionExecutor Alex Plate 2022-02-10 13:18:23 +0300
  • 8df3bc57c5
    Execute action execution to a separate class Alex Plate 2022-02-10 13:11:46 +0300
  • 0aabb2971e
    Support extension handlers with a callback Alex Plate 2022-02-10 12:55:44 +0300
  • e5740bf496
    Add kotlin test as a dependency Alex Plate 2022-02-10 11:03:28 +0300
  • e8f1dff61c
    Add some comments for handler injector Alex Plate 2022-02-09 11:46:04 +0300
  • 267fc62865
    Add TC tests for 213 Alex Plate 2022-02-09 09:53:59 +0300
  • 05a64f51f7 Update changelog Alex Plate 2022-02-08 15:23:00 +0000
  • e5460d7a31
    Extract keyHandlerKeeper Alex Plate 2022-02-08 18:20:12 +0300
  • 1826a31e2f
    Update changelog Alex Plate 2022-02-08 14:14:53 +0300
  • 2bb44c414f
    Refactoring for the new api Alex Plate 2022-01-28 12:33:17 +0300
  • ef7442c488
    Create carets() method in VimEditor Alex Plate 2022-01-27 17:42:43 +0300
  • 775bde62c8
    VimEditor update Alex Plate 2022-01-27 17:33:56 +0300
  • c5a504bde3
    Top level editor is hidden behind VimEditor Alex Plate 2022-01-27 17:21:48 +0300
  • f7f7e010c4
    Update dic Alex Plate 2022-01-27 13:25:00 +0300
  • aa82f7ed64 Add Alex Pláte to contributors list Alex Plate 2022-02-08 11:15:12 +0000
  • 684d192b4b Remove unnecessary code update Alex Pláte 2022-02-08 14:13:35 +0300
  • aed2d1159d fix(VIM-2470): Fix incorrect reset of cursor shape Matt Ellis 2022-01-31 15:11:40 +0000
  • d2500df05e Better digraph support lippfi 2022-02-07 13:47:02 +0300
  • 8922303a72 Fix paste lippfi 2022-02-07 13:45:11 +0300
  • cea4de03cd Add tabmove command lippfi 2022-02-07 13:44:56 +0300
  • 9529c19b9b Update formatting Alex Plate 2022-01-30 00:11:14 +0000
  • b0f5c502d9
    Inject VimEditor into keyHandler Alex Plate 2022-01-27 13:17:39 +0300
  • c3fc369bc4
    [VIM-1028] Support global state Alex Plate 2022-01-27 12:34:28 +0300
  • a5ef0d5edf Fix tab character for StringHelper.stringToKeys() lippfi 2022-01-26 21:37:10 +0300
  • 26e9056f17
    Fix multicaret test for o Alex Plate 2022-01-26 17:05:49 +0300
  • 1553aa774b
    Add docs to VimPlugin Alex Plate 2022-01-26 17:01:36 +0300
  • 2ebdbc5ac4
    Do not update carets in notebook command mode Alex Plate 2022-01-26 16:57:40 +0300
  • e3ca172101
    Update changes in plugin.xml Alex Plate 2022-01-26 16:38:32 +0300
  • 17d4ec6c29 Fix option listeners lippfi 2022-01-26 16:43:28 +0300
  • bec317615d Better map <expr> context lippfi 2022-01-25 17:10:43 +0300
  • d00fd767ff
    Add some docs regarding plugin initialization Alex Plate 2022-01-26 11:20:03 +0300
  • 557652c526
    Use executeNonCancelableSection for macro execution Alex Plate 2022-01-25 14:44:21 +0300
  • e138541495
    Enable experimental api by default Alex Plate 2022-01-25 11:05:42 +0300
  • f6dfbcad0d Update changelog Alex Plate 2022-01-25 07:54:34 +0000
  • 2518be2704
    Fix(VIM-2504): Fix esc with using python notebooks Alex Plate 2022-01-25 10:50:15 +0300
  • 42ec2b9dce
    Disable new api for o commands Alex Plate 2022-01-25 10:28:23 +0300
  • 9484599bfd
    Remove duplicating copyright Alex Plate 2022-01-25 09:42:38 +0300
  • 5e6d3ddae8
    Update changes Alex Plate 2022-01-24 13:00:11 +0300
  • 13cce3afcc
    Update changelog Alex Plate 2022-01-21 15:06:14 +0300
  • 9743cb1424 Add Lonre Wang to contributors list Alex Plate 2022-01-24 09:59:09 +0000
  • dbbcf3860a Update VimVisualTimer.kt Lonre Wang 2022-01-22 17:18:00 +0800
  • ae983be0a8 Update OptionsManager.kt Lonre Wang 2022-01-22 17:15:09 +0800
  • f8156fbbca Update NotificationService.kt Lonre Wang 2022-01-22 17:12:59 +0800
  • 1909547543 Make OptionConstants non-internal lippfi 2022-01-24 12:53:07 +0300
  • e47c0c1914 Update changes lippfi 2022-01-24 12:32:20 +0300
  • 1a122337fe Replace deprecated option data classes with constants lippfi 2022-01-24 02:27:33 +0300
  • bcf2578da9 Replace hardcoded option names with string constants lippfi 2022-01-24 00:52:28 +0300
  • 06cd41ba0e Make VimScriptGlobalEnvironment deprecated lippfi 2022-01-23 02:35:53 +0300
  • 64ec421cfc Rename parent to vimContext lippfi 2022-01-23 02:28:35 +0300
  • 86fcda5afc Fix beep in source command lippfi 2022-01-23 02:05:23 +0300
  • e799d40803 Fix built-in functions with global context lippfi 2022-01-23 02:00:26 +0300
  • c84325a37c Replace Executable with VimLContext lippfi 2022-01-23 01:53:07 +0300
  • 3b6d57849c Add Piotr Mikulski to contributors list Alex Plate 2022-01-21 12:06:35 +0000
  • 9b4825db77 String colors that aren't supported properly Piotr Mikulski 2022-01-02 08:08:08 -0800
  • 6a4bb7395b Print stderr when running a command just like vim does Piotr Mikulski 2022-01-02 07:17:48 -0800
  • c8463d9b3e
    Update dependencies and reformat Alex Plate 2022-01-21 14:17:06 +0300
  • 376ca4e93b
    Add merge to changes Alex Plate 2022-01-21 14:08:00 +0300
  • 6a43e558fd Add Michael Schertenleib to contributors list Alex Plate 2022-01-21 11:10:35 +0000
  • 05414276f2 Support custom element names in vim-surround Michael Schertenleib 2022-01-20 19:27:35 +0100
  • bec73749c2
    [VIM-2494] Add logs for registers reading/writing Alex Plate 2022-01-21 11:50:26 +0300
  • 0d4f9891c3
    Fix(VIM-2471): Fix incorrectness Alex Plate 2022-01-19 17:23:49 +0300
  • f082ab4b68 Update changelog Alex Plate 2022-01-19 13:28:45 +0000
  • d4f4765ffd
    Fix(VIM-2471): Multiple [{ and ]} actions Alex Plate 2022-01-19 16:25:45 +0300
  • 8902c0839c
    Write down the issues for o in new API Alex Plate 2022-01-19 09:56:17 +0300
  • 66fc8034ba
    Correct indent for o command when the caret is in the middle of the indent Alex Plate 2022-01-18 11:22:39 +0300
  • 109cb58d68
    Cleanup saved shortcut conflicts after tests Alex Plate 2022-01-18 11:15:15 +0300
  • a71916df84
    Allow an accidental whitespace at the end of sethandler command Alex Plate 2022-01-18 10:06:53 +0300
  • 5f10eb808e
    Fix the O command on the line top Alex Plate 2022-01-17 10:22:14 +0300
  • 6c1e7b0b60
    Write tests for status string Alex Plate 2022-01-14 19:59:02 +0300
  • 792c22a90a Update formatting Alex Plate 2022-01-16 00:12:11 +0000
  • eff2cd02f9 Add <C-char> support to VimL's double quoted strings lippfi 2022-01-15 12:40:34 +0300
  • 163e7751f2
    Merge pull request #420 from JetBrains/dependabot/gradle/org.eclipse.jgit-org.eclipse.jgit-6.0.0.202111291000-r Alex Pláte 2022-01-14 19:06:28 +0300
  • 370c22b2f5
    Add Kevin Suen to contributors list Alex Plate 2022-01-14 19:05:30 +0300
  • a251ac55e5
    Update changelog Alex Plate 2022-01-14 19:00:42 +0300
  • 987df6958e
    Manually specify the list of IDEs to verify Alex Plate 2022-01-14 18:45:46 +0300
  • 60ae189442
    Merge pull request #440 from ksrb/feat/matchitHandlebars Alex Pláte 2022-01-14 19:01:58 +0300
  • ce734906d4
    Merge branch 'master' into feat/matchitHandlebars Alex Pláte 2022-01-14 19:01:30 +0300
  • 3b26572731 Add DanEEStar to contributors list Alex Plate 2022-01-14 15:57:33 +0000
  • 4d9c606c79 Add Matchit support for Vue.js files Daniel Egger 2022-01-13 18:51:49 +0100
  • 22050fc16d
    Specify untilBuild Alex Plate 2022-01-14 18:16:34 +0300
  • 2fb419253c
    Setup sinceBuild for plugin verifier Alex Plate 2022-01-14 17:14:20 +0300
  • 3bb4fc67bf Update changelog Alex Plate 2022-01-14 13:41:29 +0000
  • a0a009cb59
    fix(VIM-2523): i command for the folder in the project tree Alex Plate 2022-01-14 15:45:29 +0300
  • ce2bb85e18
    Fix test for non-experimental api Alex Plate 2022-01-14 15:23:48 +0300
  • 7ff8ac76fa
    Disable guarded tests for old api Alex Plate 2022-01-14 15:05:21 +0300
  • 935c51c985
    Support operations with python notebooks guarded blocks Alex Plate 2022-01-14 14:05:41 +0300
  • a8d0e698eb
    New approach for folder processing in o command Alex Plate 2022-01-13 14:47:26 +0300
  • 5b13ad6726
    Allow guards creation in tests Alex Plate 2022-01-13 13:51:39 +0300
  • e88d0d1493
    Corrections for o command Alex Plate 2022-01-13 12:28:33 +0300
  • 898af47f89
    o command with repeat Alex Plate 2022-01-13 11:14:11 +0300
  • 84868c0fb5
    Move O to new API Alex Plate 2022-01-13 09:59:22 +0300
  • 8e2b7d2089
    Fix repeating after o command with count Alex Plate 2022-01-13 09:54:41 +0300
  • f359ac49f3
    Fix o command with folders Alex Plate 2022-01-13 09:18:19 +0300
  • 37ce0925a5
    Massive copyright data update Alex Plate 2022-01-13 08:59:49 +0300
  • 23985aea7d
    Move experimental api to the separate package Alex Plate 2022-01-13 08:57:09 +0300
  • 3bd5ab970f
    Use new api in o command Alex Plate 2022-01-13 08:52:37 +0300
  • fbdcbdc626 Add matchit support for handlebars Kevin Suen 2022-01-12 10:19:04 -0800