Alex Plate
|
1c874d3957
|
Assert mode in neovim testing
|
2020-07-13 11:23:28 +03:00 |
|
Alex Plate
|
a42a19a174
|
Add converting mode to vim notation
|
2020-07-13 11:21:53 +03:00 |
|
Alex Plate
|
bbe39d5942
|
Convert command state to kt
|
2020-07-13 10:42:43 +03:00 |
|
Alex Plate
|
f5fb844442
|
Rename .java to .kt
|
2020-07-13 10:42:42 +03:00 |
|
Alex Plate
|
cb186a686e
|
Fix typo in readme
|
2020-07-13 10:21:37 +03:00 |
|
Alex Plate
|
0c22bb2f4f
|
Add logging for used ideavimrc file
|
2020-07-13 10:05:16 +03:00 |
|
Alex Plate
|
49756c5c2f
|
Split editor setup and command typing
|
2020-07-12 21:35:54 +03:00 |
|
Alex Plate
|
7efc2e1631
|
Enable neovim testing only for testWithNeovim task
|
2020-07-12 16:41:13 +03:00 |
|
Alex Plate
|
ed23f5958c
|
Rename doTestWithNeovim to doTest
|
2020-07-12 13:14:42 +03:00 |
|
Alex Plate
|
0ea53f3445
|
Remove unused doTest method
|
2020-07-12 13:09:27 +03:00 |
|
Alex Plate
|
4531b38c89
|
Annotate tests with TestWithoutNeovim
|
2020-07-12 12:58:51 +03:00 |
|
Alex Plate
|
2114725dab
|
DotToTab is now extension function
|
2020-07-11 21:30:21 +03:00 |
|
Alex Plate
|
6877ffcb47
|
Use neovim for tests with VimBehaviourDiffers
|
2020-07-11 17:55:51 +03:00 |
|
Alex Plate
|
c4a3cc6718
|
Disable neovim test for tests that are marked with VimBehaviourDiffers
|
2020-07-11 17:32:00 +03:00 |
|
Alex Plate
|
a53ed1705a
|
Extract NeovimTesting to the separate class
|
2020-07-11 16:58:27 +03:00 |
|
Alex Plate
|
ae13eed152
|
Move all tests to use neovim or describe the reason why it cant
|
2020-07-11 16:14:48 +03:00 |
|
Alex Plate
|
2c2c023200
|
Move some tests to neovim or describe the reason
|
2020-07-10 12:03:54 +03:00 |
|
Alex Plate
|
1dbe7735df
|
Rename api to neovimApi
|
2020-07-10 10:49:12 +03:00 |
|
Alex Plate
|
a321e77e2e
|
Support setreg for neovim
|
2020-07-10 10:48:46 +03:00 |
|
Alex Plate
|
9b52b496b2
|
Convert some tests to testing with neovim
|
2020-07-09 22:47:41 +03:00 |
|
Alex Plate
|
deeddc22be
|
More methods use neovim
|
2020-07-09 21:55:21 +03:00 |
|
Alex Plate
|
680693448f
|
Two more tests to work with neovim
|
2020-07-09 19:28:44 +03:00 |
|
Alex Plate
|
b4b5c0c77e
|
Convert VimTestCase to kt
|
2020-07-09 18:01:02 +03:00 |
|
Alex Plate
|
3f3305706d
|
Rename .java to .kt
|
2020-07-09 18:01:01 +03:00 |
|
Alex Plate
|
bd942e2ea1
|
Add initial implementation of neovim integration for tests
|
2020-07-09 17:36:57 +03:00 |
|
Alex Plate
|
a4c3fd8f0b
|
Removed redundant class name
|
2020-07-09 17:35:20 +03:00 |
|
Alex Plate
|
f54fc09a37
|
Make modes the same as in vanilla vim
|
2020-07-09 12:45:34 +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 Pláte
|
8a82d60172
|
Merge pull request #241 from patrick-elmquist/fix/reset-operator
Properly reset when pressing Esc in the middle of command
|
2020-07-09 11:10:02 +03:00 |
|
Alex Pláte
|
8b3f5d5e81
|
Merge branch 'master' into fix/reset-operator
|
2020-07-09 11:09:41 +03:00 |
|
Alex Pláte
|
e222294c6e
|
Merge pull request #237 from adriafarres/master
Reset operator-pending commands on escape
|
2020-07-09 11:01:03 +03:00 |
|
Alex Plate
|
a04b536df8
|
Mark codeblocks as vim script
|
2020-07-08 12:05:13 +03:00 |
|
Alex Plate
|
2a0bd8722e
|
Check is project is disposed in isTemplateActive
|
2020-07-07 17:56:52 +03:00 |
|
Patrick Elmquist
|
742187919f
|
Properly reset with Esc in the middle of command
|
2020-07-07 11:09:56 +02:00 |
|
Alex Plate
|
aece559400
|
Remove unused deprecated methods
|
2020-07-07 12:07:11 +03:00 |
|
Alex Plate
|
8b6e41afb8
|
Remove [To Be Released] mark
|
2020-07-07 09:55:08 +03:00 |
|
Alex Plate
|
9eed5802d6
|
Prepare for the 0.58 release
|
2020-07-07 09:28:17 +03:00 |
|
Alex Plate
|
437932d023
|
Revert and move neovim to fork
|
2020-07-06 19:49:27 +03:00 |
|
Alex Plate
|
e8dd4f2e59
|
Default execution amount for property based tests
|
2020-07-06 19:06:33 +03:00 |
|
Alex Plate
|
93cdf3828b
|
Add initial implementation of neovim integration for tests
|
2020-07-06 19:03:07 +03:00 |
|
Alex Plate
|
99a91404ce
|
Revert "Add initial implementation of neovim integration for tests"
This reverts commit 15ebcb5b
|
2020-07-06 16:06:09 +03:00 |
|
Alex Plate
|
28ae3a104a
|
Revert "Create neovim helper"
This reverts commit bc08839b
|
2020-07-06 16:05:55 +03:00 |
|
Alex Plate
|
bc08839b16
|
Create neovim helper
|
2020-07-06 15:47:15 +03:00 |
|
Alex Plate
|
15ebcb5b6a
|
Add initial implementation of neovim integration for tests
|
2020-07-06 12:20:02 +03:00 |
|
Alex Plate
|
93fd8b0ff7
|
More complicated texts for property based tests
|
2020-07-03 21:49:24 +03:00 |
|
Alex Plate
|
6d0f280f19
|
Different initial position for caret
|
2020-07-03 21:36:09 +03:00 |
|
Alex Plate
|
3b26a4c26d
|
Unignore property based test
|
2020-07-03 12:37:34 +03:00 |
|
Alex Plate
|
60315744d1
|
Fix exceptions in word under caret search
|
2020-07-03 12:35:43 +03:00 |
|
Alex Plate
|
40a6617816
|
Reset last search during property based tests
|
2020-07-03 12:11:23 +03:00 |
|