Vitalii Karavaev
|
9b751da31c
|
Multiple carets support for matching items
|
2018-07-04 17:48:34 +03:00 |
|
Vitalii Karavaev
|
b464d99bd5
|
Tests for searching whole word
|
2018-07-04 16:23:59 +03:00 |
|
Vitalii Karavaev
|
f3d168f19f
|
Multiple carets support for searching whole word
|
2018-07-04 16:08:37 +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
|
4f4d9fda0b
|
Multiple carets support for moving cursor after last char in the file
|
2018-07-04 15:10:32 +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
|
f4bb745519
|
Multiple carets support for moving cursor to the first char in the file
|
2018-07-04 14:41:17 +03:00 |
|
Vitalii Karavaev
|
a03258999a
|
Multiple carets support for deleting the word before cursor in insert mode
|
2018-07-04 12:31:29 +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
|
39b166b87f
|
Multiple caret support for insert previously inserted text and stop inserting added
|
2018-07-04 10:19:17 +03:00 |
|
Vitalii Karavaev
|
ded21efe5f
|
Test for inserting previously inserted text
|
2018-07-03 15:49:46 +03:00 |
|
Vitalii Karavaev
|
4952ddc494
|
Multiple carets support for inserting previously inserted text
|
2018-07-03 15:49:03 +03:00 |
|
Vitalii Karavaev
|
8ffc9b6581
|
Simple case for insert previous inserted text implemented
|
2018-07-02 17:46:17 +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
|
356217a6af
|
Added Konstantin Petrov to the contributors list
|
2018-06-28 16:12:39 +03:00 |
|
Andrey Vlasovskikh
|
9b5c86211b
|
Updated changelog
|
2018-06-28 16:12:20 +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
|
dca4b0a399
|
VIM-1287 Removed redundant code
|
2018-06-28 16:08:55 +03:00 |
|
Andrey Vlasovskikh
|
2380e1b013
|
Added Jan Palus to the contributors
|
2018-06-04 16:11:50 +03:00 |
|
Andrey Vlasovskikh
|
9718445b44
|
Updated the changelog
|
2018-06-04 16:11:38 +03:00 |
|
Andrey Vlasovskikh
|
7f897440b7
|
Merge remote-tracking branch 'jpalus/master'
|
2018-06-04 16:05:10 +03:00 |
|
Andrey Vlasovskikh
|
5b21074b9d
|
Merge remote-tracking branch 'jpalus/VIM-1431'
|
2018-06-04 16:01:42 +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 |
|
Jan Palus
|
50b2093548
|
generalize check on offset boundaries
|
2018-06-02 15:09:28 +02:00 |
|
Andrey Vlasovskikh
|
bc5ca28b13
|
Fixed API incompatibility
|
2018-05-30 22:26:50 +03:00 |
|
Andrey Vlasovskikh
|
653a62b5e4
|
Switched to IntelliJ 2018.1
|
2018-05-30 22:26:24 +03:00 |
|
Andrey Vlasovskikh
|
08780e1a5c
|
Updated changelist
|
2018-05-30 21:54:23 +03:00 |
|
Andrey Vlasovskikh
|
ce39355025
|
Added Florian Hassmann to the list of contributors
|
2018-05-30 21:53:05 +03:00 |
|
Andrey Vlasovskikh
|
3eed987488
|
Fixed code inspection warnings in FileGroup
|
2018-05-30 21:51:20 +03:00 |
|
Andrey Vlasovskikh
|
6f633700ae
|
Removed deprecated API usages
|
2018-05-30 21:27:57 +03:00 |
|
Andrey Vlasovskikh
|
a7670829d5
|
Fixed NPE
|
2018-05-30 21:27:01 +03:00 |
|
Andrey Vlasovskikh
|
6fb8817391
|
Code style
|
2018-05-30 21:24:02 +03:00 |
|
Jan Palus
|
e90b7276cb
|
VIM-1431 handle empty documents when checking if line is empty
Signed-off-by: Jan Palus <jpalus@fastmail.com>
|
2018-05-29 23:08:40 +02:00 |
|
Andrey Vlasovskikh
|
a1ba5fec2b
|
Updated the index of supported and not supported commands
|
2018-05-29 22:45:04 +03:00 |
|
Andrey Vlasovskikh
|
6606211233
|
Incomplete commands index with the current status of multi-caret support
|
2018-05-29 20:08:32 +03:00 |
|
Andrey Vlasovskikh
|
b1daacc9fb
|
Added TODO items for unused actions
|
2018-05-29 20:04:23 +03:00 |
|
Jan Palus
|
03fe7d9ea2
|
VIM-1427 add count support to tag motion
|
2018-05-29 00:45:44 +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
|
06cc59b7a3
|
Got rid of deprecated overrides in EditorActionHandlerBase
|
2018-05-26 19:47:47 +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
|
bbea7e787f
|
Merge pull request #3 from vasalf/multicaret-change
Multicaret change.change
|
2018-05-22 00:18:05 +03:00 |
|
Vasily Alferov
|
4f468cace7
|
Multicaret change.change
|
2018-05-22 00:16:58 +03:00 |
|
Vasily Alferov
|
b2f736adf5
|
Merge pull request #2 from vasalf/multicaret-change
Multicaret deletion
|
2018-05-21 19:10:08 +03:00 |
|
Vasily Alferov
|
9ddedbe752
|
Multicaret delete visual operator actions
|
2018-05-21 19:08:40 +03:00 |
|