Alex Plate
|
57dec7e211
|
Fix mouse click appearance
|
2019-07-30 19:32:54 +03:00 |
|
Alex Plate
|
fa75c853a7
|
Update mouse pressed caret rules
|
2019-07-30 18:53:03 +03:00 |
|
Alex Plate
|
0887a57e29
|
[VIM-1725] Enable selection adjustment with a small delay
|
2019-07-30 17:52:34 +03:00 |
|
Alex Plate
|
18901dcd44
|
[EA-104755] Fix "Editor is disposed" exception with CTRL-O command
|
2019-07-29 20:11:20 +03:00 |
|
Jørgen Granseth
|
a6e0fbd5e6
|
Add the s surround action (preceding space)
https://github.com/tpope/vim-surround/blob/master/doc/surround.txt#L148
|
2019-07-27 02:12:52 +02:00 |
|
Jørgen Granseth
|
c07d0353f0
|
Support f and F surround commands (function name)
https://github.com/tpope/vim-surround/blob/master/doc/surround.txt#L138
|
2019-07-26 22:14:10 +02:00 |
|
Alex Plate
|
caecbe5b63
|
Reformat isEndAllowed method
|
2019-07-26 20:24:54 +03:00 |
|
Alex Plate
|
077cab656b
|
[EA-209305] Fix SO exception on enabling disabled plugin
|
2019-07-26 19:57:09 +03:00 |
|
Alex Plate
|
95d7a7e860
|
Insert some inferred annotations
|
2019-07-26 16:10:30 +03:00 |
|
Alex Plate
|
77a77c34b8
|
Fix possible NPE
|
2019-07-26 16:09:25 +03:00 |
|
Alex Plate
|
4e21145808
|
Merge pull request #200 from NOLFXceptMe/master
Fix ideajoin examples URL
|
2019-07-26 15:59:39 +03:00 |
|
Alex Plate
|
258557ee5d
|
[VIM-1713] Add possibility to get ExEntryPanel without shortcuts
|
2019-07-26 15:27:30 +03:00 |
|
Naveen Kumar Molleti
|
4828e40f0d
|
Fix ideajoin examples URL
|
2019-07-25 17:49:34 -07:00 |
|
Alex Plate
|
5be29f5a07
|
Convert ExKeyBindings to kotlin
|
2019-07-25 18:29:31 +03:00 |
|
Alex Plate
|
48ac99a29b
|
WIP: Renaming file 'ExKeyBindings' with Kotlin extension
|
2019-07-25 17:20:59 +03:00 |
|
Alex Plate
|
2c4f2139dd
|
Fix warnings
|
2019-07-25 13:52:07 +03:00 |
|
Alex Plate
|
9feff84125
|
[VIM-1710] Fix opening empty file with "relative number" enabled
|
2019-07-24 16:34:42 +03:00 |
|
Alex Plate
|
c0fc62a1d6
|
[VIM-1712] Fix Y command for visual mode
|
2019-07-24 15:56:19 +03:00 |
|
Alex Plate
|
6b06d58759
|
[VIM-1711] Search is not triggered during surround action
|
2019-07-24 15:10:48 +03:00 |
|
Alex Plate
|
7c5dca202e
|
Preparation to 0.52 version
|
2019-07-23 14:18:31 +03:00 |
|
Alex Plate
|
180c870208
|
Add notification for enabling select mode while template editing
|
2019-07-18 17:13:02 +03:00 |
|
Alex Plate
|
5a81d02271
|
Create doc with explanation of handlers and commands structure
|
2019-07-18 14:18:11 +03:00 |
|
Alex Plate
|
465abf47c8
|
Use enum for parser state machine
|
2019-07-18 13:24:04 +03:00 |
|
Alex Plate
|
54544c2683
|
[VIM-1359] Fix behavior of i_Ctrl-W action
|
2019-07-18 12:32:54 +03:00 |
|
Alex Plate
|
cf41b8745a
|
Fixing execution actions from visual mode
|
2019-07-17 20:14:51 +03:00 |
|
Alex Plate
|
1a1fc8604a
|
Remove unused arguments from some methods
|
2019-07-17 18:19:15 +03:00 |
|
Alex Plate
|
68ae03ef85
|
Replace behaviour to the american-style behavior
|
2019-07-17 14:39:09 +03:00 |
|
Alex Plate
|
8750c30b7d
|
Move to selection start/end in select mode if template is active
|
2019-07-17 14:34:54 +03:00 |
|
Alex Plate
|
869945e68c
|
Extract template checking into separate file
|
2019-07-17 13:41:10 +03:00 |
|
Alex Plate
|
c263881586
|
Log about new shape of caret
|
2019-07-17 13:26:09 +03:00 |
|
Alex Plate
|
7d936041c0
|
Create toSimpleString function for CommandState.State
|
2019-07-16 19:12:12 +03:00 |
|
Alex Plate
|
8208def57a
|
Add logging to entering visual mode
|
2019-07-16 17:22:10 +03:00 |
|
Alex Plate
|
95e7464962
|
Remove mnemonics for actions
|
2019-07-16 15:41:10 +03:00 |
|
Alex Plate
|
4f644ee1fe
|
Add notification about ideaput option
|
2019-07-16 13:36:48 +03:00 |
|
Alex Plate
|
0f7528b73b
|
Create VimState class and move isIdeaJoinNotified to it
|
2019-07-16 12:25:32 +03:00 |
|
Alex Plate
|
354262ba9b
|
Update ideajoin notification
|
2019-07-15 19:50:52 +03:00 |
|
Alex Plate
|
707fb53dda
|
Move all notifications to notification service
|
2019-07-15 16:23:40 +03:00 |
|
Alex Plate
|
6f356f8390
|
Replace some java methods with kotlin functions
|
2019-07-15 14:25:26 +03:00 |
|
Alex Plate
|
dc2530957f
|
Rename smartjoin with ideajoin
|
2019-07-15 14:22:36 +03:00 |
|
Alex Plate
|
e88dcae1a0
|
Rename idemarks to ideamarks
|
2019-07-15 14:19:48 +03:00 |
|
Alex Plate
|
90eda82045
|
[VIM-1698] Paste clears clipboard
|
2019-07-12 19:04:56 +03:00 |
|
Alex Plate
|
c17ad0ef2d
|
Fix back search in texts with tabs
|
2019-07-12 16:11:59 +03:00 |
|
Alex Plate
|
3f71f58454
|
Reformat CharPointer class
|
2019-07-12 14:34:25 +03:00 |
|
Alex Plate
|
41baee7b43
|
Add VimFunctionMark and VimTestFunction annotations
|
2019-07-11 16:22:53 +03:00 |
|
Alex Plate
|
e0e94e482a
|
Add logs to controlSelection
|
2019-07-11 14:24:02 +03:00 |
|
Alex Plate
|
c5964c270d
|
Add logging to search process
|
2019-07-11 14:24:00 +03:00 |
|
Alex Plate
|
69c850d1ac
|
Move toCharacterPosition and fromCharPositionToOffset methods to CharacterPosition class
|
2019-07-11 12:25:26 +03:00 |
|
Alex Plate
|
004d0146b7
|
WIP: Renaming file 'CharacterPosition' with Kotlin extension
|
2019-07-11 12:16:33 +03:00 |
|
Alex Plate
|
cee9c81496
|
[VIM-1697] Fix wrong search with tab characters
|
2019-07-10 19:07:10 +03:00 |
|
Alex Plate
|
1c01097491
|
Add new options test
|
2019-07-10 16:44:06 +03:00 |
|