Alex Plate
|
40ddc506a7
|
Add editorconfig for .kt files
|
2019-04-16 13:58:46 +03:00 |
|
Alex Plate
|
74d5144892
|
Set visual mode for non-vim selections
|
2019-04-15 17:46:50 +03:00 |
|
romain.gautier@nimamoh.net
|
ea2f2ba213
|
VIM-1633 - remove useless min/max, add comments
|
2019-04-15 15:22:45 +02:00 |
|
Alex Plate
|
970a5e19d0
|
Use try-with-resources for VimListenerSuppressor
|
2019-04-15 15:13:09 +03:00 |
|
Alex Plate
|
3786660ecd
|
Motion right with unicode characters
|
2019-04-15 14:00:17 +03:00 |
|
romain.gautier@nimamoh.net
|
c0d72d25f8
|
VIM-1633 - fix block selection
|
2019-04-13 03:35:08 +02:00 |
|
Alex Plate
|
b69d7f9729
|
Fix problems after rebase
|
2019-04-12 19:08:18 +03:00 |
|
Alex Plate
|
03a934a8e9
|
Add motions to left/right/up/down arrows in select mode
|
2019-04-12 19:03:18 +03:00 |
|
Alex Plate
|
215df5cc03
|
Enter insert mode after select mode while editing template
|
2019-04-12 19:03:18 +03:00 |
|
Alex Plate
|
cfcdbffa7f
|
Handle tab character with block visual selection
|
2019-04-12 19:03:18 +03:00 |
|
Alex Plate
|
7b32b75052
|
Suppress selection listener while lookup is active
|
2019-04-12 19:03:18 +03:00 |
|
Alex Plate
|
f6549aca76
|
Remove unused method
|
2019-04-12 19:03:18 +03:00 |
|
Alex Plate
|
4ce3cff2bf
|
Shorter version of selection restore (:action )
|
2019-04-12 19:03:18 +03:00 |
|
Alex Plate
|
c4c8b8c9e1
|
Fix :action command with selection
|
2019-04-12 19:03:18 +03:00 |
|
Alex Plate
|
23ce30a7fc
|
Provide vimSetSelection instead of vimStartSelectionAtPoint method
|
2019-04-12 19:03:17 +03:00 |
|
Alex Plate
|
2fd23af04a
|
Fix commentary extension
|
2019-04-12 19:03:17 +03:00 |
|
Alex Plate
|
33534d50cd
|
Support del and backspace in select mode
|
2019-04-12 19:03:17 +03:00 |
|
Alex Plate
|
79aed6b7b0
|
Add SAVE_VISUAL flag for commands
|
2019-04-12 19:03:17 +03:00 |
|
Alex Plate
|
740ef8a2d7
|
Update down motion
|
2019-04-12 19:03:17 +03:00 |
|
Alex Plate
|
68efd8f3d0
|
Properly handling of unexpected block selection
|
2019-04-12 19:03:17 +03:00 |
|
Alex Plate
|
6fe6e83cb9
|
Add mode, submode and caret colour checks to doTest method
|
2019-04-12 19:03:17 +03:00 |
|
Alex Plate
|
7ed7ac817d
|
Fix KeyHandler reset after using templates
|
2019-04-12 19:03:16 +03:00 |
|
Alex Plate
|
dc39f8fe76
|
Add Testing section to CONTRIBUTING.md
|
2019-04-12 19:03:16 +03:00 |
|
Alex Plate
|
519cbfe38b
|
Tests for up/down motions
|
2019-04-12 19:03:16 +03:00 |
|
Alex Plate
|
f1fd5f2aa6
|
Do not move secondary carets in selection block mode to selection end - 1
|
2019-04-12 19:03:16 +03:00 |
|
Alex Plate
|
2b5d06a6dc
|
Multicaret tests for left/right motions
|
2019-04-12 19:03:16 +03:00 |
|
Alex Plate
|
ef13d04a98
|
Add tests for key handler
|
2019-04-12 19:03:16 +03:00 |
|
Alex Plate
|
fb3f3c7405
|
Add Escape action
|
2019-04-12 19:03:16 +03:00 |
|
Alex Plate
|
a9df13e4d7
|
Tests for left-right select motions
|
2019-04-12 19:03:15 +03:00 |
|
Alex Plate
|
a46c5383cd
|
Update Kotlin version
|
2019-04-12 19:03:15 +03:00 |
|
Alex Plate
|
a133a94dbe
|
Create tests for select mode toggling
|
2019-04-12 19:03:15 +03:00 |
|
Alex Plate
|
bf5cab0062
|
Use string templates for <caret> and <selection> in kt files
|
2019-04-12 19:03:15 +03:00 |
|
Alex Plate
|
4e64838613
|
Handler enter action in selection mode
|
2019-04-12 19:03:15 +03:00 |
|
Alex Plate
|
2f894a5f2f
|
Create tests for entering select mode
|
2019-04-12 19:03:15 +03:00 |
|
Alex Plate
|
3903f6c709
|
Fix wrong cursor shape by copying
|
2019-04-12 19:03:15 +03:00 |
|
Alex Plate
|
78ab61ec0c
|
Add docs for VisualGroup
|
2019-04-12 19:03:14 +03:00 |
|
Alex Plate
|
be8a5f535c
|
Get rid of static methods to get common approach for group functions
|
2019-04-12 19:03:14 +03:00 |
|
Alex Plate
|
53a5762f98
|
Fixing caret in dialogs
|
2019-04-12 19:03:14 +03:00 |
|
Alex Plate
|
85c92935d3
|
Add motion up and down
|
2019-04-12 19:03:14 +03:00 |
|
Alex Plate
|
ed51a60dfe
|
Fix wrong caret shape on mouse click
|
2019-04-12 19:03:14 +03:00 |
|
Alex Plate
|
6ad7771fed
|
Fix undo/redo
|
2019-04-12 19:03:14 +03:00 |
|
Alex Plate
|
63f87cdb18
|
Handle enter in select mode
|
2019-04-12 19:03:14 +03:00 |
|
Alex Plate
|
73f670212e
|
Enter select mode with multiple carets
|
2019-04-12 19:03:13 +03:00 |
|
Alex Plate
|
7418c6db73
|
Add switcher for select mode and line and block wise
|
2019-04-12 19:03:13 +03:00 |
|
Alex Plate
|
6892db0056
|
Enter selection mode on unexpected changes
|
2019-04-12 19:03:13 +03:00 |
|
Alex Plate
|
2f6bd2c287
|
Introduce select mode
|
2019-04-12 19:03:13 +03:00 |
|
Alex Plate
|
4bff954c3b
|
Fix :join command
|
2019-04-12 19:03:13 +03:00 |
|
Alex Plate
|
e70f535ad3
|
Fix selection with undo
|
2019-04-12 19:03:13 +03:00 |
|
Alex Plate
|
da66981a1f
|
Fix putting caret on empty line
|
2019-04-12 19:03:13 +03:00 |
|
Alex Plate
|
ab9ba94dbf
|
Add docs for new classes and functions
|
2019-04-12 19:03:12 +03:00 |
|