Vitalii Karavaev
0773c886ee
Fixed bug with put blockwise text. Properly this time
2018-07-19 18:00:14 +03:00
Vitalii Karavaev
fcbf228d35
Proper indent after yank commands
2018-07-19 16:53:22 +03:00
Vitalii Karavaev
34feb27bef
Yank commands and tests
2018-07-19 16:11:28 +03:00
Vitalii Karavaev
86f707bc51
More tests
2018-07-19 15:57:13 +03:00
Vitalii Karavaev
07f74f82b5
Better tests for put text commands
2018-07-19 12:44:48 +03:00
Vitalii Karavaev
0148860b2d
Test for put text
2018-07-18 15:39:21 +03:00
Vitalii Karavaev
8d919d6ec8
Added some tests
2018-07-17 15:59:27 +03:00
Vitalii Karavaev
7f34b826b2
Fix test
2018-07-12 14:29:37 +03:00
Vitalii Karavaev
dad0d8e559
Tests for pasting
2018-07-12 12:18:44 +03:00
Vitalii Karavaev
3f82020100
Multiple carets support for going to line
2018-07-06 11:39:57 +03:00
Vitalii Karavaev
c3935aafc9
Tests for finding next item in line
2018-07-05 09:44:25 +03:00
Vitalii Karavaev
b464d99bd5
Tests for searching whole word
2018-07-04 16:23:59 +03:00
Vitalii Karavaev
bb8fa94668
Tests for moving cursor after last char in the file
2018-07-04 15:11:10 +03:00
Vitalii Karavaev
24994fa387
Test for moving carets to the first char in the file
2018-07-04 14:44:12 +03:00
Vitalii Karavaev
3f45200cb9
Fixed bug in test
2018-07-04 12:28:08 +03:00
Vitalii Karavaev
4703e75003
Test for inserting previously inserted text and stop inserting added
2018-07-04 10:20:43 +03:00
Vitalii Karavaev
ded21efe5f
Test for inserting previously inserted text
2018-07-03 15:49:46 +03:00
Andrey Vlasovskikh
f0be6581b2
Merge branch 'master' into multiple-carets
...
# Conflicts:
# src/com/maddyhome/idea/vim/action/motion/object/MotionInnerBlockTagAction.java
# src/com/maddyhome/idea/vim/action/motion/object/MotionOuterBlockTagAction.java
# src/com/maddyhome/idea/vim/group/MotionGroup.java
# src/com/maddyhome/idea/vim/helper/SearchHelper.java
2018-06-29 12:39:39 +03:00
Andrey Vlasovskikh
ef470bd890
Merge branch 'FIX-VIM-1287'
2018-06-28 16:09:47 +03:00
Andrey Vlasovskikh
428d75968c
VIM-1287 More tests for badly nested blocks and strings
2018-06-28 16:09:21 +03:00
Andrey Vlasovskikh
7f897440b7
Merge remote-tracking branch 'jpalus/master'
2018-06-04 16:05:10 +03:00
Jan Palus
b0714075eb
add test for VIM-1427 (tag motion with count)
2018-06-02 15:26:02 +02:00
Jan Palus
956b56a772
add test for VIM-1431 (put in empty file)
2018-06-02 15:10:26 +02:00
Vasily Alferov
2d3da163a8
Attempt to fix Visual Block down movements
2018-05-26 21:52:57 +03:00
Vasily Alferov
49c59764ac
Merge in change.insert actions
2018-05-26 20:17:12 +03:00
Vasily Alferov
7754080323
Various fixes
2018-05-25 11:45:11 +03:00
Vasily Alferov
ebf081e273
Multicaret shift
2018-05-22 22:51:49 +03:00
Vasily Alferov
258467467b
Multicaret insert
2018-05-22 22:02:26 +03:00
Vasily Alferov
4f468cace7
Multicaret change.change
2018-05-22 00:16:58 +03:00
Vasily Alferov
9ddedbe752
Multicaret delete visual operator actions
2018-05-21 19:08:40 +03:00
Vasily Alferov
29c789dcf3
Implementations of all of the delete actions whose handlers doesn't override VisualOperatorActionHandler.
2018-05-20 13:55:33 +03:00
Vasily Alferov
59e2ae552e
ChangeEditorActionHandler multicaret version and multicaret delete tests
2018-05-12 21:24:28 +03:00
Vasily Alferov
0919e9d560
Multicaret merging selections & text objects
2018-05-12 17:08:19 +03:00
Vasily Alferov
13c475d73c
Fix multiple carets movement in case i<ESC>i<ESC>
2018-05-05 12:01:00 +03:00
Vasily Alferov
be5532b35d
Comment out text object multiple carets tests.
2018-05-05 10:59:58 +03:00
Vasily Alferov
3b46e44e4f
action.motion.text.* multicaret tests and implementation
2018-04-27 20:24:26 +03:00
Vasily Alferov
537ec30936
object.MotionInner* tests
2018-04-24 23:43:21 +03:00
Vasily Alferov
a75db02d05
Fix failed tests on Visual Block Mode.
2018-04-24 22:17:10 +03:00
Vasily Alferov
1db103e352
Basic multicaret up-down motions.
...
+ Create a class for caret-specific data and move LAST_COLUMN getter/setter there.
2018-04-16 16:05:52 +03:00
Vasily Alferov
4d46000ec6
Write most of multicaret leftright actions.
...
MotionColumnAction, MotionFirstColumnAction, MotionFirstNonSpaceAction, MotionLastColumnAction, MostionLastMatchCharAction, MotionLastMatchCharReverseAction, MotionLastNonSpaceAction, MotionLeftAction, MotionLeftMatchCharAction, MotionLeftTillMatchCharAction, MotionRightAction, MotionRightMatchCharAction, MotionRightTillMatchCharAction now have their own native multi-caret implementations.
2018-03-29 10:18:35 +05:30
Vasily Alferov
56ad6b4c0d
Multi-caret basic leftright motions.
...
Add basic multi-caret interfaces (i.e. deprecated and new functions to EditorActionHandlerBase) and overloaded them in MotionLeftAction and MotionRightAction.
2018-03-21 17:13:57 +03:00
Andrey Vlasovskikh
dbdc15f21f
Merge branch 'cypok/vim-1380'
2017-12-29 10:29:34 +03:00
Andrey Vlasovskikh
1a8c72d721
Merge branch 'cypok/vim-1379'
2017-12-29 10:19:08 +03:00
Andrey Vlasovskikh
fea2f0ba1e
VIM-1110 Added test
2017-12-28 15:54:49 +03:00
Andrey Vlasovskikh
1393e60ca8
VIM-862 Properly apply and reset visual mode for running visual :action commands
...
Also fixed minor formatting and Java 8 issues.
2017-12-18 00:53:56 +03:00
Andrey Vlasovskikh
2e67c704f7
VIM-862 Fixed off-by-1 in restoring visual character selection after 'gv'
2017-12-18 00:52:29 +03:00
Andrey Vlasovskikh
c0410131bf
Merge remote-tracking branch 'ikenox/feature/action-in-visual-mode'
2017-12-15 01:37:40 +03:00
Andrey Vlasovskikh
942b64052d
Inherit from VimTestCase to setup IntelliJ extension points properly
...
Otherwise these tests depend on the run order of other tests for
proper initialization.
2017-12-12 20:17:49 +03:00
Vladimir Parfinenko
52d26f9fb6
VIM-1380 Fixed 'cNw' at the last character of a word
...
Bug was introduced while fixing VIM-200
2017-11-20 11:37:42 +07:00
Naoto Ikeno
b7d124ce8d
Make :action
commands work in visual mode
2017-11-19 20:06:02 +09:00