Commit Graph
49 Commits
Author SHA1 Message Date
chylex 078ddaf3ca Set plugin version to chylex-56 2026-04-09 21:16:06 +02:00
chylex 94a7e1d303 Add 'isactionenabled' function 2026-04-09 21:16:06 +02:00
chylex 3de7743f56 Fix Ex commands not working 2026-04-09 19:22:04 +02:00
chylex 8636717dea Preserve visual mode after executing IDE action 2026-04-09 19:22:04 +02:00
chylex 22dfdd8ca6 Make g0/g^/g$ work with soft wraps 2026-04-09 19:22:03 +02:00
chylex 49f9f16f0d Make gj/gk jump over soft wraps 2026-04-09 19:22:03 +02:00
chylex 9bfc5d72ce Make camelCase motions adjust based on direction of visual selection 2026-04-09 19:22:03 +02:00
chylex 84c227122a Make search highlights temporary 2026-04-09 19:22:03 +02:00
chylex 1b9ff4c94a Do not switch to normal mode after inserting a live template 2026-04-09 19:22:03 +02:00
chylex bdecbb5ef0 Exit insert mode after refactoring 2026-04-09 19:22:03 +02:00
chylex 7dfd8e6cff Add action to run last macro in all opened files 2026-04-09 19:22:03 +02:00
chylex 31e76f0fcf Stop macro execution after a failed search 2026-04-09 19:22:03 +02:00
chylex 2aadbdc8f0 Revert per-caret registers 2026-04-09 19:22:03 +02:00
chylex 627d65e528 Apply scrolloff after executing native IDEA actions 2026-04-09 19:22:03 +02:00
chylex e77871796e Automatically add unambiguous imports after running a macro 2026-04-09 19:22:03 +02:00
chylex c6e993dcbd Fix(VIM-3986): Exception when pasting register contents containing new line 2026-04-09 19:22:03 +02:00
chylex 341ba1ba1f Fix(VIM-3179): Respect virtual space below editor (imperfectly) 2026-04-09 19:22:03 +02:00
chylex f3d7ad55f6 Fix(VIM-3178): Workaround to support "Jump to Source" action mapping 2026-04-09 19:22:03 +02:00
chylex 5480b99898 Update search register when using f/t 2026-04-09 19:22:03 +02:00
chylex 5734a13ea0 Add support for count for visual and line motion surround 2026-04-09 19:22:02 +02:00
chylex 582e6bdcd8 Fix vim-surround not working with multiple cursors
Fixes multiple cursors with vim-surround commands `cs, ds, S` (but not `ys`).
2026-04-09 19:22:02 +02:00
chylex 7414c3d3ed Fix(VIM-696): Restore visual mode after undo/redo, and disable incompatible actions 2026-04-09 19:22:02 +02:00
chylex 8fa5bec363 Respect count with <Action> mappings 2026-04-09 19:22:02 +02:00
chylex aea54bdf81 Change matchit plugin to use HTML patterns in unrecognized files 2026-04-09 19:22:02 +02:00
chylex 79aca4497e Fix ex command panel causing Undock tool window to hide 2026-04-09 19:22:02 +02:00
chylex 50976ea9da Revert "VIM-4120 display multiple lines in OutputPanel with different styles"
This reverts commit 5e20bbf1
2026-04-09 19:22:02 +02:00
chylex 57d0ef1dd5 Reset insert mode when switching active editor 2026-04-06 20:42:59 +02:00
chylex d2f017887f Remove notifications about configuration options 2026-04-06 20:42:59 +02:00
chylex cfe196ed30 Remove AI 2026-04-06 20:42:59 +02:00
chylex 536942f514 Set custom plugin version 2026-04-06 20:42:59 +02:00
chylex 36e3cd1adb Revert "Fix(VIM-4108): Use default ANTLR output directory for Gradle 9+ compatibility"
This reverts commit a476583ea3.
2026-04-06 19:58:55 +02:00
chylex 7c874f834a Revert "Upgrade Gradle wrapper to 9.2.1"
This reverts commit 517bda93
2026-04-06 19:58:52 +02:00
chylex a4e963c98e Revert "Fix(VIM-4109): Configure test source sets for Gradle 9+ compatibility"
This reverts commit 5c0d9569d9.
2026-04-06 19:58:46 +02:00
chylexandGrzybek d85e7dba19 Fix pumvisible returning opposite result
The implementation was broken in ed50fa28f5, which inverted the result but did not invert the condition.
2026-04-03 12:17:47 +02:00
1a8d5e0b66 Improve support for recording macros with code completion (#1332)
Fixes wrong recorded inputs when code completion introduces an import.

Fixes wrong recorded inputs when completing a static member with a partial type name. Example: `WiE.A` -> `WindowEvent.ACTION_EVENT_MASK`

Co-authored-by: Alex Plãte <aleksei.plate@jetbrains.com>
2025-10-24 15:24:43 +03:00
chylexandAlex Plãte 761f6f5fb9 Implement pumvisible() function 2025-06-06 15:21:26 +03:00
chylexandAlex Pláte dedd90ce13 Fix(VIM-3615): Escape closes dialog while waiting for more keys 2024-08-30 16:46:53 +03:00
chylexandAlex Pláte 4c3ad3f263 Add NERDTree action to toggle excluded files 2024-05-08 10:02:10 +03:00
chylexandAlex Pláte 6dd924b2b2 Implement motions to go to next/previous misspelled word 2024-02-23 10:17:25 +02:00
chylexandAlex Pláte f4782630d4 Add Matchit support for Java statements 2024-02-20 16:41:34 +02:00
chylexandAlex Pláte 32d5e1e6fa Enforce LF line separator in project code style 2024-02-20 16:31:36 +02:00
chylexandlippfi f69630b668 VIM-3238 Fix recording a macro that replays another macro 2024-02-10 20:05:47 +02:00
chylexandAlex Pláte 673222da6c Prevent code completion popup from appearing after running a macro 2023-12-22 09:32:33 +02:00
chylexandAlex Pláte 419160724c Fix(VIM-2933): Reloading/sourcing .ideavimrc does not initialize new plugins 2023-11-03 11:27:41 +02:00
chylexandAlex Pláte fb78cdd304 Add operating system type to has() function 2023-10-27 12:28:06 +03:00
chylexandAlex Pláte c7b51b7fa5 Implement partial code completion support in macros
Works ok with insertions (Enter, Ctrl+Enter) but not with replacements (Tab)
2022-07-22 10:02:23 +03:00
chylexandAlex Pláte b50197f7ce Fix(VIM-2227): Wrong behavior when deleting / changing surround with invalid character 2022-06-23 18:19:28 +03:00
chylexandAlex Pláte b6d84e0e66 Fix compile errors in unit tests on Windows 2021-12-01 09:37:24 +03:00
chylexandAlex Pláte 637ae21089 [VIM-2255] Missing reload icon in .ideavimrc on Windows 2021-10-29 10:09:48 +03:00