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

Commit Graph

  • b21d984cf8
    Switch from application service to singleton Alex Plate 2022-02-15 11:30:35 +0300
  • 1a92cebf6b
    Reformat KeyHandler Alex Plate 2022-02-15 11:27:08 +0300
  • fd3f939526
    Remove few dependencies to IJ API Alex Plate 2022-02-15 11:26:47 +0300
  • 7d28760fa1
    Inline several methods into beforHandleKey Alex Plate 2022-02-15 11:17:42 +0300
  • 4a0a1c95a9
    Remove a few IJ classes from KeyHandler Alex Plate 2022-02-14 15:54:20 +0300
  • 9da0c10141
    Remove Ref from KeyHandler Alex Plate 2022-02-14 15:42:18 +0300
  • 43b9ecdf3c
    Get rid of Editor in KeyHandler.kt Alex Plate 2022-02-14 15:29:56 +0300
  • 987952a2f2
    Get rid of DataContext in KeyHandler.kt Alex Plate 2022-02-14 15:11:32 +0300
  • 92f6ac57ad
    Remove usages of flushDelayedKeyEvents Alex Plate 2022-02-14 15:04:13 +0300
  • b4af51f3cc
    Add vim implementation of logger Alex Plate 2022-02-14 14:51:26 +0300
  • 4ba6e62ada Fix gv lippfi 2022-02-15 13:42:40 +0300
  • 58d5924e80
    Update changelist Alex Plate 2022-02-14 11:27:23 +0300
  • 8f55551339 Mocked tests for tabmove lippfi 2022-02-12 06:29:04 +0300
  • 9229497be8 Add David Dadon to contributors list Alex Plate 2022-02-14 08:25:42 +0000
  • 99e77cd8ed Update ideajoin-examples.md Alex Pláte 2022-02-14 11:22:19 +0300
  • 8d8809238c Add shortcut to ideajoin example David Dadon 2022-02-12 10:57:31 +0100
  • f03d574e86 Update formatting Alex Plate 2022-02-13 00:12:41 +0000
  • cbb5fbe92e Add vimscript statistic lippfi 2022-02-11 14:54:34 +0300
  • 6a376ad62c Add shortcut conflict statistic lippfi 2022-02-11 14:53:09 +0300
  • 8e61853459 Add PluginState statistic lippfi 2022-02-11 14:51:44 +0300
  • b17bc1bb3e Add ActionTracker statistic lippfi 2022-02-11 14:48:15 +0300
  • 1343c7603b Rename VimStatistic to OptionState lippfi 2022-02-11 14:46:18 +0300
  • 5b5a4b1347
    Fix tests Alex Plate 2022-02-11 11:26:12 +0300
  • 62fb3f9c5a
    Make IdeaVim compatible with 213+ only Alex Plate 2022-02-11 10:58:38 +0300
  • 986378db42
    Comment out two incompatipable tests Alex Plate 2022-02-11 10:21:58 +0300
  • ce99c26c03
    Introduce ExecutionContext - abstract context holder Alex Plate 2022-02-10 18:03:40 +0300
  • 3571595838
    Use VimEditor in Local scope of options Alex Plate 2022-02-10 17:10:30 +0300
  • c0c450124f
    Fix test Alex Plate 2022-02-10 17:07:39 +0300
  • aa62022218
    Reorder functions Alex Plate 2022-02-10 16:26:36 +0300
  • 71c27babfd
    Update tests Alex Plate 2022-02-10 16:24:13 +0300
  • 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