Commit Graph
21 Commits
Author SHA1 Message Date
chylex fd1a706e4a Set plugin version to chylex-22 2023-12-03 09:31:23 +01:00
chylex 5b2f3e1f12 Automatically add unambiguous imports after running a macro 2023-12-03 09:31:23 +01:00
chylex ec704fc9f9 Prevent code completion popup from appearing after running a macro 2023-12-03 07:27:33 +01:00
chylex ef8955e9d1 Fix(VIM-3179): Respect virtual space below editor (imperfectly) 2023-12-03 04:12:13 +01:00
chylex 806f6f8eaa Fix(VIM-3178): Workaround to support "Jump to Source" action mapping 2023-12-03 04:12:12 +01:00
chylex 6dcf0f9458 Fix(VIM-3166): Workaround to fix broken filtering of visual lines 2023-12-03 04:12:12 +01:00
chylex 8eb201a941 Add support for count for visual and line motion surround 2023-12-03 04:12:12 +01:00
chylex a288feca2a Fix vim-surround not working with multiple cursors
Fixes multiple cursors with vim-surround commands `cs, ds, S` (but not `ys`).
2023-12-03 04:12:12 +01:00
chylex ffe337b145 [VIM-696] Restore visual mode after undo/redo, and disable incompatible actions 2023-12-03 04:12:12 +01:00
chylex ee178e58d0 Respect count with <Action> mappings 2023-12-03 04:12:12 +01:00
chylex 12ac424ae0 Prevent IdeaVIM from stealing key binding that confirms in-place refactoring 2023-12-03 04:09:40 +01:00
chylex c96ca2e405 Change matchit plugin to use HTML patterns in unrecognized files 2023-12-03 04:09:40 +01:00
chylex 0265432ce5 Reset insert mode when switching active editor 2023-12-03 04:09:39 +01:00
chylex f7e5f15ed2 Remove update checker 2023-12-03 04:09:39 +01:00
chylex 68f21ad7c9 Set custom plugin version 2023-12-03 04:09:39 +01: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