24 Commits
Author SHA1 Message Date
Alexey Gerasimov aa2c1257ac Use ${c} instead of <caret> 2020-05-10 17:55:55 +05:00
Alexey Gerasimov f9fa15b7ac Parenthesize command names 2020-05-10 14:51:16 +05:00
Alexey Gerasimov a4cd94847e Return VISUAL_BLOCK submode from autodetect only if 'Add Selection for NextOccurrence' was not performed previously 2020-03-22 16:45:45 +05:00
Alexey Gerasimov a0a7386b51 Remove highlight after command is executed or canceled 2020-03-21 20:08:57 +05:00
Alexey Gerasimov 535a72000f Cleanup 2020-03-21 20:08:37 +05:00
Alexey Gerasimov 60531b9cd2 Add methods in RegisterGroup and VimExtensionFacade to setRegister with specified selection type 2020-03-21 20:04:30 +05:00
Alexey Gerasimov 8f86ad696d Register VimExchange extension 2020-03-21 20:04:30 +05:00
Alexey Gerasimov c9bda98a6a Add VimExchange extension tests 2020-03-21 20:04:30 +05:00
Alexey Gerasimov 9ea08da133 Add VimExchange extension 2020-03-21 17:09:02 +05:00
Alexey Gerasimov 5762ec0518 Add marks last changed end position test 2020-03-21 17:09:02 +05:00
Alexey Gerasimov 7db74460fa Fix marks range end position handling, as excluded 2020-03-21 17:09:02 +05:00
Alexey Gerasimov a8af2c3242 Fix Set creation 2020-02-07 22:24:46 +05:00
Alexey Gerasimov e5bfad974e Copyright and comment 2020-02-07 21:50:06 +05:00
Alexey Gerasimov 59d87e0c94 More tests 2020-02-07 19:48:40 +05:00
Alexey Gerasimov 50c2d04503 Migrate to new checkInString 2020-02-07 19:48:40 +05:00
Alexey Gerasimov 480de62686 Improve existing checkInString 2020-02-07 19:48:40 +05:00
Alexey Gerasimov 955b501058 Make Direction enum public 2020-02-07 19:48:40 +05:00
Alexey Gerasimov d985527624 Rewrite checkInString in Kotlin 2020-02-07 19:48:40 +05:00
Alexey Gerasimov afbe7f0e69 Add findPositionOfFirstCharacter function 2020-02-07 19:48:40 +05:00
Alexey Gerasimov 94e65ddce6 Use isQuoteWithoutEscape when findCharacterPosition to detect escaped char 2020-02-07 19:48:40 +05:00
Alexey Gerasimov cb9f144255 isQuoteWithoutEscape small improvement 2020-02-07 19:48:40 +05:00
Alexey Gerasimov ac84624faa Use Direction enum instead of int 2020-02-07 19:48:40 +05:00
Alexey Gerasimov c2196785e7 Add tests 2020-02-07 19:48:40 +05:00
Alexey Gerasimov 30097fbae6 Assume that caret is in string/char only if there is closing char 2020-02-07 19:48:40 +05:00