Vitalii Karavaev
|
a099070c79
|
Multiple carets support for moving caret to the middle column
|
2018-07-06 15:22:52 +03:00 |
|
Vitalii Karavaev
|
0a09b8bd5a
|
Multiple carets support for motion to first non-blank character of the screen line
|
2018-07-06 15:09:56 +03:00 |
|
Vitalii Karavaev
|
b3750dd24d
|
Multiple carets support for motion to first/last screen column
|
2018-07-06 14:59:13 +03:00 |
|
Vitalii Karavaev
|
db1b0c2516
|
Multiple carets support for searching substrings
|
2018-07-06 14:32:19 +03:00 |
|
Vitalii Karavaev
|
fc6208b95d
|
Goto first line bug fixed
|
2018-07-06 14:17:43 +03:00 |
|
Vitalii Karavaev
|
e68d3eac7d
|
Multiple carets support for repeating latest search
|
2018-07-06 12:41:48 +03:00 |
|
Vitalii Karavaev
|
d093b446c2
|
Multiple carets support for going to [count] line from bottom of window
|
2018-07-06 12:19:21 +03:00 |
|
Vitalii Karavaev
|
be839051d5
|
Multiple carets support for going to [count] line from bottom of window
|
2018-07-06 12:07:16 +03:00 |
|
Vitalii Karavaev
|
8937068b5f
|
Multiple carets support for going to [count] line from top of window
|
2018-07-06 11:58:21 +03:00 |
|
Vitalii Karavaev
|
3f82020100
|
Multiple carets support for going to line
|
2018-07-06 11:39:57 +03:00 |
|
Vitalii Karavaev
|
63ee6bbc56
|
Multiple carets support for searching entry in reversed direction
|
2018-07-05 17:40:23 +03:00 |
|
Vitalii Karavaev
|
7046680765
|
Multiple carets support for searching entry in forward direction
|
2018-07-05 17:35:54 +03:00 |
|
Vitalii Karavaev
|
c17334f17f
|
Multiple carets support for jumping on mark line
|
2018-07-05 17:13:01 +03:00 |
|
Vitalii Karavaev
|
ecd40231a5
|
Multiple carets support for jumping to mark added
|
2018-07-05 16:52:32 +03:00 |
|
Vitalii Karavaev
|
c3935aafc9
|
Tests for finding next item in line
|
2018-07-05 09:44:25 +03:00 |
|
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 |
|