Commit Graph
29 Commits
Author SHA1 Message Date
chylex a7def05aa8 Set plugin version to chylex-28 2024-02-18 18:49:31 +01:00
chylex 51e13a5f20 Disable speed search in Project tool window when NERDTree is enabled 2024-02-18 18:49:16 +01:00
chylex 9b67260d5a Work around VIM-3306 (make paragraph-motion plugin go to the end of the line) 2024-02-18 18:49:16 +01:00
chylex ac37432db6 Apply scrolloff after executing native IDEA actions 2024-02-18 18:49:16 +01:00
chylex 4c946568e4 Stay on same line after reindenting 2024-02-18 18:49:16 +01:00
chylex 7e70eed1ab Implement motions to go to next/previous misspelled word 2024-02-18 18:49:16 +01:00
chylex 43ae90044b Update search register when using f/t 2024-02-18 18:49:16 +01:00
chylex d79f7c23c5 Automatically add unambiguous imports after running a macro 2024-02-18 18:49:15 +01:00
chylex 6033450158 Fix(VIM-3179): Respect virtual space below editor (imperfectly) 2024-02-18 18:49:15 +01:00
chylex ea86d7132c Fix(VIM-3178): Workaround to support "Jump to Source" action mapping 2024-02-18 18:49:15 +01:00
chylex 711d1f0329 Fix(VIM-3166): Workaround to fix broken filtering of visual lines 2024-02-18 18:49:15 +01:00
chylex 338e137347 Add support for count for visual and line motion surround 2024-02-18 18:49:15 +01:00
chylex 2b0e9bfec5 Fix vim-surround not working with multiple cursors
Fixes multiple cursors with vim-surround commands `cs, ds, S` (but not `ys`).
2024-02-18 18:49:15 +01:00
chylex b42346b9e1 Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions 2024-02-18 18:49:15 +01:00
chylex d58d3ca8b0 Revert(VIM-2884): Fix moving lines to cursor 2024-02-18 18:49:15 +01:00
chylex 22b2ca2352 Respect count with <Action> mappings 2024-02-18 18:49:15 +01:00
chylex 1c98daa180 Add Matchit support for Java statements 2024-02-18 18:49:15 +01:00
chylex de906bcbac Change matchit plugin to use HTML patterns in unrecognized files 2024-02-18 18:49:14 +01:00
chylex 05fac8bf00 Reset insert mode when switching active editor 2024-02-18 18:49:14 +01:00
chylex a985d260f7 Remove update checker 2024-02-18 18:49:14 +01:00
chylex 9f4c679d77 Set custom plugin version 2024-02-18 18:49:14 +01: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