Commit Graph
20 Commits
Author SHA1 Message Date
chylex 1afd0d3c37 Set plugin version to chylex-18 2023-10-20 00:58:13 +02:00
chylex 547bd08c7e Set minimum IDEA version to 2023.2 2023-10-20 00:58:13 +02:00
chylex 0c4154547f Reset insert mode when switching active editor 2023-10-20 00:58:12 +02:00
chylex 92d8be1ba4 Revert "Add VimScript 'renaming()' function"
This reverts commit a8a822b58e.
2023-10-20 00:58:12 +02:00
chylex 080dbe9c0e Prevent IdeaVIM from stealing key binding that confirms in-place refactoring 2023-10-20 00:58:12 +02:00
chylex ff7e6bf053 Set plugin version to chylex-17 2023-10-19 06:13:47 +02:00
chylex f19ce34311 Add operating system type to has() function 2023-10-18 22:14:42 +02:00
chylex 8bcb0d116d Set plugin version to chylex-16 2023-09-29 01:39:49 +02:00
chylex d9ae9fa40d Remove update checker 2023-09-29 01:39:48 +02:00
chylex c19f88e5c0 [VIM-696] Restore visual mode after undo/redo, and disable incompatible actions 2023-09-29 01:39:48 +02:00
chylex 03f4fb288d Change matchit plugin to use HTML patterns in unrecognized files 2023-09-29 01:39:48 +02:00
chylex ef27579277 Fix vim-surround not working with multiple cursors
Fixes multiple cursors with vim-surround commands `cs, ds, S` (but not `ys`).
2023-09-29 01:39:48 +02:00
chylex a8a822b58e Add VimScript 'renaming()' function 2023-09-29 01:39:48 +02:00
chylex 9752bd5bbb Add support for repeatable actions with ':raction' 2023-09-29 01:39:48 +02:00
chylex 240d9e0be4 Disable taking over arrow keys and Home/End 2023-09-29 01:39:48 +02:00
chylex 328442544d Set custom plugin version 2023-09-29 01:39:48 +02: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