1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2026-05-25 22:52:14 +02:00

Commit Graph

  • 818af5d0d5 Set plugin version to 58 customized/main chylex 2023-11-17 12:55:52 +01:00
  • 0ea8927ce5 Disable IdeaVim in popup editors chylex 2026-04-30 20:55:03 +02:00
  • 210e9dfdad Fix AltGr not triggering Ctrl-Alt bindings on Windows chylex 2026-04-14 19:19:11 +02:00
  • a2310422a2 Add 'isactionenabled' function chylex 2026-04-09 19:49:17 +02:00
  • e9f3954f97 Fix Ex commands not working chylex 2026-04-06 19:57:12 +02:00
  • f9e02f0329 Preserve visual mode after executing IDE action chylex 2025-07-20 10:02:01 +02:00
  • bdc81daa91 Make g0/g^/g$ work with soft wraps chylex 2025-06-10 02:52:28 +02:00
  • 08184178e5 Make gj/gk jump over soft wraps chylex 2025-05-16 00:18:11 +02:00
  • b0e5366a7e Make camelCase motions adjust based on direction of visual selection chylex 2025-03-27 11:29:51 +01:00
  • c2af281233 Make search highlights temporary & use different color for nearby results chylex 2025-03-25 09:21:35 +01:00
  • f065e20777 Do not switch to normal mode after inserting a live template chylex 2026-03-30 07:52:55 +02:00
  • bb6a197350 Exit insert mode after refactoring chylex 2024-09-05 07:37:55 +02:00
  • 3da6e380a7 Add action to run last macro in all opened files chylex 2024-08-11 17:47:07 +02:00
  • 468e3d8db8 Stop macro execution after a failed search chylex 2024-08-11 17:34:51 +02:00
  • 3eba0556b2 Revert per-caret registers chylex 2024-07-08 02:53:01 +02:00
  • 911a0ba2e1 Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +01:00
  • 30c015ea57 Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +01:00
  • 5c2c4d62b6 Fix(VIM-3986): Exception when pasting register contents containing new line chylex 2025-07-19 19:46:23 +02:00
  • ff97da64fc Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +01:00
  • 7f62e89b57 Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2026-03-27 21:55:43 +01:00
  • dbd2b08521 Update search register when using f/t chylex 2024-01-23 13:16:02 +01:00
  • 279b548d3e Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +01:00
  • 4af261694a Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +02:00
  • e569d9b5d4 Fix(VIM-696): Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +01:00
  • 412aa70c23 Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +01:00
  • fe9ea87b19 Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +02:00
  • 681b770ac3 Fix ex command panel causing Undock tool window to hide chylex 2026-03-29 07:09:51 +02:00
  • 42b12b532e Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +02:00
  • ffec8dc3e0 Remove notifications about configuration options chylex 2025-01-15 03:45:34 +01:00
  • e284a13e9e Remove AI chylex 2026-03-27 22:17:21 +01:00
  • 568de8fec3 Set custom plugin version chylex 2021-10-18 13:36:02 +02:00
  • 0a4bd278ec Revert "Fix(VIM-4108): Use default ANTLR output directory for Gradle 9+ compatibility" chylex 2026-03-27 21:05:28 +01:00
  • 8a38191fc9 Revert "Upgrade Gradle wrapper to 9.2.1" chylex 2026-03-27 21:23:59 +01:00
  • 1a51520428 Revert "Fix(VIM-4109): Configure test source sets for Gradle 9+ compatibility" chylex 2026-03-27 21:23:45 +01:00
  • 45ce2143fe Fix(VIM-4115): NPE in CommandKeyConsumer after plugin disable/enable Alex Plate 2026-04-24 16:05:45 +03:00
  • 81bf421436 Auto-merge Claude-generated changelog PRs Alex Plate 2026-04-24 14:39:27 +03:00
  • ebf637a367 Update changelog: S-Tab fix, commentary mode fix in split mode claude[bot] 2026-04-22 05:44:53 +00:00
  • 4dec9a95a4 VIM-186 Support nested comments 1grzyb1 2026-04-23 12:49:14 +02:00
  • cd5c8e9e17 VIM-186 Use vim license for code wrapper 1grzyb1 2026-04-23 12:17:35 +02:00
  • 64e110f27a VIM-186 Add comment-aware code wrapping for gq/gw 1grzyb1 2026-04-23 11:52:16 +02:00
  • eaf39234b2 VIM-1158 Add gw to reformat code with preserving the cursor position 1grzyb1 2026-01-30 16:54:38 +01:00
  • ac029ee889 Bump io.ktor:ktor-client-auth from 3.4.2 to 3.4.3 dependabot[bot] 2026-04-22 15:23:08 +00:00
  • 607920d262 VIM-4207 Add support for update command 1grzyb1 2026-04-22 08:53:35 +02:00
  • ab7ca0e32e VIM-4202 Don't intercept all <S-Tab> 1grzyb1 2026-04-21 10:51:39 +02:00
  • 7ec1e4c58d VIM-4202 Fix state after commentary action 1grzyb1 2026-04-21 09:56:15 +02:00
  • edce848ebd Update changelog: autocmd support, decompiled Kotlin Vim fix, block-visual undo carets claude[bot] 2026-04-21 05:45:05 +00:00
  • 8cda987b6e Update changelog: ReplaceWithRegister mapping fix, command fixes claude[bot] 2026-04-18 05:33:56 +00:00
  • 558d670f4e VIM-4139 Compute nesting depth for fold regions 1grzyb1 2026-04-20 13:38:35 +02:00
  • 0df627ab19 VIM-1693 Normalize BufRead and BufWrite aliases at registration 1grzyb1 2026-04-17 11:13:25 +02:00
  • 7546b0737d VIM-1693 Fix clearAuGroup on CopyOnWriteArrayList 1grzyb1 2026-04-17 11:06:26 +02:00
  • d58a68df78 VIM-1693 Bound BufNewFile tracker and clear on disable 1grzyb1 2026-04-17 11:04:17 +02:00
  • aedf114576 VIM-1693 Run write events against main editor 1grzyb1 2026-04-17 10:42:09 +02:00
  • 9decc7095b VIM-1693 Document autocmd 1grzyb1 2026-04-17 10:07:38 +02:00
  • 4edc23006e VIM-1693 BufWrite events support 1grzyb1 2026-04-17 10:02:01 +02:00
  • 6e21fbd61a VIM-1693 BufNewFile event support 1grzyb1 2026-04-17 09:49:08 +02:00
  • 1be8183399 VIM-1693 BufRead event support 1grzyb1 2026-04-17 09:23:10 +02:00
  • f7718b6dd8 VIM-1693 FileType event support 1grzyb1 2026-04-17 09:11:29 +02:00
  • 5cfd1d1fe6 VIM-1693 Focus Gained Lost support 1grzyb1 2026-04-17 08:37:39 +02:00
  • 66ed07e6f5 VIM-1693 WinLeave WinEnter support 1grzyb1 2026-04-16 11:36:53 +02:00
  • 720d8fab40 VIM-1693 fix buf enter leave handling 1grzyb1 2026-04-16 11:00:28 +02:00
  • 6c803e3154 VIM-1693 File pattern matching in autocmd 1grzyb1 2026-04-16 09:53:18 +02:00
  • 38c74d6b9d VIM-1693 Add support for multiple autocmd events 1grzyb1 2026-02-02 16:54:24 +01:00
  • 55a451ac2f VIM-1693 Refactor Insert Leave/Enter to work on listeners 1grzyb1 2026-02-02 12:37:36 +01:00
  • 29a02a102b VIM-1693 Use thread-safe collections for autocmd event handling 1grzyb1 2026-02-02 12:12:04 +01:00
  • bebce05950 VIM-1693 Support augroup 1grzyb1 2026-02-02 11:27:12 +01:00
  • f86ba678e5 VIM-1693 Fix autocmd grammar 1grzyb1 2026-02-02 11:26:18 +01:00
  • 64f2d5b628 VIM-1693 Support for Buffer events 1grzyb1 2026-02-02 11:25:19 +01:00
  • 98abfedb98 VIM-1693 Fix autocmd in test injector 1grzyb1 2026-02-02 11:25:10 +01:00
  • 1dcb386b92 VIM-1693 Basic autocmd implementation 1grzyb1 2026-02-02 11:24:57 +01:00
  • d085b3ffce VIM-4112 collapse restored carets after undo of block-visual edit 1grzyb1 2026-04-20 11:19:56 +02:00
  • 319b5164dc Enable Vim in Java files decompiled from Kotlin Matt Ellis 2026-04-17 17:33:35 +01:00
  • c49ac943fc Remove explicit gradleJvm option, use project SDK Matt Ellis 2026-04-17 17:31:11 +01:00
  • 9c4f6d0989 Remove .beads/ directory Alex Plate 2026-04-17 16:50:27 +03:00
  • f9b4059224 Update changelog: fix settings persistence in remote dev mode claude[bot] 2026-04-17 05:43:54 +00:00
  • ef42ce6aa5 Update changelog: Python Console fixes, NERDTree split mode performance claude[bot] 2026-04-16 05:46:31 +00:00
  • 270dc391b5 Fix IndexOutOfBoundsException in CmdCommand when no name is provided with -nargs claude[bot] 2026-04-14 06:47:48 +00:00
  • 7a31c774d0 Fix CommandBuilder.isEmpty, clone, equals, and hashCode ignoring isRegisterPending claude[bot] 2026-03-03 06:30:30 +00:00
  • 9dd2b7c743 Fix(VIM-4180): ReplaceWithRegister no longer overrides user remaps Alex Plate 2026-04-17 15:34:31 +03:00
  • ddfcf07735 Add multi-caret regression tests for argtextobj and textobj-indent Alex Plate 2026-04-17 14:40:27 +03:00
  • 9ea5116bf4 Revert VimIndentObject plugin migration to new VimApi Alex Plate 2026-04-17 14:32:07 +03:00
  • ac53a63adb Revert argtextobj plugin migration to new VimApi Alex Plate 2026-04-17 14:32:00 +03:00
  • 499069177c VIM-4195 Remove legacy $APP_CONFIG$ macro from @Storage annotations 1grzyb1 2026-04-16 11:29:54 +02:00
  • f5afa628d9 Make nerdtree work without calling backend actions 1grzyb1 2026-04-15 12:40:33 +02:00
  • 70066dffc1 Update changelog: gw command, search panel fixes, range errors, visual mode off-EDT 1grzyb1 2026-04-15 10:30:43 +02:00
  • 75b4d3fce3 VIM-4172 Disable ideavim in Python Console 1grzyb1 2026-04-15 10:05:12 +02:00
  • 08aea2b202 Split mode test for simple undo insert 1grzyb1 2026-04-10 10:11:33 +02:00
  • f5fdc217be Restore old VimPLugin method signatures 1grzyb1 2026-04-15 09:53:41 +02:00
  • 75a05a8f12 Update changelog: Add VIM-268 file name completion in ex commands claude[bot] 2026-04-15 05:43:17 +00:00
  • 5416d1505f VIM-4172 Add test for visual selection commands 1grzyb1 2026-04-15 09:39:10 +02:00
  • 01789c6a7b VIM-3727 Fix Python console Enter and arrow keys in split mode 1grzyb1 2026-04-15 08:51:04 +02:00
  • ebc09ddab1 VIM-3727 Add debug pycharm in splitmode run configuration 1grzyb1 2026-04-15 08:49:57 +02:00
  • a565dab624 Set plugin version to chylex-57 customized/57 chylex 2023-11-17 12:55:52 +01:00
  • 97bbe7d996 Fix AltGr not triggering Ctrl-Alt bindings on Windows chylex 2026-04-14 19:19:11 +02:00
  • cdc525d62b Fix argtextobj plugin not working with multiple carets chylex 2026-04-14 18:02:08 +02:00
  • e7722bef61 VIM-268 scroll through results using arrow keys 1grzyb1 2026-04-14 11:02:29 +02:00
  • d28889fc7b VIM-268 edit command autocomplete 1grzyb1 2026-04-14 09:07:55 +02:00
  • 9251a83031 VIM-1158 Refactor gq tests: use multiline strings and class-level annotation 1grzyb1 2026-01-30 16:57:22 +01:00
  • 3793458d64 VIM-1158 Add gw to reformat code with preserving the cursor position 1grzyb1 2026-01-30 16:54:38 +01:00
  • 62cb93b8fd Add 'isactionenabled' function chylex 2026-04-09 19:49:17 +02:00
  • 412dbfffb1 Fix Ex commands not working chylex 2026-04-06 19:57:12 +02:00