filipp
|
2f55d92d83
|
Move more methods to engine
|
2023-04-19 15:07:06 +03:00 |
|
Alex Plate
|
f4be162aea
|
Fix issue with missing key-repeat dialog on new mac machine
|
2023-04-14 23:14:01 +03:00 |
|
Alex Plate
|
c64810509f
|
Fix(VIM-2909): Fix incorrect file detection while closing diff window
|
2023-04-13 15:58:56 +03:00 |
|
Alex Plate
|
a8f0145333
|
Fix(VIM-2912): Fix focus after :q
|
2023-04-12 11:01:03 +03:00 |
|
Stzx
|
26ed6670d5
|
Fix dispose operation
|
2023-04-04 08:02:03 +03:00 |
|
Alex Plate
|
260bb47434
|
Different approach for getting editor during bookmarks initialization in order to get rid of slow operations exception
|
2023-04-01 09:01:19 +03:00 |
|
Alex Plate
|
9d7872e64e
|
Update initialization instructions
|
2023-03-31 17:39:06 +03:00 |
|
filipp
|
31bdc23b3c
|
Add support for variables in exists function
|
2023-03-31 17:37:57 +03:00 |
|
Matt Ellis
|
f803c0aa72
|
Add deterministic initialisation of options
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
531b0e3537
|
Provide an API to override option default value
This is specifically to support ideaput in 'clipboard'
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
18d52c2459
|
Make addListener more strongly typed
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
ee55cfd2dd
|
Improve handling of variance with setOptionValue
With the `out` modifier, the compiler won't report a problem trying to assign `VimInt` to an `Option<VimString>`
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
3ab5fc1120
|
Improve handling of variance
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
f7f60f5079
|
Fix warnings
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
b7dcff79ae
|
Improve modifyOptionValue
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
8f8c05e451
|
Remove string based option helper functions
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
af3ebe60f4
|
Use strongly typed options instead of constants
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
be64d24c00
|
Introduce strongly typed properties for options
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
8f04575efd
|
Extract IJ specific options to own file
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
4e1b8f3ec4
|
Extract IJ specific options to own class
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
88f0d2e532
|
Replace constants with strongly typed properties
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
e1bd790294
|
Add tests to ensure ideaput is added or required
|
2023-03-31 17:37:48 +03:00 |
|
Matt Ellis
|
d042ee3058
|
Move octopushandler option out of vim-engine
|
2023-03-31 17:37:48 +03:00 |
|
Alex Plate
|
24df3be8f1
|
Print more logging in case the vim shortcut is disabled
|
2023-03-31 17:13:25 +03:00 |
|
Alex Plate
|
0f07e4bdc3
|
Fix(VIM-2896): Correct ordering of handlers
|
2023-03-31 12:45:54 +03:00 |
|
filipp
|
f4068301ff
|
Add information about text range in original script for executable
|
2023-03-31 11:00:39 +03:00 |
|
Alex Plate
|
832c1c0be3
|
Revert "Update formatting"
This reverts commit bf0fba9c58.
|
2023-03-27 11:32:59 +03:00 |
|
Alex Plate
|
bf0fba9c58
|
Update formatting
|
2023-03-27 08:27:13 +00:00 |
|
Alex Plate
|
0f8b67e6ce
|
Reformat files
|
2023-03-27 11:14:00 +03:00 |
|
Alex Plate
|
1e17db6d21
|
Add lorem ipsum tests to dictionary
|
2023-03-20 17:42:28 +02:00 |
|
Alex Plate
|
03bd4bbeed
|
Use Lorem Ipsum for tests
|
2023-03-20 17:31:31 +02:00 |
|
Alex Plate
|
f0505b8919
|
Fix(VIM-2433): Do not clear clipboard after inserting with ideaput
|
2023-03-17 13:26:13 +02:00 |
|
Alex Plate
|
db12fbe725
|
Get rid of test clipboard manager
|
2023-03-17 11:56:50 +02:00 |
|
Alex Plate
|
f88580eb88
|
Get rid of editor setup function
|
2023-03-17 10:21:10 +02:00 |
|
Alex Plate
|
dbfce696b9
|
Make some multicaret tests more stable
|
2023-03-16 18:05:39 +02:00 |
|
Alex Plate
|
bca5af9c23
|
Enable some tests with missing @Test annotation
|
2023-03-16 14:55:05 +02:00 |
|
Alex Plate
|
381abf7c40
|
Simple fix for the code
|
2023-03-16 13:36:09 +02:00 |
|
Alex Plate
|
1a2112daf9
|
Fix code compilation
|
2023-03-16 13:18:47 +02:00 |
|
Alex Plate
|
e30e194b91
|
Code cleanup
|
2023-03-16 13:05:37 +02:00 |
|
Alex Plate
|
edf9962abf
|
Introduce new mechanizm for options testing
|
2023-03-16 13:01:42 +02:00 |
|
Alex Plate
|
fd896c4af6
|
Pass testInfo to tear down
|
2023-03-16 10:52:53 +02:00 |
|
Alex Plate
|
0ae57af270
|
Do not track action ids for vim actions
|
2023-03-16 10:52:53 +02:00 |
|
Alex Plate
|
123c8ded11
|
Rename product function
|
2023-03-16 10:52:53 +02:00 |
|
Alex Plate
|
0510fe8530
|
Ktlint format
|
2023-03-16 10:52:52 +02:00 |
|
Alex Plate
|
3ebaf38486
|
Fix bug in nerdtree
|
2023-03-16 10:52:51 +02:00 |
|
filipp
|
84fc962bb0
|
ReplaceWithRegister
|
2023-03-15 18:42:22 +02:00 |
|
filipp
|
814bc20cf7
|
Add more VimScript tests
|
2023-03-15 14:20:33 +02:00 |
|
Alex Plate
|
6b76270d51
|
Reformat code
|
2023-03-15 07:59:25 +02:00 |
|
filipp
|
21162ba34e
|
Fix(VIM-2286): Set surround not working for me as expected
|
2023-03-14 15:24:11 +02:00 |
|
Alex Plate
|
153a36d4e9
|
Rename method
|
2023-03-14 14:08:39 +02:00 |
|