Andrey Vlasovskikh
8808b651e2
Updated gradle wrapper to 4.3
2017-11-01 02:12:07 +03:00
Andrey Vlasovskikh
e9fca757b7
JetBrains project badge
2017-09-08 23:09:46 +03:00
Andrey Vlasovskikh
98a3801f6a
New code style settings format of IntelliJ 2017.3
2017-09-08 23:06:24 +03:00
Andrei Gasparovici
82dfcdd5df
Added :tabn(ew) and :tabp(revious) functionality
2017-08-18 11:38:52 +03:00
Konstantin Petrov
e97c49a032
Fix search for braces inside quotes the way vim does
2017-05-31 10:27:48 +02:00
Konstantin Petrov
0335b344a1
Add test to reproduce the bug
2017-05-31 10:27:00 +02:00
James Martinez
63b7bed61a
Update README to correct preference paths
2017-05-16 16:20:00 -07:00
Vedran Budimcic
44b9946bb0
Support end-of-line multi line percent match in visual mode
2017-03-24 07:12:28 -07:00
Marcel Hild
6efd4023fd
make offset work in normal search
2017-03-23 11:33:08 +01:00
Andrey Vlasovskikh
49ecfd6879
Added Pavel Fatin to contributors
2017-01-16 01:03:42 +03:00
Andrey Vlasovskikh
4d4b5967da
Updated CHANGES
2017-01-16 01:02:47 +03:00
Andrey Vlasovskikh
a882e37d04
Merge remote-tracking branch 'origin/vim-1007'
...
# Conflicts:
# gradle.properties
# resources/META-INF/plugin.xml
# src/com/maddyhome/idea/vim/VimTypedActionHandler.java
2017-01-16 00:57:31 +03:00
Andrey Vlasovskikh
4734d23e29
Fixed compilation by adding Kotlin Gradle plugin
2017-01-16 00:42:55 +03:00
Andrey Vlasovskikh
b7416da26d
Merge branch 'kotlin'
...
# Conflicts:
# build.gradle
# gradle.properties
2017-01-16 00:30:30 +03:00
Andrey Vlasovskikh
36e768ab37
Allow Java 8
2017-01-16 00:27:51 +03:00
Andrey Vlasovskikh
ede0bd8623
Set minimal version to 2017.1 in order to use new API for zero-latency typing
2017-01-16 00:25:47 +03:00
Andrey Vlasovskikh
b4072eb62d
Use gradle-intellij-plugin 0.2.0
2017-01-15 23:36:27 +03:00
Andrey Vlasovskikh
120b69c439
Fixed source API compatibility with branch 171
2017-01-15 23:22:40 +03:00
Andrey Vlasovskikh
b68daf3f3e
Version 0.48
2017-01-15 23:01:53 +03:00
Andrey Vlasovskikh
c32a1a5e5b
Updated changelog and list of contributors
2016-11-29 00:43:41 +03:00
Andrey Vlasovskikh
a5e303d1ca
Merge pull request #121 from gaganis/VIM-1216
...
Fixed . reseting the last find movement
2016-11-29 00:35:40 +03:00
Giorgos Gaganis
c4d8cef44d
Fixed . reseting the last find movement where repeating change that also uses movement.
...
On the original vim when we repeat a change with . that also contain an find movement the last find that was typed before the repeat is the one used by the motion repeat ;. Before the commit the plugin would have reset the last movement to use the movement contained in the command that was repeated.
To solve this I took a simple approach where I save the last find motion before starting the repeat and then restoring it to its original value after the repeat is over. In order to access the find motion fields from RepeatChangeAction I created getters in MotionGroup for the movement type and character.
modified: src/com/maddyhome/idea/vim/action/change/RepeatChangeAction.java
modified: src/com/maddyhome/idea/vim/group/MotionGroup.java
modified: test/org/jetbrains/plugins/ideavim/action/ChangeActionTest.java
2016-11-28 19:05:11 +02:00
Andrey Vlasovskikh
72fbe758b4
VIM-1205 Don't move key handling into separate event for raw handlers
2016-11-22 21:58:32 +03:00
Andrey Vlasovskikh
3344bb3254
Ability to use Kotlin along with Java
2016-11-21 19:40:14 +03:00
Pavel Fatin
6b9ab7163a
Support for zero-latency rendering, #VIM-1007 fixed
2016-10-26 12:53:13 +02:00
Andrey Vlasovskikh
563092cffb
Fixed caret model exception when changing selection in documents open in several editors
2016-10-21 18:11:15 +03:00
Andrey Vlasovskikh
9a2a0c3b0e
Split several channel names by comma
2016-10-19 17:26:23 +03:00
Andrey Vlasovskikh
f3b4726b34
Version 0.47
2016-10-19 15:58:35 +03:00
Andrey Vlasovskikh
30d7c6edf1
Remove obsolete pluginId
2016-09-30 21:15:51 +03:00
Andrey Vlasovskikh
f33f73d2f5
VIM-1190 Fixed exception "Write access is allowed from write-safe contexts only"
...
We now use IntelliJ's version of invokeLater() in order to satisfy the
new protocol for running read-write actions in modal dialogs.
2016-09-30 20:44:16 +03:00
Andrey Vlasovskikh
b595dfd443
VIM-1098 Don't start visual selection when mouse click was actually drag over single character
2016-09-01 20:50:55 +03:00
Andrey Vlasovskikh
a3e15b5c76
Possibility to publish the plugin to multiple channels
2016-09-01 18:32:16 +03:00
Andrey Vlasovskikh
31d85c0221
Update gradle-intellij-plugin to 0.2.0-SNAPSHOT for multi-channel plugin publishing
2016-09-01 18:26:30 +03:00
Andrey Vlasovskikh
124bd55e18
Update gradle-intellij-plugin to 0.0.43
2016-07-08 12:19:02 +03:00
Andrey Vlasovskikh
bb9b5b5bde
Use IntelliJ 15.0.5 by default
2016-07-08 12:19:02 +03:00
Andrey Vlasovskikh
f586e6dd29
Version 0.46
...
Due to the plugin versions comparision logic in the IntelliJ platform it's impossible to
update 0.45-eap-XXX to 0.45. Bumped version once again.
2016-07-07 18:27:09 +03:00
Andrey Vlasovskikh
c2b1b67b6b
Parameter for customizing publish channel for plugin
2016-07-07 18:03:01 +03:00
Andrey Vlasovskikh
2cb29233c8
Version 0.45
2016-07-07 17:56:57 +03:00
Andrey Vlasovskikh
b0e0bebb7e
Removed default error handler
2016-07-07 17:56:23 +03:00
Andrey Vlasovskikh
364b3567fc
VIM-1126 Fixed warning about modifying shortcuts of global actions for 2016.2
2016-07-07 17:39:29 +03:00
John Grib
b5ea2127d9
added :shell command
2016-06-17 15:03:38 +09:00
Andrey Vlasovskikh
9522a51dc7
Enabling key repeat on Mac OS X doesn't require restart
2016-04-29 21:52:35 +03:00
Andrey Vlasovskikh
75335a8a01
Added Paulo Bu to the list of contributors
2016-04-29 21:37:42 +03:00
Andrey Vlasovskikh
0bf561e326
Merge remote-tracking branch 'pbu88/adds_more_folding_commands'
2016-04-29 21:34:19 +03:00
Andrey Vlasovskikh
7e6c2c2a7c
Updated changelog
2016-04-29 21:28:41 +03:00
Andrey Vlasovskikh
b132d490f0
Typo
2016-04-29 21:20:22 +03:00
Andrey Vlasovskikh
3fde0fc209
Non-public methods made private
2016-04-29 21:19:17 +03:00
Andrey Vlasovskikh
24bc09796f
Fixed NPE
2016-04-29 21:18:28 +03:00
Andrey Vlasovskikh
758bff79d6
Removed unused code
2016-04-29 21:16:05 +03:00
Andrey Vlasovskikh
3b0660799b
VIM-843 Don't highlight search results after restart
...
Added limited support for 'viminfo' option. Only 'h' in 'viminfo' is
taken into account.
2016-04-29 21:15:01 +03:00