Commit Graph
35 Commits
Author SHA1 Message Date
chylex cc9385f2a9 Set plugin version to chylex-40 2024-08-25 10:17:38 +02:00
chylex 32a2384a46 Revert "VIM-2074 Backspace behaviour is incorrect in Replace mode"
This reverts commit 9bbeab80
2024-08-25 10:17:38 +02:00
chylex fdd850de5a Fix(VIM-3615): Escape closes dialog while waiting for more keys 2024-08-25 10:10:21 +02:00
chylex 0f7116b136 Add action to run last macro in all opened files 2024-08-25 06:11:12 +02:00
chylex db8f0251fb Stop macro execution after a failed search 2024-08-25 06:11:12 +02:00
chylex 2ca2c1e774 Revert per-caret registers 2024-08-25 06:11:10 +02:00
chylex f3c32da4d1 Revert "Factor disposable objects on editor opening"
This reverts commit 1fa78935
2024-08-25 06:10:58 +02:00
chylex 1a3b34d457 Fix(VIM-3364): Exception with mapped Generate action 2024-08-25 06:10:58 +02:00
chylex 1f9159996d Apply scrolloff after executing native IDEA actions 2024-08-25 06:10:58 +02:00
chylex 65c3acd891 Stay on same line after reindenting 2024-08-25 06:10:58 +02:00
chylex 223f65c003 Update search register when using f/t 2024-08-25 06:10:58 +02:00
chylex 293b854620 Automatically add unambiguous imports after running a macro 2024-08-25 06:10:58 +02:00
chylex 9e7c5fd603 Fix(VIM-3179): Respect virtual space below editor (imperfectly) 2024-08-25 06:10:58 +02:00
chylex 00c799595f Fix(VIM-3178): Workaround to support "Jump to Source" action mapping 2024-08-25 06:10:58 +02:00
chylex 8577b5ed20 Add support for count for visual and line motion surround 2024-08-25 06:10:58 +02:00
chylex 3af7a991a0 Fix vim-surround not working with multiple cursors
Fixes multiple cursors with vim-surround commands `cs, ds, S` (but not `ys`).
2024-08-25 06:10:57 +02:00
chylex 212af1798d Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions 2024-08-25 06:10:57 +02:00
chylex 002ef8f72f Respect count with <Action> mappings 2024-08-25 06:10:57 +02:00
chylex 9115af6b3d Change matchit plugin to use HTML patterns in unrecognized files 2024-08-25 06:10:57 +02:00
chylex 25ca42d371 Reset insert mode when switching active editor 2024-08-25 06:10:57 +02:00
chylex 408687c9b3 Disable switching to insert mode for some editors 2024-08-25 06:10:54 +02:00
chylex 85e00bf8fc Remove update checker 2024-08-25 06:10:31 +02:00
chylex bd6f2d4b2f Set custom plugin version 2024-08-25 06:10:31 +02: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