Alex Plate
|
bf1dee2bc4
|
Reformat CommandHandler
|
2019-06-13 18:43:49 +03:00 |
|
Alex Plate
|
e0aadacf93
|
Remove flags function
|
2019-06-13 17:30:20 +03:00 |
|
Alex Plate
|
35481682a9
|
Fix NPE on text preprocessing during insert
|
2019-06-13 16:09:27 +03:00 |
|
Alex Plate
|
64291d336c
|
Fix selection with mouse on line end
|
2019-06-13 15:21:00 +03:00 |
|
Alex Plate
|
3fe1ee4bd8
|
Fix problems with vertical movement
|
2019-06-13 15:01:31 +03:00 |
|
Matt Ellis
|
130a8d0f00
|
Disable search highlights when disabling plugin
|
2019-06-13 11:51:25 +01:00 |
|
Alex Plate
|
ebad3812e4
|
Add docs for TextObjectActionHandler
|
2019-06-11 19:52:31 +03:00 |
|
Alex Plate
|
004c1c915f
|
Rename VimActionCommand to VimCommands
|
2019-06-11 19:52:25 +03:00 |
|
Alex Plate
|
39bd13a6ca
|
Migrate text object to new registration model
|
2019-06-11 19:42:52 +03:00 |
|
Alex Plate
|
f10ac679e2
|
Rename .java to .kt
|
2019-06-11 19:36:55 +03:00 |
|
Alex Plate
|
8d49012d64
|
Reformat VimCommandAction: get handler from makeHandler method
|
2019-06-11 16:00:37 +03:00 |
|
Alex Plate
|
91392c1e83
|
Convert VimActionHandler to kotlin
|
2019-06-11 14:10:43 +03:00 |
|
Alex Plate
|
65bb31e92a
|
Rename .java to .kt
|
2019-06-11 14:10:43 +03:00 |
|
Alex Plate
|
c06fa72936
|
Remove empty javadocs
|
2019-06-11 13:20:53 +03:00 |
|
Alex Plate
|
a1adb1eb43
|
Create noneOfEnum helper function
|
2019-06-11 13:15:52 +03:00 |
|
Alex Plate
|
778ddb0e75
|
Support gn text objects
|
2019-06-11 13:06:36 +03:00 |
|
Alex Plate
|
e919a026b7
|
Remove secondary carets on gn search
|
2019-06-11 12:01:56 +03:00 |
|
Alex Plate
|
a78f78604a
|
Move gn commands to motion package
|
2019-06-11 11:58:06 +03:00 |
|
Alex Plate
|
eeea093bb8
|
Improve performance of gn command
|
2019-06-11 11:49:59 +03:00 |
|
Alex Plate
|
b795c62ab7
|
Reformat SearchGroup file
|
2019-06-10 16:29:17 +03:00 |
|
Alex Plate
|
b7c7b268d4
|
Add Jonatan Tierno to contributors list
|
2019-06-10 14:59:38 +03:00 |
|
Alex Plate
|
f7b9351e38
|
Merge pull request #134 from jonatantierno/master
VIM-635. Command gn.
|
2019-06-10 14:53:49 +03:00 |
|
Alex Plate
|
4e205d078d
|
Merge branch 'master' into pull/134
# Conflicts:
# src/com/maddyhome/idea/vim/group/MotionGroup.java
|
2019-06-10 14:48:50 +03:00 |
|
Alex Plate
|
16016cb13d
|
[VIM-714] Fix caret vertical movements problems
|
2019-06-10 13:27:20 +03:00 |
|
Alex Plate
|
4754fff89b
|
Use primary caret for post move in case of block selection
|
2019-06-10 13:15:32 +03:00 |
|
Alex Plate
|
f88ed69f1f
|
Support new external java plugin for 192+ versions
|
2019-06-10 12:36:06 +03:00 |
|
Alex Plate
|
2e7f7cf642
|
Fix tests with visual selection
|
2019-06-10 11:17:12 +03:00 |
|
Matt Ellis
|
60f9403657
|
Incsearch highlights all matches + current match
|
2019-06-07 23:33:05 +01:00 |
|
Alex Plate
|
4c9974f7eb
|
Update intellij plugin and set default idea version to 2019.1
|
2019-06-07 20:59:21 +03:00 |
|
Alex Plate
|
eace5c5543
|
Fix typo
|
2019-06-07 16:19:34 +03:00 |
|
Alex Plate
|
f6d16ea4d9
|
Protection for empty file
|
2019-06-07 15:15:11 +03:00 |
|
Alex Plate
|
ac2f11360c
|
Extract some methods to CommandStateExtensions
|
2019-06-07 15:04:57 +03:00 |
|
Alex Plate
|
48a5eee9ab
|
Put information about leaving feedback to EAP section
|
2019-06-07 12:34:47 +03:00 |
|
Alex Plate
|
380156aa4b
|
Use star register for clipboard test
|
2019-06-06 16:53:09 +03:00 |
|
Alex Plate
|
d4cd8a228f
|
Move ideaput option to 'clipboard options'
|
2019-06-06 14:48:19 +03:00 |
|
Alex Plate
|
6081f1d5ff
|
Merge pull request #197 from JetBrains/IdeaPut
VIM-25 Smart put operations (via IJ)
|
2019-06-06 14:08:06 +03:00 |
|
Alex Plate
|
0139967b29
|
Avoid dragging when select a word with double click
|
2019-06-06 13:27:06 +03:00 |
|
Alex Plate
|
0a30a42b2e
|
Avoid dragging when put caret on the line end
|
2019-06-06 13:16:41 +03:00 |
|
Matt Ellis
|
ff54bfa5b3
|
Merge branch 'master' into feature/search
|
2019-06-05 20:47:34 +01:00 |
|
Matt Ellis
|
22445f6df9
|
Add tests for hlsearch and incsearch
|
2019-06-05 20:24:38 +01:00 |
|
Alex Plate
|
272aa9513a
|
Replace <caret> with ${c} for kotlin tests
|
2019-06-05 19:00:36 +03:00 |
|
Alex Plate
|
4b1abfc60f
|
Add test for clipboard copy
|
2019-06-05 18:59:09 +03:00 |
|
Alex Plate
|
b3130f38f2
|
Add logs for put and copy
|
2019-06-05 18:50:38 +03:00 |
|
Alex Plate
|
32fdbaccc3
|
VIM-25 Smart put operations (via IJ)
|
2019-06-05 15:49:31 +03:00 |
|
Alex Plate
|
8a4d3f5d80
|
Use 2-space indentation for kotlin files
|
2019-06-05 15:26:18 +03:00 |
|
Alex Plate
|
920af04b04
|
Added Pierce Corcoran to the contributors list
|
2019-06-04 18:01:13 +03:00 |
|
Alex Plate
|
7d13d22650
|
Merge pull request #161 from thecodewarrior/unnamed-register-selection-type
VIM-1473 Fixed incorrect selection type for unnamed registers
|
2019-06-04 17:54:33 +03:00 |
|
Alex Plate
|
6c17725823
|
[VIM-438] Enable <C-N> and <C-P> for lookups
|
2019-06-03 20:00:17 +03:00 |
|
Matt Ellis
|
f3b1ddf439
|
Merge branch 'master' into feature/search
|
2019-06-03 16:42:39 +01:00 |
|
Matt Ellis
|
c7de374943
|
Refactor highlighting API calls
|
2019-06-03 16:39:01 +01:00 |
|