1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-09-22 16:42:48 +02:00
Commit Graph

6624 Commits

Author SHA1 Message Date
Alex Plate
4c280b0193
Run manual tests 2020-04-09 10:51:32 +03:00
Alex Plate
e88a3deafd
Fix replace with clipboard register 2020-04-09 10:25:42 +03:00
Matt Ellis
7de08e08d0
Support smooth scrolling 2020-04-07 17:30:18 +01:00
Alex Plate
bd172b3300
Run manual tests 2020-04-07 11:35:58 +03:00
Alex Plate
95c7a13cb5
Turning plugin on should be performed after commands registration 2020-04-07 11:27:24 +03:00
Alex Plate
b1ddf03385
Add notes to changelog about Keep a Changelog and Semantic Versioning. 2020-04-06 10:25:50 +03:00
Alex Plate
a83c326736
Add logging for activating ex panel 2020-04-03 08:23:55 +03:00
Alex Plate
b1acb56247
Fix exception for ciw on last char in file 2020-03-28 15:57:54 +03:00
Alex Plate
caa4731a13
Fix exception when using text objects on empty files 2020-03-28 15:39:06 +03:00
Alex Plate
5b0ece7a91
ReplaceWithRegister for clipboard registers 2020-03-23 10:34:53 +03: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
Alex Plate
c8d64e0a06
Update changelog 2020-03-20 11:44:27 +03:00
Alex Plate
1a3dea0de6
Update slack notification format 2020-03-20 11:42:40 +03:00
Alex Plate
17b642280e
Update gradle wrapper properties 2020-03-20 11:42:14 +03:00
Alex Plate
1c1717b78b
Add kk to the contributions list 2020-03-20 10:38:30 +03:00
Alex Plate
4bbbdf8108
Fix ReplaceWithRegister to the empty line 2020-03-20 10:35:08 +03:00
Alex Pláte
04a193309d
Merge pull request #228 from kevin70/master
fixed #VIM-570
2020-03-20 10:34:58 +03:00
Alex Plate
f106ffa176
Support ReplaceWithRegister plugin emulation 2020-03-19 11:25:30 +03:00
Alex Plate
8d5d099542
Update icon on ideastatusicon option change 2020-03-19 09:13:49 +03:00
kk
4849992ca9 fixed #VIM-570 2020-03-18 18:49:55 +08:00
Alex Plate
623105650e
PutTextAction refactor 2020-03-17 09:43:40 +03:00
Alex Plate
5e2c01daa6
Rename PutTextAction.kt 2020-03-17 09:32:46 +03:00
Alex Plate
58bf3a4d30
Merge Put actions into one file 2020-03-17 09:28:49 +03:00
Alex Plate
2d434c38b9
Move test to correct directory 2020-03-15 16:53:57 +03:00
Alex Plate
246f5cd8cf
VIM-1911 Lookup keys respect IDE handler 2020-03-14 23:03:42 +03:00
Alex Plate
5a174d21f1
Update CHANGES 2020-03-14 18:06:58 +03:00
Alex Plate
e632c653f6
Add showcmd text to widget label 2020-03-14 18:05:38 +03:00
Alex Plate
174d17b088
VIM-1958 Fix X command for linewise selection 2020-03-14 18:00:45 +03:00
Alex Plate
3a35c931e4
Unignore some tests 2020-03-14 17:42:33 +03:00
Alex Plate
b768b26c85
Remove some warnings 2020-03-14 17:28:14 +03:00
Alex Plate
123ce6ebaf
Get rid of deprecated KeyEvents 2020-03-14 15:55:01 +03:00
Alex Plate
276c8db512
Fix some tests 2020-03-12 11:48:24 +03:00
Alex Plate
f898b8d181
Fix mappings to <S-Space> 2020-03-12 11:25:14 +03:00
Alex Plate
e9f9e531e4
Convert vim typed action to kt 2020-03-12 11:04:35 +03:00
Alex Plate
a7d813cb86
Rename .java to .kt 2020-03-12 11:04:35 +03:00
Alex Plate
75b6eedb12
Remove unused class 2020-03-12 10:33:52 +03:00
Alex Plate
ec6860aa90
Change the label of showcmd widget 2020-03-12 10:03:39 +03:00
Alex Plate
5cf661c6ae
Fix exception during command typing 2020-03-10 14:58:35 +03:00
Alex Plate
8c62caae7c
Fix compilation errors 2020-03-10 11:30:10 +03:00
Alex Plate
cc6fe21af6
Update CHANGES.md 2020-03-10 10:28:17 +03:00
Alex Pláte
1902151efa
Merge pull request #220 from citizenmatt/feature/showcmd
Implement showcmd
2020-03-10 10:24:36 +03:00
Alex Pláte
b7af1e6289
Merge branch 'master' into feature/showcmd 2020-03-10 10:24:06 +03:00