1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-19 04:42:46 +02:00
Commit Graph

298 Commits

Author SHA1 Message Date
Alex Plate
ec1d6ac477
Update changelog 2020-05-08 11:51:29 +03:00
Alex Plate
ab8be2cada
Update changes 2020-05-08 10:35:28 +03:00
Alex Plate
8f9c71dd55
Correct ex command and update changes 2020-05-06 08:49:07 +03:00
Alex Plate
11beb1e331
Add Piotr Mikulski to contributors list 2020-05-06 08:47:10 +03:00
Alex Plate
7e319e11c6
Add valis to contributors list 2020-05-06 08:20:48 +03:00
Alex Plate
4b659fe643
Prepare for 0.57 release 2020-04-28 11:18:56 +03:00
Alex Plate
55f54b2e82
Prepare for 0.56.1 release 2020-04-22 09:31:38 +03:00
Alex Plate
db641ec6f6
Add runforprogram to contributors list 2020-04-17 10:27:11 +03:00
Alex Plate
9d8239b68d
Update changelog 2020-04-17 10:19:56 +03:00
Alex Plate
0a4683d908
Clean up repository for the release 2020-04-09 11:06:21 +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
c8d64e0a06
Update changelog 2020-03-20 11:44:27 +03:00
Alex Plate
f106ffa176
Support ReplaceWithRegister plugin emulation 2020-03-19 11:25:30 +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
174d17b088
VIM-1958 Fix X command for linewise selection 2020-03-14 18:00:45 +03:00
Alex Plate
cc6fe21af6
Update CHANGES.md 2020-03-10 10:28:17 +03:00
Alex Pláte
b7af1e6289
Merge branch 'master' into feature/showcmd 2020-03-10 10:24:06 +03:00
Alex Plate
0c77b320db
VIM-570 Print non-ascii characters in ex panel 2020-03-06 13:03:28 +03:00
Alex Plate
2f5946640e
Update changelog 2020-03-04 10:44:28 +03:00
Alex Plate
c0038d0373
Add John Weigel to contributors list 2020-03-03 11:11:09 +03:00
Alex Plate
d4939803da
Update changelist 2020-02-27 14:27:13 +03:00
Alex Plate
61ce50264a
Add Alexey Gerasimov to contributors list 2020-02-19 12:02:10 +03:00
Alex Plate
4994d70b1a
Update changelog 2020-02-14 12:42:22 +03:00
Matt Ellis
9b71215cde
Merge branch 'master' into feature/showcmd 2020-02-11 00:24:29 +00:00
Matt Ellis
8be572f976
Update set-commands and changes 2020-02-11 00:22:29 +00:00
Alex Plate
bb948a463c
Add option to make status bar icon gray 2020-02-08 20:56:13 +03:00
Alex Plate
ea342a8e4f
Preparation for 0.55.1 EAP release 2020-02-04 18:55:31 +03:00
Matt Ellis
24f023c8b3
Update changes 2020-02-03 23:35:53 +00:00
Alex Plate
a4b98f2848
Update CHANGES.md 2020-01-27 11:36:30 +03:00
Alex Plate
13cdb7cc35
Merge pull request #215 from citizenmatt/refactor/command-state
Refactor key handler state
2020-01-27 11:34:48 +03:00
Alex Plate
c80d69a31c
Add note about VIM-987 into changelog 2020-01-24 13:41:47 +03:00
Alex Plate
c1ff6e1498
Prepare to the 0.55 release 2020-01-20 20:15:36 +03:00
Matt Ellis
ebaeff9b4d
Merge branch 'master' into refactor/command-state 2019-12-30 16:31:24 +00:00
Alex Plate
b8eb55d965
Update changes 2019-12-24 11:00:17 +03:00
Alex Plate
340f259b17
[VIM-1884] Add CTRL-J to the list of keys working with lookup 2019-12-23 15:54:52 +03:00
Alex Plate
5cf68a7f06
[VIM-1878] Update submode in case of active template 2019-12-23 12:54:57 +03:00
Alex Plate
0ae5abcd0c
[VIM-1874] Add possibility to execute option listener after adding 2019-12-19 18:54:51 +03:00
Alex Plate
2c11ed43e4
[VIM-1875] Fix isk loading on startup 2019-12-19 17:12:29 +03:00
Alex Plate
255f2f59fc
Update changelist 2019-12-12 12:38:20 +03:00
Matt Ellis
6108c9d6d2
[VIM-1284] Allow mapping numbers
Includes special case for 0 while entering counts. See :help :map-modes.
Also fixes issues when both operator and motion have a count - value should be multiplied, not appended (e.g. 3d2w is the same as 6dw, no 32dw!). See :help operator
2019-12-10 19:31:38 +00:00
Alex Plate
d7fca09f0a
Update changes 2019-12-10 10:37:26 +03:00
Alex Plate
a2cd8ec19c
Add left/right to the list of keys working with lookup 2019-12-10 10:12:51 +03:00
Alex Plate
82a331a940
VIM-1362 Search with confirm scroll down far enough 2019-12-04 16:05:11 +03:00
Alex Plate
7c7df85d1a
Perform partial reset after autocomplete 2019-12-03 13:22:09 +03:00
Alex Plate
3f8925cbb0
VIM-1853 Fix marks for disposable projects 2019-12-02 15:47:02 +03:00
Alex Plate
5f9e24b314
VIM-1855 Fix initialization error 2019-12-02 10:56:08 +03:00
Alex Plate
32ac0e77fa
Fix mark 2019-11-28 19:44:10 +03:00
Alex Plate
947a1aa9f5
Update changes 2019-11-28 19:40:54 +03:00
Alex Plate
59f4dc8c78
Surround and Commentary extensions can be repeated with a dot command
VIM-1118
2019-11-28 18:58:58 +03:00
Alex Plate
572a96328a
CTRL-A accepts all sizes of number
VIM-1424
2019-11-28 18:08:02 +03:00
Alex Plate
5c559f921d
[VIM-1847] Add option to remove the status bar icon 2019-11-27 11:00:42 +03:00
Alex Plate
b0ac35a51b
Update changes 2019-11-25 18:59:44 +03:00
Alex Plate
10a02e98e9
Update CHANGES 2019-11-25 13:27:44 +03:00
Alex Plate
e8ba919661
Update CHANGES 2019-11-22 19:52:44 +03:00
Alex Plate
390d92b16f
Fix bindings for active lookup
VIM-1325
2019-11-22 19:37:52 +03:00
Alex Plate
ca9cf02361
Update changes 2019-11-22 14:11:43 +03:00
Alex Plate
eb4bb3f238
Update readme 2019-11-20 18:21:27 +03:00
Alex Plate
cd741fe7fd
Update CHANGES.md 2019-11-20 15:53:32 +03:00
Alex Plate
3b26cd845a
Add igrekster to contributors list 2019-11-20 15:51:58 +03:00
Alex Plate
e43339613c
Add Rafał Hajdacki to contributors list 2019-11-20 15:32:23 +03:00
Alex Plate
a2bae6795f
Prepare to the release 0.54 2019-11-20 11:41:05 +03:00
Alex Plate
88926c3eef
Update CHANGES.md 2019-11-18 17:51:46 +03:00
Alex Plate
9e036176ef
Update CHANGES 2019-11-07 16:40:55 +03:00
Alex Plate
5078df6caf
Update CHANGES 2019-10-31 17:50:34 +03:00
Alex Plate
66fca4a921
[VIM-1819] Fix execution of some rider actions 2019-10-25 15:26:33 +03:00
Alex Plate
91e75561a3
Remove the default shortcut 2019-10-21 17:35:55 +03:00
Alex Plate
979bf26441
Change the implementation of system marks 2019-10-21 16:58:22 +03:00
Alex Plate
0cd32c97c4
Update changes 2019-10-18 10:07:41 +03:00
Alex Plate
c6390874a2
Update changes 2019-10-17 17:16:28 +03:00
Alex Plate
a3a421410f
[VIM-1749] Tag surround is finished on > 2019-10-15 19:52:48 +03:00
Alex Plate
03c38e3454
[VIM-1804] Correct disabling and enabling IdeaVim 2019-10-15 18:14:13 +03:00
Alex Plate
2444bd3c2d
Update Changes.md 2019-09-17 18:29:36 +03:00
Alex Plate
27f74844cc
Update changes 2019-09-17 18:28:40 +03:00
Alex Plate
ef0f2024c2
Update changes 2019-09-17 18:09:08 +03:00
Alex Plate
42375d143e
[VIM-1772] Fix last character for :y command 2019-09-04 17:30:34 +03:00
Alex Plate
65d8368ad4
Update changes 2019-09-04 11:48:35 +03:00
Matt Ellis
e44d7e6d49
Update CHANGES.md 2019-09-02 17:52:53 +01:00
Alex Plate
4bd4f3ac68
Update changes 2019-08-26 12:37:41 +03:00
Alex Plate
8533ef7739
Fix wrong CHANGEs log 2019-08-26 12:35:57 +03:00
Alex Plate
9e47f4a7c3
Add Jørgen Granseth to contributors list 2019-08-26 12:15:46 +03:00
Alex Plate
f4a2b83afc
Update CHANGES 2019-08-23 16:54:10 +03:00
Matt Ellis
14163a0791
[VIM-1766] Fix ex caret rendering on Linux 2019-08-13 20:28:22 +01:00
Alex Plate
60caac5139
Update CHANGES.md 2019-08-07 14:14:01 +03:00
Alex Plate
00b3f5b9f5
Update CHANGES.md 2019-08-05 13:59:49 +03:00
Alex Plate
42cdb36a51
Update CHANGES.md 2019-08-01 18:48:47 +03:00
Alex Plate
9d1be34958
[VIM-1648] Make S&R self synchronized 2019-08-01 13:20:00 +03:00
Alex Plate
9feff84125
[VIM-1710] Fix opening empty file with "relative number" enabled 2019-07-24 16:34:42 +03:00
Alex Plate
c0fc62a1d6
[VIM-1712] Fix Y command for visual mode 2019-07-24 15:56:19 +03:00
Alex Plate
6b06d58759
[VIM-1711] Search is not triggered during surround action 2019-07-24 15:10:48 +03:00
Alex Plate
7c5dca202e
Preparation to 0.52 version 2019-07-23 14:18:31 +03:00
Alex Plate
54544c2683
[VIM-1359] Fix behavior of i_Ctrl-W action 2019-07-18 12:32:54 +03:00
Alex Plate
68ae03ef85
Replace behaviour to the american-style behavior 2019-07-17 14:39:09 +03:00
Alex Plate
dc2530957f
Rename smartjoin with ideajoin 2019-07-15 14:22:36 +03:00
Alex Plate
e88dcae1a0
Rename idemarks to ideamarks 2019-07-15 14:19:48 +03:00
Brendan Annable
54275a8870
Fix link typo in CHANGES.md 2019-07-15 10:25:32 +10:00
Alex Plate
90eda82045
[VIM-1698] Paste clears clipboard 2019-07-12 19:04:56 +03:00
Alex Plate
b3eefc9e25
[VIM-1700] Add tests for some searches with tabs 2019-07-11 17:22:17 +03:00
Alex Plate
cee9c81496
[VIM-1697] Fix wrong search with tab characters 2019-07-10 19:07:10 +03:00
Alex Plate
1923e14ac4
Update CHANGES 2019-07-02 16:04:33 +03:00