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

601 Commits

Author SHA1 Message Date
Alex Plate
8bc616cc55
New vim behaviour: ci( searches for brackets
Change in vim:
b9115da4be
https://github.com/vim/vim/pull/8670

VIM-2699
2022-07-14 12:08:26 +03:00
Alex Plate
d597670275 Update changelog after merging PR 2022-07-06 17:58:16 +00:00
Alex Plate
a80f6feab0
Update changelog 2022-07-06 09:30:25 +03:00
Alex Plate
781bce0000 Update changelog 2022-06-24 05:27:52 +00:00
Alex Plate
dd20b480a7
Update changelog 2022-06-24 08:26:02 +03:00
Alex Plate
194b744361 Update changelog 2022-06-23 15:29:40 +00:00
filipp
f1e427e2ff Fix command history 2022-06-14 22:10:04 +06:00
filipp
a112cfe35f Add count to undo/redo 2022-06-14 18:47:16 +06:00
filipp
412b60d6b4 Fix selection after undo 2022-06-14 18:36:14 +06:00
Alex Plate
ca143272f3 Update changelog 2022-06-13 09:54:32 +00:00
Alex Plate
50fff8871e Update changelog 2022-06-10 12:28:35 +00:00
filipp
94820d7a83 Update formatting 2022-06-08 20:04:50 +06:00
filipp
905f8003da Fix repeating the @@ command 2022-06-04 01:02:01 +06:00
Alex Plate
7726f4347b
Unmap removed mappings after using ReloadVimRc action 2022-05-30 09:52:11 +03:00
Alex Plate
edcb17a436
Update changes 2022-05-26 11:05:00 +03:00
Alex Plate
c6fdf9cdf4
[VIM-2643]: Implement a redo-register feature 2022-05-25 11:30:55 +03:00
filipp
2ff429cc76 Update changelog 2022-05-23 22:54:51 +06:00
Alex Plate
ccd7204b21
Update changelog 2022-04-27 10:56:37 +03:00
Alex Plate
e0dc6f7214 Update changelog 2022-04-25 11:44:22 +00:00
Alex Plate
30e660cf19
Update changelog 2022-04-25 09:45:24 +03:00
Alex Plate
8ccf0b5364
Update changelog 2022-04-25 09:45:23 +03:00
Alex Plate
c6c2bc5e74
Update changelog 2022-04-07 12:03:25 +03:00
filipp
04b62e6392 Update changelog 2022-04-05 14:20:05 +06:00
Alex Plate
be484d381c Update changelog 2022-04-04 19:50:19 +00:00
Alex Plate
12cb359967 Update changelog 2022-03-28 15:07:36 +00:00
Alex Plate
5ce52f7189 Update changelog 2022-03-21 14:36:04 +00:00
Alex Plate
c6a5f9c268
Update changelog 2022-02-24 11:53:36 +03:00
Alex Plate
118c12e7fe
Prepare to 1.10.0 release 2022-02-17 11:44:55 +03:00
lippfi
4ba6e62ada Fix gv 2022-02-15 13:42:40 +03:00
Alex Plate
58d5924e80
Update changelist 2022-02-14 14:31:59 +03:00
Alex Plate
05a64f51f7 Update changelog 2022-02-08 15:23:00 +00:00
Alex Plate
1826a31e2f
Update changelog 2022-02-08 14:20:35 +03:00
lippfi
8922303a72 Fix paste 2022-02-07 13:45:11 +03:00
lippfi
cea4de03cd Add tabmove command 2022-02-07 13:44:56 +03:00
lippfi
17d4ec6c29 Fix option listeners 2022-01-26 16:43:28 +03:00
Alex Plate
f6dfbcad0d Update changelog 2022-01-25 07:54:34 +00:00
Alex Plate
5e6d3ddae8
Update changes 2022-01-24 13:00:25 +03:00
Alex Plate
13cce3afcc
Update changelog 2022-01-24 13:00:25 +03:00
lippfi
e47c0c1914 Update changes 2022-01-24 12:32:20 +03:00
Alex Plate
376ca4e93b
Add merge to changes 2022-01-21 14:17:13 +03:00
Alex Plate
f082ab4b68 Update changelog 2022-01-19 13:28:45 +00:00
Alex Plate
a251ac55e5
Update changelog 2022-01-14 19:03:46 +03:00
Alex Plate
3bb4fc67bf Update changelog 2022-01-14 13:41:29 +00:00
lippfi
3637022890 Update changes 2022-01-10 15:02:09 +03:00
Alex Plate
113d4ac078
Rollback changes regarding esc in normal mode 2021-12-21 11:36:53 +03:00
Alex Plate
4bd25f3220 Update changelog 2021-12-15 07:46:09 +00:00
Alex Plate
ea61e87b31
Update changelog 2021-12-10 10:49:08 +03:00
Alex Plate
6e82008ffa
Prepare to 1.9.0 release 2021-12-10 09:51:30 +03:00
Alex Plate
678c53dc39
Update changelog 2021-12-01 09:48:55 +03:00
Alex Plate
3dbdbefc58
Update changes 2021-11-30 10:56:10 +03:00
lippfi
3d71c1bcbe Update changelog 2021-11-18 14:12:01 +03:00
Alex Plate
aa01730c13
Update changelog 2021-11-17 15:45:58 +03:00
lippfi
1fa779b21f Update changelog 2021-11-17 12:36:56 +03:00
Alex Plate
df946f8525 fix(VIM-2026): Intellij uses a different initialization approach during settings reading 2021-11-16 12:16:55 +03:00
Alex Plate
9a0e6336b7 Update changelog 2021-11-16 12:05:56 +03:00
Alex Plate
550a754fab Completely avoid esc handling in normal mode 2021-11-16 12:05:55 +03:00
Alex Plate
cded8e54fb Update changelog 2021-11-16 12:00:10 +03:00
Alex Plate
f186f4aa5c
fix(VIM-2449): Use state to check if the selection is block (instead of multiple ranges) 2021-11-10 19:16:26 +03:00
Alex Plate
68f898dbf8
Update changelog 2021-11-09 19:37:07 +03:00
Alex Plate
ac451d0fcd
Update changelog 2021-11-08 11:06:44 +03:00
Alex Plate
81c898dd9e
[VIM-2456] Refactor command execution in a way that environment information is collected before running the command.
This also fixes VIM-2397
2021-11-04 13:26:56 +03:00
lippfi
a080047632 Update changelog 2021-11-03 20:06:56 +03:00
Alex Plate
15e0692b41
Update changelog 2021-11-01 11:46:09 +03:00
Alex Plate
6db42dc736
[VIM-2199] Fix autocompletion for AppCode 2021-11-01 11:42:20 +03:00
Alex Plate
548cbb4bda
Add chylex to contributors list 2021-10-29 10:12:38 +03:00
lippfi
8fe1b0891b Fix ! command 2021-10-27 13:42:46 +03:00
Alex Plate
c437a18288
Prepare for 1.8.0 release 2021-10-27 10:26:21 +03:00
Alex Plate
0992c39132
Change changelog ordering 2021-10-27 10:08:58 +03:00
lippfi
610f978c44 Update changelog 2021-10-26 20:21:34 +03:00
Alex Plate
1df75fe25c
Fix selection with vim exchange
VIM-2359
https://github.com/JetBrains/ideavim/discussions/388
2021-10-26 11:16:02 +03:00
Alex Plate
36002def70
Add Petar Guglev to contributors list 2021-10-25 11:09:56 +03:00
lippfi
30a39497aa Update changelist 2021-10-11 00:06:20 +03:00
Alex Plate
d66e6967ee
Add Martin Yzeiri to contributors list 2021-10-07 10:27:32 +03:00
Alex Plate
55154b2996
Update changelog 2021-10-06 09:29:54 +03:00
Alex Plate
d27ebad011
Prepare to the new release 2021-09-30 15:28:33 +03:00
lippfi
58f8ce605d Update changelog 2021-09-30 01:03:30 +03:00
Alex Plate
9537003a6d
Prepare to 1.7.1 release 2021-09-20 12:26:54 +03:00
Alex Plate
85c8968d75
Fix multiple copy from unnamed clipboard 2021-09-20 12:18:45 +03:00
lippfi
1466ad9bef Update changelog 2021-09-20 12:09:55 +03:00
Alex Plate
f12b67088f
Remove incorrect changelog 2021-09-16 13:37:18 +03:00
Alex Plate
0476854d7c Update changelog 2021-09-16 07:14:43 +00:00
Alex Plate
b9ab4f6484
Prepare to 1.7.0 release 2021-09-16 10:08:47 +03:00
Alex Plate
464ed17741 Update changelog 2021-09-15 08:45:49 +00:00
Alex Plate
5312549db1 Update changelog 2021-09-13 07:47:14 +00:00
Alex Plate
5a484c3952
Fix changelog formatting 2021-09-08 13:11:27 +03:00
Alex Plate
a1dd917227 Update changelog 2021-09-08 08:53:09 +00:00
lippfi
9fe9d92e04 Updated changelog 2021-08-17 11:49:54 +03:00
Alex Plate
0867654347 Update changelog 2021-08-12 16:04:14 +00:00
Alex Plate
687a6d8693
Update changelog 2021-08-12 19:01:05 +03:00
Alex Plate
807e80780d
Update changelog 2021-07-23 13:01:55 +03:00
Alex Plate
5f8a1723ba Update changelog 2021-07-20 06:37:16 +00:00
Alex Plate
b8086cb509
Prepare to the 0.69 release 2021-07-20 09:35:42 +03:00
Alex Plate
e2cd0d1246
Update changelog 2021-07-19 14:44:51 +03:00
Alex Plate
246cc1479a
Update changelog 2021-07-01 13:44:40 +03:00
Alex Plate
ec8b02e1c1
Do not add VIM-123 example 2021-06-30 09:25:00 +03:00
Alex Plate
c27ac06f1b Update changelog 2021-06-30 06:21:48 +00:00
Alex Plate
52a3b680a6
Remove incorrect changelog line 2021-06-29 14:04:35 +03:00
Alex Plate
735bfbae3b Update changelog 2021-06-29 11:03:57 +00:00
Alex Plate
cbf35c276e
Revert "Update changelog"
This reverts commit ab1b8572f3.
2021-06-29 14:00:54 +03:00
Alex Plate
ab1b8572f3 Update changelog 2021-06-29 10:58:29 +00:00
Alex Plate
98ffb3bf9e
[VIM-1672] IdeaVim correctly populates clipboard history 2021-06-28 11:48:09 +03:00
Alex Plate
4cc4fb4d3c
[VIM-1192] Fix dollar motion from single-command 2021-06-28 09:21:32 +03:00
Alex Plate
f4e777b8df
[VIM-2336] Fix repeat for 'T' movement 2021-06-28 07:24:15 +03:00
Alex Plate
e8b55881bd
Update changelog 2021-06-24 10:48:45 +03:00
Alex Plate
232dd34717
[VIM-2317] Fix memory leak 2021-06-24 10:38:15 +03:00
Alex Plate
8b1839ff1b
Prepare to 0.68 release 2021-06-22 09:17:17 +03:00
Alex Plate
46d459bd73
Update changelog 2021-06-03 11:04:49 +03:00
Alex Plate
d1feaad5a9
Update dependabot lock 2021-06-03 11:02:27 +03:00
Alex Plate
53e1bc5b83 Update changelog after merging PR 2021-05-31 06:34:38 +00:00
Alex Plate
08f29bacfd
feat: Support :print command 2021-05-28 11:51:54 +03:00
Alex Plate
e33cf5b4ed
Update changelog 2021-05-24 11:08:26 +03:00
Alex Plate
232cb3ee7d
Update changelog 2021-05-24 10:45:47 +03:00
Alex Plate
7c06243d54
Prepare to 0.67 release 2021-05-20 10:28:51 +03:00
Alex Plate
a9f1d2ac14
Update changelog 2021-05-14 09:49:40 +03:00
Alex Plate
f07b6e28c1
Update changelog a bit 2021-05-13 21:00:46 +03:00
Alex Plate
790fc92916
Rename Vim Emulation to Vim in settings 2021-05-13 20:58:23 +03:00
Alex Plate
2ec9329f2e
Update plugin.xml 2021-05-12 11:31:25 +03:00
Alex Plate
15fc2c01bd
Update changes 2021-05-12 11:21:43 +03:00
Alex Plate
3752d35229
Trigger readonly handler when perform editing operations 2021-04-30 16:08:04 +03:00
Alex Plate
06647a4cf6
[VIM-2295] Fix s-space in insert mode with an existing mapping 2021-04-29 10:12:16 +03:00
Alex Plate
0bf77e1737
Update changes 2021-04-28 10:21:49 +03:00
Alex Plate
28da9da752
Update README and CHANGES 2021-04-25 14:59:11 +03:00
Alex Plate
76f06170ad
[VIM-2290] Support vim-paragraph-motion plugin 2021-04-22 12:08:17 +03:00
Alex Plate
5f71198c88
[VIM-2289] Fix <End> command behavior 2021-04-22 09:54:22 +03:00
Alex Plate
378aa1026d
[VIM-2284] Set command doesn't duplicate options 2021-04-20 11:13:14 +03:00
Alex Plate
4fb1761fa5
Execute action listeners when call for IDE action 2021-04-20 10:44:56 +03:00
Alex Plate
df1409af76
Add MichalPlacek to contributors list 2021-04-19 10:43:38 +03:00
Alex Plate
e916cbe762
Update changes 2021-04-19 10:27:09 +03:00
Alex Plate
d32b8a1e71
Prepare for the new release 2021-04-09 11:19:13 +03:00
Alex Plate
56cbb9e9af
Update changes 2021-04-01 09:33:14 +03:00
Alex Plate
70558574a8
Update changelog 2021-04-01 09:25:02 +03:00
Alex Plate
19a8480a88
Update changes 2021-03-03 11:01:04 +03:00
Alex Plate
215ca7806e
Extract assets from the distribution 2021-02-24 11:20:15 +03:00
Alex Plate
76f14fc4ba
Preparation for the 0.65 release 2021-02-17 11:06:23 +03:00
Alex Plate
923c0fee7a
[VIM-2153] Always store data as base64 encoded 2021-02-16 10:19:14 +03:00
Alex Pláte
d1e1692581
Update CHANGES.md 2021-02-09 11:56:55 +03:00
Alex Plate
e788221099
[VIM-2220] Do not try to get a command state for null editor 2021-02-02 11:37:39 +03:00
Alex Plate
e63044e72f
[VIM-2217] Fix AppCode specific code 2021-02-01 11:14:30 +03:00
Alex Plate
0ac530eb86
Add 大牙(Henry Zhu) to the contributors list 2021-02-01 10:32:53 +03:00
Alex Plate
de159d6e3a
Add IdeaVim actions promoter to promote vim actions 2021-02-01 10:17:33 +03:00
Alex Plate
7029346d8d
Add information about nerdtree to changes 2021-01-26 11:04:55 +03:00
Alex Plate
62128a14e7
Support mapping recursion preventing 2021-01-24 23:59:14 +03:00
Alex Plate
51f1e6f866
Fix characters yanking 2021-01-23 02:18:04 +03:00
Alex Plate
8901ba0128
[VIM-2202] Fix issues with search command macro recording 2021-01-11 13:48:20 +03:00
Alex Plate
c656da5c75
Prepare to 0.64 release 2020-12-23 09:49:45 +03:00
Alex Plate
849a71bdac
Update changes 2020-12-18 13:18:08 +03:00
Alex Plate
8526054aa8
Update changes 2020-12-17 10:05:04 +03:00
Alex Plate
0b22b454e6
Prepare to 0.63 release 2020-12-16 12:56:25 +03:00
Alex Plate
f9cf62472c
Prepare to 0.62 release 2020-12-15 10:12:31 +03:00
Alex Plate
4e8d98f956
Add Shaun Patterson to contributors list 2020-12-08 10:54:15 +03:00
Alex Plate
8002a5497f
[VIM-1913] Update changes 2020-12-04 11:07:11 +03:00
Alex Plate
4f4b26d3e1
Update CHANGES.md 2020-12-04 09:54:58 +03:00
Alex Plate
557e47650f
Disable octal for nrformats 2020-12-03 10:07:27 +03:00
Alex Plate
6421a5969a
Update changes 2020-11-25 10:05:43 +03:00
Alex Plate
23a80a9260
[VIM-2170] Fix alternative range format for s command 2020-11-23 11:49:30 +03:00
Alex Plate
dcc647ba3c
[VIM-1491] Support unmap 2020-11-17 19:38:22 +03:00
Alex Plate
cb859dbb7b
Add Grzegorz Antoniak to the contributors list 2020-11-17 10:16:13 +03:00
Alex Plate
20c04b1e62
Add Brandon Conway to the contributors list 2020-11-17 10:09:21 +03:00
Alex Plate
f3df231dc2
Update changes 2020-11-13 12:35:21 +03:00
Alex Plate
7d6a64315a
Add Jan Palus to contributors list 2020-11-13 11:58:10 +03:00
Alex Plate
3881b905be
Update CHANGES.md 2020-11-12 10:51:57 +03:00
Alex Plate
b6adf9f7a9
Rename ideaenabledbufs to ideavimsupport 2020-11-12 09:45:29 +03:00
Alex Plate
b972a01cf0
Add merged PR to changes 2020-11-12 09:41:57 +03:00
Matt Ellis
995bb966ad Reposition cursor when scrolloff changes 2020-11-12 09:37:55 +03:00
Matt Ellis
dbda1a76ca [VIM-2158] Fix scrolling when scrolloff is greater than half screen height, but less than full screen height 2020-11-12 09:37:55 +03:00
Alex Plate
cdf7fd8ce6
Update markdown to slack version 2020-11-03 12:14:58 +03:00
Alex Plate
612a86c4d9
Add new option to enable extensions 2020-11-01 00:51:22 +03:00
Alex Plate
f9cf49a9dd
Update CHANGES.md 2020-10-29 10:53:02 +03:00
Alex Plate
7c79615c6a
[VIM-2144] Correct caret position after block insert with inlays 2020-10-29 10:19:51 +03:00
Alex Plate
10be7354cd
[VIM-2156] Fix up/down motions with inlays 2020-10-29 09:46:21 +03:00
Alex Plate
1e9925f092
[VIM-2157] Fix tab for active templates 2020-10-28 11:37:28 +03:00
Alex Plate
f45d4e1451
[VIM-2150] Shift-D should not delete an empty line 2020-10-21 10:26:50 +03:00
Alex Plate
d1e39903dd
Use gradle-changelog-plugin for pushing slack notifications 2020-10-20 11:34:52 +03:00
Alex Plate
3a9f5ea33a
Add ability to map actions via <Action> keyword 2020-10-16 10:00:46 +03:00
Alex Plate
d388a75f98
Add an information about "Track action ids" to readme 2020-10-15 11:44:07 +03:00
Alex Plate
e89e0466eb
Prepare for 0.60 release 2020-10-09 11:24:48 +02:00
Alex Plate
96689eab23
Update changes 2020-09-24 09:52:07 +03:00
Alex Plate
6436a59528
Rename "ideawaonw" to "ideawrite" 2020-09-18 10:11:01 +03:00
Alex Plate
10f1d75f2e
Add Iain Ballard to contributors list 2020-09-17 11:22:53 +03:00
Alex Plate
3096c2e7ad
Update changelog 2020-09-08 09:58:57 +03:00
Alex Plate
e92c0d5098
[VIM-1968] Create and enable option to execute :wa command on :w 2020-09-07 10:55:47 +03:00
Alex Plate
33f8a00679
VIM-2099 Fix operations with backward inclusive motions 2020-09-03 10:16:16 +03:00
Alex Plate
a7985e1e9b
VIM-2080 Fix S command with count 2020-09-01 12:08:24 +03:00
Alex Plate
879ca456f7
Do not apply mappings in REGISTER_PENDING submode 2020-09-01 12:08:23 +03:00
Alex Plate
e597e06324
Preparation for the 0.59 release 2020-08-25 10:25:32 +03:00
Alex Plate
174f86f91e
Add gif with highlight_yank 2020-07-30 10:34:44 +03:00
Alex Plate
d20955900d
Prepare to 0.58.1 EAP 2020-07-28 09:38:16 +03:00
Alex Plate
b952d2b96a
Note the PR from KostkaBrukowa 2020-07-27 20:59:38 +03:00
Alex Plate
428d1d6699
Add KostkaBrukowa to contributors list 2020-07-27 20:39:16 +03:00
Alex Plate
febd8eccf0
Update changelog 2020-07-22 10:25:45 +03:00
Alex Plate
485c5501b3
[VIM-2075] Fix zR command 2020-07-22 10:20:54 +03:00
Alex Plate
bd9c40aabc
Add Rieon Ke to contributions list 2020-07-16 11:02:45 +03:00
Alex Plate
fd6bdde5b0
Add merged commits to changeslog 2020-07-09 11:17:36 +03:00
Alex Plate
85c8007084
Update authors and changes 2020-07-09 11:14:03 +03:00
Alex Plate
9eed5802d6
Prepare for the 0.58 release 2020-07-07 09:28:17 +03:00
Alex Plate
7008185735
Prepare to the 0.57.1 EAP release 2020-06-26 09:32:57 +03:00
Alex Plate
68704a2e3d
Oh, we have an issue for vim-exchange 2020-06-25 19:44:24 +03:00
Alex Plate
44a3263a86
Update CHANGES.md 2020-06-22 11:23:04 +03:00
Alex Plate
ede0737261 Update changelog 2020-06-19 07:11:54 +03:00
Alex Plate
c64ec34a1f
Fix let mapleader="\<SPACE>" 2020-06-03 11:42:39 +03:00