Alex Plate
|
13b75dea27
|
Merge pull request #189 from Nimamoh/VIM-1633
VIM-1633 - fix block selection
|
2019-04-23 12:48:09 +03:00 |
|
Romain Gautier
|
9487cd2b0b
|
Revert block tag part
|
2019-04-23 00:19:04 +02:00 |
|
Alex Plate
|
20dbe1bde6
|
Enter select mode for oneRowEditor in case on unexpected selection change
|
2019-04-22 15:24:44 +03:00 |
|
Alex Plate
|
c7f42cfca8
|
Enter insert mode after backspace in select mode
|
2019-04-22 15:24:19 +03:00 |
|
Alex Plate
|
3f9585b1fb
|
Restore mode after :action
|
2019-04-22 14:57:09 +03:00 |
|
Alex Plate
|
e021663975
|
Print submode of select mode in bar
|
2019-04-22 14:38:03 +03:00 |
|
romain.gautier@nimamoh.net
|
8c1cca0d57
|
VIM-1633 - correct handling of self closing tags
|
2019-04-18 18:30:24 +02:00 |
|
Simon Rainer
|
6d74480998
|
Fixes tag motion handling slashes incorrectly.
|
2019-04-18 16:12:04 +02:00 |
|
Simon Rainer
|
31bad3a1e1
|
Merge https://github.com/JetBrains/ideavim
|
2019-04-18 15:24:09 +02:00 |
|
romain.gautier@nimamoh.net
|
f0ccf6c3a5
|
VIM-1633 - empty tag block selection case
|
2019-04-18 14:55:54 +02:00 |
|
romain.gautier@nimamoh.net
|
367b13cdad
|
VIM-1633 - fix tag block selection
|
2019-04-18 13:17:35 +02:00 |
|
Alex Plate
|
47ac879ed9
|
Move caret one char left after double click
|
2019-04-18 13:57:01 +03:00 |
|
Alex Plate
|
28a50c00bb
|
Move caret one character left while after mouse selection
|
2019-04-17 20:33:23 +03:00 |
|
Alex Plate
|
6ceb74cb33
|
Fix: some motions could become linewise
|
2019-04-17 16:15:30 +03:00 |
|
Naoto Ikeno
|
9f682cded0
|
filter an actionlist by assigned shortcut key
|
2019-04-17 16:17:09 +09:00 |
|
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 |
|