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
|
6434a06c08
|
Convert commentary extension test to kt
|
2019-11-28 18:23:44 +03:00 |
|
Alex Plate
|
6133ab509d
|
Rename .java to .kt
|
2019-11-28 18:23:43 +03:00 |
|
Alex Plate
|
572a96328a
|
CTRL-A accepts all sizes of number
VIM-1424
|
2019-11-28 18:08:02 +03:00 |
|
Alex Plate
|
a7ac3bec7f
|
Reset keyHandler state before the command execution
|
2019-11-28 15:56:06 +03:00 |
|
Alex Plate
|
3e78f50a76
|
Create commandState helper function
|
2019-11-28 14:42:57 +03:00 |
|
Alex Plate
|
a4843e57cb
|
Remove REPEAT mode
Replace it with `isDotRepeatInProgress()` method
|
2019-11-28 13:31:57 +03:00 |
|
Alex Plate
|
d6d90dda58
|
Rename FLAG_NO_REPEAT to FLAG_NO_REPEAT_INSERT
|
2019-11-28 13:02:49 +03:00 |
|
Alex Plate
|
c92c5e234c
|
Convert some classes to kt
|
2019-11-28 12:13:29 +03:00 |
|
Alex Plate
|
987f06d518
|
Rename .java to .kt
|
2019-11-28 12:13:29 +03:00 |
|
Alex Plate
|
eaf7476785
|
Refactor repeat action
|
2019-11-28 12:13:29 +03:00 |
|
Alex Plate
|
3b39656280
|
Kotlin is a preferred language for IdeaVim
|
2019-11-28 12:13:15 +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
|
77f6b3fcb8
|
Show the plugin version for internal mode
|
2019-11-26 15:55:33 +03:00 |
|
Alex Plate
|
f56ed7fd50
|
Update status bar popup location
|
2019-11-26 13:22:20 +03:00 |
|
Alex Plate
|
a470b579a9
|
Fix exception
|
2019-11-26 11:55:54 +03:00 |
|
Alex Plate
|
a2eb7d44c0
|
Fix turn off and on plugin
|
2019-11-26 11:29:32 +03:00 |
|
Alex Plate
|
dfc83a7aea
|
Update ktdocs
|
2019-11-25 19:38:04 +03:00 |
|
Alex Plate
|
71686e45e3
|
[EA-211536] Fix exception by aliasing
|
2019-11-25 19:31:17 +03:00 |
|
Alex Plate
|
b0ac35a51b
|
Update changes
|
2019-11-25 18:59:44 +03:00 |
|
Alex Plate
|
d836320b31
|
[VIM-1845] Show action group popups
|
2019-11-25 18:50:00 +03:00 |
|
Alex Plate
|
19e7c058c3
|
Convert VimShortcutKeyAction to kt
|
2019-11-25 14:16:58 +03:00 |
|
Alex Plate
|
f1ae3607e4
|
Rename .java to .kt
|
2019-11-25 14:16:57 +03:00 |
|
Alex Plate
|
d03bfaeb53
|
Convert action package to kt
|
2019-11-25 14:05:23 +03:00 |
|
Alex Plate
|
33f363cb31
|
Rename .java to .kt
|
2019-11-25 14:05:23 +03:00 |
|
Alex Plate
|
cdb87b6a70
|
Convert file package to kt
|
2019-11-25 13:59:27 +03:00 |
|
Alex Plate
|
b5497d83a9
|
Rename .java to .kt
|
2019-11-25 13:59:26 +03:00 |
|
Alex Plate
|
802b7c33b6
|
Convert copy package to kt
|
2019-11-25 13:36:00 +03:00 |
|
Alex Plate
|
bb4f81fb84
|
Rename .java to .kt
|
2019-11-25 13:35:59 +03:00 |
|
Alex Plate
|
10a02e98e9
|
Update CHANGES
|
2019-11-25 13:27:44 +03:00 |
|
Alex Plate
|
32075ef758
|
Update set-commands doc
|
2019-11-25 12:21:07 +03:00 |
|
Alex Plate
|
998073ac7f
|
Convert shift package to kt
|
2019-11-25 12:13:55 +03:00 |
|
Alex Plate
|
93c7a5bdd2
|
Rename .java to .kt
|
2019-11-25 12:13:55 +03:00 |
|
Alex Plate
|
3fb2ce47e9
|
Convert insert package to kt
|
2019-11-25 12:04:57 +03:00 |
|
Alex Plate
|
61a8217d83
|
Rename .java to .kt
|
2019-11-25 12:04:56 +03:00 |
|
Alex Plate
|
ad5e4341fa
|
Convert delete package to kt
|
2019-11-25 11:57:42 +03:00 |
|
Alex Plate
|
5b192795e6
|
Rename .java to .kt
|
2019-11-25 11:57:42 +03:00 |
|
Alex Plate
|
5db9c5d31e
|
Convert change package to kt
|
2019-11-25 11:36:29 +03:00 |
|
Alex Plate
|
ff469a386e
|
Rename .java to .kt
|
2019-11-25 11:36:29 +03:00 |
|
Alex Plate
|
3a90cf0e7b
|
Convert number package to kt
|
2019-11-25 11:31:27 +03:00 |
|
Alex Plate
|
07dbad8c70
|
Rename .java to .kt
|
2019-11-25 11:31:27 +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
|
d45d56f330
|
Find action by id without all actions initiation
|
2019-11-22 17:35:20 +03:00 |
|
Alex Plate
|
2e7cde3ca5
|
Replace TODO with TO BE IMPLEMENTED in info file
|
2019-11-22 16:55:49 +03:00 |
|
Alex Plate
|
0594ea0b98
|
Convert macro package to kt
|
2019-11-22 16:26:05 +03:00 |
|
Alex Plate
|
37d09781b4
|
Rename .java to .kt
|
2019-11-22 16:25:43 +03:00 |
|
Alex Plate
|
b0f3a0ea30
|
Convert motion package to kt
|
2019-11-22 15:54:57 +03:00 |
|
Alex Plate
|
8282abf264
|
Rename .java to .kt
|
2019-11-22 15:53:22 +03:00 |
|
Alex Plate
|
4153b58502
|
IJ wants properties to be in other order
|
2019-11-22 15:27:48 +03:00 |
|