Andrey Vlasovskikh
a96ba9f717
Updated changelog
2018-09-17 01:13:11 +03:00
Andrey Vlasovskikh
b71eb465cb
Updated contribution guide and supported IDEs
2017-12-19 23:30:42 +03:00
Andrey Vlasovskikh
79afcd4b65
Added Naoto Ikeno to the contributors list
2017-12-18 00:58:24 +03:00
Andrey Vlasovskikh
595482048c
Updated changelog
2017-12-18 00:57:50 +03:00
Andrey Vlasovskikh
2c99da538e
VIM-1329 Use default modality state to run actions after focus settles down
2017-12-18 00:54:52 +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
473a305e5f
Use SecondaryLoop of JDK 8
...
The current version of IdeaVim is compatible with IntelliJ 2017.1+
which has switched to Java 8+, so we no longer need compatibility
layers for earlier versions.
2017-12-15 01:25:58 +03:00
Andrey Vlasovskikh
d53ca6cd90
Updated changelog
2017-12-14 03:31:02 +03:00
Andrey Vlasovskikh
bd84babecd
Converted UiHelper into Kotlin
2017-12-14 03:26:01 +03:00
Andrey Vlasovskikh
a76b41b737
VIM-1367 Fixed resetting the default value
...
The previous fix tried to parse the current value instead of the default
one.
2017-11-03 05:00:29 +03:00
Andrey Vlasovskikh
2fc6553203
VIM-1367 Correctly reset parsed and stored 'iskeyword' option value
2017-11-03 04:26:46 +03:00
Andrey Vlasovskikh
98b003e601
VIM-1367 Deterministic order of options for reproducible tests
2017-11-03 04:23:29 +03:00
Andrey Vlasovskikh
0dda443cc8
Added iskeyword option to the list of supported set commands
2017-11-03 03:59:13 +03:00
Andrey Vlasovskikh
9322283cb1
Updated changelog
2017-11-03 03:56:00 +03:00
Andrey Vlasovskikh
95d412c78d
Added nickgieschen to contributors
2017-11-03 03:54:06 +03:00
Andrey Vlasovskikh
6245b15d8f
Cleanup
2017-11-03 03:48:15 +03:00
Andrey Vlasovskikh
ab1d7ba6cb
VIM-1367 Removed unnecessary repetition in positive lookbehind
...
It resulted in an inspection warning that positive lookbehind groups
cannot contain 1 or more repetition patterns.
2017-11-03 03:34:11 +03:00
Andrey Vlasovskikh
113642c8f5
Fixed test configuration URL
2017-11-01 03:15:05 +03:00
Andrey Vlasovskikh
088dd98e0d
Updated test configuration ID
2017-11-01 03:14:23 +03:00
Andrey Vlasovskikh
7e0046a715
Updated changelog
2017-11-01 03:00:40 +03:00
Andrey Vlasovskikh
1a11d5df35
Added tieTYT to the list of contributors
2017-11-01 02:58:06 +03:00
Andrey Vlasovskikh
0a4672c050
Updated intellij-gradle-plugin, Kotlin, and IntelliJ platform versions
2017-11-01 02:12:07 +03:00
Andrey Vlasovskikh
8808b651e2
Updated gradle wrapper to 4.3
2017-11-01 02:12:07 +03: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
3344bb3254
Ability to use Kotlin along with Java
2016-11-21 19:40:14 +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
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
Andrey Vlasovskikh
6880afa73c
VIM-139 Focus on current search and use modal confirmation for ':s///gc'
2016-04-29 01:33:28 +03:00
Andrey Vlasovskikh
dd0a7207d5
Removed old block selection API usages to become compatible with IntelliJ branch 146
2016-04-22 03:22:02 +03:00
Andrey Vlasovskikh
17700a6537
Updated changelog
2016-04-20 03:02:15 +03:00
Andrey Vlasovskikh
949444f6dd
EAP for IdeaVim
2016-04-20 03:00:54 +03:00
Andrey Vlasovskikh
31832ac230
Don't specify build number as a separate entity in the plugin description
2016-04-20 02:31:38 +03:00
Andrey Vlasovskikh
33200f8208
Settings for publishing the plugin to the EAP channel
2016-04-20 01:56:46 +03:00
Andrey Vlasovskikh
893cd17c1a
Updated changelog
2016-04-18 03:32:34 +03:00
Andrey Vlasovskikh
c471ddd12f
Merge remote-tracking branch 'ayzenquwe/ayzen/VIM-259'
2016-04-18 02:47:38 +03:00
Andrey Vlasovskikh
b0ac8f89c5
Merge remote-tracking branch 'ayzenquwe/ayzen/VIM-964'
2016-04-18 02:41:35 +03:00
Andrey Vlasovskikh
a47338d8b7
Merge remote-tracking branch 'ayzenquwe/ayzen/VIM-564'
2016-04-18 02:36:58 +03:00
Andrey Vlasovskikh
76d00ab47f
Merge remote-tracking branch 'ayzenquwe/ayzen/gomethod'
2016-04-18 02:31:11 +03:00
Andrey Vlasovskikh
22b8552939
Updated changelog
2016-04-18 02:29:15 +03:00
Andrey Vlasovskikh
1d25a04377
Added Aleksey Lagoshin to list of contributors
2016-04-18 02:26:41 +03:00
Andrey Vlasovskikh
52148f69c1
Merge remote-tracking branch 'ayzenquwe/ayzen/registers'
2016-04-18 02:24:00 +03:00
Andrey Vlasovskikh
f280f8138d
Support <Plug> in mapping commands
2016-04-18 01:46:46 +03:00
Andrey Vlasovskikh
530846bc7a
Added 'timeout' option for toggling timeout for mapping commands
2016-04-18 01:46:46 +03:00
Andrey Vlasovskikh
745a356c87
Cleanup
2016-02-21 07:08:21 +03:00
Andrey Vlasovskikh
b16a4a1343
Handle <Esc> in modal input better
2016-02-21 07:00:44 +03:00
Andrey Vlasovskikh
36e41555ea
Cleaned up ModalEntry
2016-02-21 06:16:11 +03:00
Andrey Vlasovskikh
3f824cf205
Enable SecondaryLoop-based implementation for Java 7+
2016-02-21 06:07:34 +03:00
Andrey Vlasovskikh
69a573a279
Handle <Esc> in inputKeyStroke() uniformly as "typed Esc"
2016-02-09 00:40:37 +03:00
Andrey Vlasovskikh
c33d4d989e
Clearer offsets comparison + multi-line deletion test
2016-02-09 00:20:58 +03:00
Andrey Vlasovskikh
4f42d4dc4f
Merge branch 'vlasovskikh/surround'
...
# Conflicts:
# CHANGES.md
# resources/META-INF/plugin.xml
# src/com/maddyhome/idea/vim/option/Options.java
2016-02-04 23:08:37 +03:00
Andrey Vlasovskikh
a3b4aecded
Docs about 'surround' extension
2016-02-04 23:02:29 +03:00
Andrey Vlasovskikh
534ae6aa81
Added Daniel Leong to the list of contributors
2016-02-04 22:54:15 +03:00
Andrey Vlasovskikh
7e1e50ffde
Cleanup
2016-02-04 22:52:59 +03:00
Andrey Vlasovskikh
ab3cbb113e
Restore caret position properly
2016-02-04 22:18:37 +03:00
Andrey Vlasovskikh
f944d91d62
Updated changelog
2016-01-30 02:10:31 +03:00
Andrey Vlasovskikh
2cf7d89581
VIM-271 Added 'incsearch' option for showing search results while typing
2016-01-30 02:05:24 +03:00
Andrey Vlasovskikh
91546700d4
Added simple ys{motion}t tag surround and input() function
2016-01-26 22:25:36 +03:00
Andrey Vlasovskikh
a972aec9b0
Implementation notes
2016-01-26 21:33:31 +03:00
Andrey Vlasovskikh
6328575639
'ys{motion}<' requires further user input to wrap text into HTML tags
2016-01-26 21:15:29 +03:00
Andrey Vlasovskikh
af534c9209
Repeat is not supported for 'ys' yet
2016-01-26 21:14:43 +03:00
Andrey Vlasovskikh
82a1e920e0
Initial refactoring of dhleong's 'ys' on top of extension infrastructure
2016-01-26 21:14:15 +03:00
Andrey Vlasovskikh
d46d292865
Added surround tests for 'ys' by dhleong
2016-01-26 18:15:00 +03:00
Andrey Vlasovskikh
1a96533a3c
Added unit test-friendly version of VimExtensionFacade.getKeyStroke()
2016-01-26 18:14:14 +03:00
Andrey Vlasovskikh
2d86054fe8
Fixed regression after setChangeMarks() refactoring
2016-01-26 17:49:05 +03:00
Andrey Vlasovskikh
50e3af7b82
Added modal getKeyStroke() similar to Vim's getchar()
2016-01-26 04:17:19 +03:00
Andrey Vlasovskikh
27af4b926b
Added the 'g@' command for IdeaVim extensions
2016-01-26 01:02:20 +03:00
Andrey Vlasovskikh
1d035acb6d
Vim extension facade for executing emulated Vim statements built-in functions
2016-01-24 20:14:54 +03:00
Andrey Vlasovskikh
3704c321fa
Added the ability to map keys to IdeaVim extension handlers
2016-01-24 19:57:37 +03:00
Andrey Vlasovskikh
9c6f35f3bd
Added mechanism for providing extensions for IdeaVim like ported Vim plugins
2016-01-24 19:04:12 +03:00
Andrey Vlasovskikh
7a99261979
Updated "Setting up development environment" for Gradle
2016-01-23 02:15:08 +03:00
Andrey Vlasovskikh
8eda58825f
Put /out/ back
2016-01-23 02:14:40 +03:00
Andrey Vlasovskikh
6ee43c0014
Removed old project files
2016-01-23 01:46:43 +03:00
Andrey Vlasovskikh
bea3d58ddb
Removed old project file
2016-01-23 01:45:44 +03:00
Andrey Vlasovskikh
71b121c15c
Use source code for Gradle Wrapper
2016-01-23 00:32:01 +03:00
Andrey Vlasovskikh
7c8b6d2fe6
Removed old IntelliJ project files in favor of non-version-controlled Gradle files
2016-01-23 00:31:31 +03:00
Andrey Vlasovskikh
5d33c46e6b
Updated code style settings
2016-01-23 00:30:22 +03:00
Andrey Vlasovskikh
8aac0ebdb6
Configurable option for downloading IntelliJ sources
2016-01-22 23:49:32 +03:00
Andrey Vlasovskikh
6072aae338
Add build number to archive name
2016-01-22 23:47:29 +03:00
Andrey Vlasovskikh
872b916d46
Added Gradle Wrapper
2016-01-22 22:46:44 +03:00