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

6624 Commits

Author SHA1 Message Date
Alex Plate
cdbff1ef64
Remove doc folder from the project 2021-01-28 18:25:00 +03:00
Alex Plate
7d20053401
Disable random mappings property test 2021-01-26 11:19:58 +03:00
Alex Plate
7029346d8d
Add information about nerdtree to changes 2021-01-26 11:04:55 +03:00
Alex Plate
544f268ab8
Update extension so they register key mappings only if there isn't already registered another mapping 2021-01-26 10:52:26 +03:00
Alex Plate
7dd10474c4
Update mapping property test 2021-01-25 03:06:24 +03:00
Alex Plate
f851794cf2
Reduce mapping depth to 20 2021-01-25 03:06:13 +03:00
Alex Plate
0ccc0f0846
Use existing variable to track recursion 2021-01-25 02:52:57 +03:00
Alex Plate
40d1b2ddd5
Reduce size of maxmapdepth 2021-01-25 00:24:01 +03:00
Alex Plate
a219be6810
Update mapping property test 2021-01-25 00:21:48 +03:00
Alex Plate
fee3f03e17
Create a property test for mappings 2021-01-25 00:10:56 +03:00
Alex Plate
62128a14e7
Support mapping recursion preventing 2021-01-24 23:59:14 +03:00
Alex Plate
47b604c6a7
Update EditorDataContext to avoid recursion 2021-01-24 23:27:46 +03:00
Alex Plate
9fc9cdc9f3
Add more tests for different mappings cases 2021-01-24 22:00:58 +03:00
Alex Plate
5daa654d10
[VIM-1337] Fix mapping processing after timeout 2021-01-24 22:00:58 +03:00
Alex Plate
8c51c699e9
Enable mappings delay for tests 2021-01-24 20:46:34 +03:00
Alex Plate
913fb0648b
Remove unused argument 2021-01-24 20:32:50 +03:00
Alex Plate
1eacb09f3c
Add notion why we don't map plugin mappings 2021-01-23 03:11:25 +03:00
Alex Plate
efcfceef39
Join some delete actions into a single file 2021-01-23 03:04:58 +03:00
Alex Plate
e977ae9e88
Remove testing character 2021-01-23 03:04:58 +03:00
dependabot[bot]
b7c8d2f34c Bump remote-robot from 0.10.0 to 0.10.3
Bumps remote-robot from 0.10.0 to 0.10.3.

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-23 03:04:41 +03:00
Alex Plate
51f1e6f866
Fix characters yanking 2021-01-23 02:18:04 +03:00
Alex Plate
28abf15720
Update contacts & help label 2021-01-23 01:21:31 +03:00
Alex Plate
6b9a295549
Extract ui tests into a separate gradle tas 2021-01-22 20:50:46 +03:00
Alex Plate
c63a0200b3
Load extensions after vim script loading 2021-01-22 20:41:10 +03:00
Alex Plate
5fdb817bfd
Support t and T 2021-01-22 20:20:24 +03:00
Alex Plate
1b5bdf5db3
Make varible private 2021-01-22 18:18:13 +03:00
Alex Plate
8022ed450c
Support more nerdtree ex commands 2021-01-22 17:50:32 +03:00
Alex Plate
255734acc5
Update detekt 2021-01-22 16:18:04 +03:00
Alex Plate
34b0c93ecd
Update docs 2021-01-22 16:15:53 +03:00
Alex Plate
2221e5234d
Support A, q 2021-01-22 16:14:17 +03:00
Alex Plate
8dd8cce491
Support r, R, and m 2021-01-22 16:06:04 +03:00
Alex Plate
d74965d36d
Add scrolling command for existing commands 2021-01-22 15:54:06 +03:00
Alex Plate
cb9e6c4c69
Support C-K and C-J commands 2021-01-22 15:51:26 +03:00
Alex Plate
1d93edd35b
Update docs 2021-01-22 15:48:41 +03:00
Alex Plate
4c071b9d97
Update P command implementation 2021-01-22 15:47:58 +03:00
Alex Plate
570eceb653
Support P, p, J, K commands 2021-01-22 15:39:19 +03:00
Alex Plate
a34a01745c
Support x and X commands 2021-01-22 14:25:15 +03:00
Alex Plate
a4b9fa0f69
Support O command 2021-01-22 13:59:04 +03:00
Alex Plate
2da18fe59f
Support variables in NERDTree 2021-01-22 12:50:59 +03:00
Alex Plate
5a969d573a
Add list of commands 2021-01-22 12:41:10 +03:00
Alex Plate
0eff36a38e
Implement s, i, gs, gi commands 2021-01-22 12:39:07 +03:00
Alex Plate
241bacfd49
Support s command 2021-01-21 20:48:00 +03:00
Alex Plate
b292644531
Support go command 2021-01-21 20:34:14 +03:00
Alex Plate
3264837478
Use trie to store keys 2021-01-21 20:21:27 +03:00
Alex Plate
70bf5033b5
Extract logic of adding leafs 2021-01-21 19:48:04 +03:00
Alex Plate
9ffe114aeb
Generalize existing Node for building a trie 2021-01-21 18:06:53 +03:00
Alex Plate
75f6e08d85
Support o command 2021-01-21 17:30:14 +03:00
Alex Plate
3b0c19fbfc
Implement node opening/closing 2021-01-21 16:24:40 +03:00
Alex Plate
e4d10eb622
Implement up/down motions 2021-01-21 10:17:55 +03:00
Alex Plate
9cc4783415
Update gradle wrapper to 6.8 2021-01-20 13:28:58 +03:00