1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-20 07:42:45 +02:00

Commit Graph

  • a3b4aecded Docs about 'surround' extension Andrey Vlasovskikh 2016-02-04 23:02:29 +0300
  • 534ae6aa81 Added Daniel Leong to the list of contributors Andrey Vlasovskikh 2016-02-04 22:54:15 +0300
  • 7e1e50ffde Cleanup Andrey Vlasovskikh 2016-02-04 22:52:59 +0300
  • ab3cbb113e Restore caret position properly Andrey Vlasovskikh 2016-02-04 22:18:37 +0300
  • 1c7e6af1fc Fix <esc> not sent after VSurround; support change with tags dhleong 2016-02-02 20:57:54 -0500
  • 84f7e25c5e Cleanup overly verbose code; remove unused import dhleong 2016-02-02 20:32:09 -0500
  • 458fe97b75 Add visual surround (S) command dhleong 2016-01-30 09:31:25 -0500
  • 31364607f5 Add ds command; jump to start when executed to match vim-surround dhleong 2016-01-30 09:14:34 -0500
  • 56ec2c7ebc Add cs action dhleong 2016-01-30 09:02:06 -0500
  • f944d91d62 Updated changelog Andrey Vlasovskikh 2016-01-30 02:10:31 +0300
  • 2cf7d89581 VIM-271 Added 'incsearch' option for showing search results while typing Andrey Vlasovskikh 2016-01-30 02:05:24 +0300
  • 91546700d4 Added simple ys{motion}t tag surround and input() function Andrey Vlasovskikh 2016-01-26 22:19:48 +0300
  • a972aec9b0 Implementation notes Andrey Vlasovskikh 2016-01-26 21:33:31 +0300
  • 6328575639 'ys{motion}<' requires further user input to wrap text into HTML tags Andrey Vlasovskikh 2016-01-26 21:15:29 +0300
  • af534c9209 Repeat is not supported for 'ys' yet Andrey Vlasovskikh 2016-01-26 21:14:43 +0300
  • 82a1e920e0 Initial refactoring of dhleong's 'ys' on top of extension infrastructure Andrey Vlasovskikh 2016-01-26 21:14:15 +0300
  • d46d292865 Added surround tests for 'ys' by dhleong Andrey Vlasovskikh 2016-01-26 18:15:00 +0300
  • 1a96533a3c Added unit test-friendly version of VimExtensionFacade.getKeyStroke() Andrey Vlasovskikh 2016-01-26 18:14:14 +0300
  • 2d86054fe8 Fixed regression after setChangeMarks() refactoring Andrey Vlasovskikh 2016-01-26 17:49:05 +0300
  • 50e3af7b82 Added modal getKeyStroke() similar to Vim's getchar() Andrey Vlasovskikh 2016-01-26 04:17:19 +0300
  • 27af4b926b Added the 'g@' command for IdeaVim extensions Andrey Vlasovskikh 2016-01-26 00:42:43 +0300
  • 1d035acb6d Vim extension facade for executing emulated Vim statements built-in functions Andrey Vlasovskikh 2016-01-24 20:14:54 +0300
  • 3704c321fa Added the ability to map keys to IdeaVim extension handlers Andrey Vlasovskikh 2016-01-24 19:57:37 +0300
  • 9c6f35f3bd Added mechanism for providing extensions for IdeaVim like ported Vim plugins Andrey Vlasovskikh 2016-01-24 19:04:12 +0300
  • 47b49c3e03 Merge pull request #93 from raimon49/use-relative-links Andrey Vlasovskikh 2016-01-23 02:24:35 +0300
  • 7a99261979 Updated "Setting up development environment" for Gradle Andrey Vlasovskikh 2016-01-23 02:15:08 +0300
  • 8eda58825f Put /out/ back Andrey Vlasovskikh 2016-01-23 02:14:40 +0300
  • 6ee43c0014 Removed old project files Andrey Vlasovskikh 2016-01-23 01:46:43 +0300
  • bea3d58ddb Removed old project file Andrey Vlasovskikh 2016-01-23 01:45:44 +0300
  • 71b121c15c Use source code for Gradle Wrapper Andrey Vlasovskikh 2016-01-23 00:32:01 +0300
  • 7c8b6d2fe6 Removed old IntelliJ project files in favor of non-version-controlled Gradle files Andrey Vlasovskikh 2016-01-23 00:31:31 +0300
  • 5d33c46e6b Updated code style settings Andrey Vlasovskikh 2016-01-23 00:30:22 +0300
  • 8aac0ebdb6 Configurable option for downloading IntelliJ sources Andrey Vlasovskikh 2016-01-22 23:49:32 +0300
  • 6072aae338 Add build number to archive name Andrey Vlasovskikh 2016-01-22 23:47:29 +0300
  • 872b916d46 Added Gradle Wrapper Andrey Vlasovskikh 2016-01-22 22:46:30 +0300
  • 86303b58df Use retina-friendly svg status images Alexander Zolotov 2016-01-22 22:44:48 +0300
  • 78b1ad6df6 Switched from Ant to Gradle for easier dependency on IntelliJ in automated builds Andrey Vlasovskikh 2016-01-22 22:15:38 +0300
  • e5ac7ee607 Send stats reports in internal mode Andrey Vlasovskikh 2016-01-22 21:41:35 +0300
  • 480b32b5af Fixed AIOOBE in tag selection for files starting with '/' and containing '>' Andrey Vlasovskikh 2016-01-21 18:28:14 +0300
  • 8c9cf09bd8 Report usage statistics Andrey Vlasovskikh 2016-01-21 17:51:21 +0300
  • 7ceea17050 Added DataGrip to the list of supported IDEs Andrey Vlasovskikh 2016-01-21 02:22:48 +0300
  • 76333c5a24 Updated copyright years Andrey Vlasovskikh 2016-01-21 02:20:56 +0300
  • 85857a3319 Updated changelog Andrey Vlasovskikh 2016-01-21 02:02:08 +0300
  • 5ad2bb4bea Updated current IntelliJ URL Andrey Vlasovskikh 2016-01-21 02:01:51 +0300
  • cb9d205336 VIM-796 Execute :action handler strictly after request focus handler Andrey Vlasovskikh 2016-01-21 01:44:27 +0300
  • e1a292ba33 Merge remote-tracking branch 'smartbomb/ActionHandler-focus-fix' Andrey Vlasovskikh 2016-01-21 01:28:20 +0300
  • fa4e54b32e Inline since-build into build.xml for running in internal mode Andrey Vlasovskikh 2016-01-21 01:27:22 +0300
  • 3ba41ac458 VIM-892 Fix various focus related issues when executing :action commands a keymap smartbomb 2015-12-30 22:06:52 +0100
  • 2fbe85e60f Added Teruo and Liubov to the list of contributors Andrey Vlasovskikh 2015-12-03 15:39:54 +0300
  • 676a518fa8 Updated changelog Andrey Vlasovskikh 2015-12-03 15:39:23 +0300
  • 992c1923f6 Use Guava for more idiomatic list operations Andrey Vlasovskikh 2015-12-03 15:33:04 +0300
  • a22afdd0f6 VIM-364 Added support for tag block selection lubba 2015-12-03 15:19:54 +0300
  • 0da8625f30 VIM-1040 Fixed typing keys in completion menus and typing with the plugin disabled 0.44 Andrey Vlasovskikh 2015-11-02 15:53:50 +0300
  • 4cc784eb95 VIM-1039 Fixed running the plugin with Java 6 0.43 Andrey Vlasovskikh 2015-11-02 00:45:23 +0300
  • ee3bec9eed Version 0.42 0.42 Andrey Vlasovskikh 2015-11-01 02:23:09 +0300
  • 24788ac86f Updated changelog Andrey Vlasovskikh 2015-10-30 16:11:16 +0300
  • 9af3c732b5 Updated CI icons Andrey Vlasovskikh 2015-10-30 16:04:35 +0300
  • e5873fe5f9 Use HTTP by default Andrey Vlasovskikh 2015-10-30 15:41:55 +0300
  • 39f088cdcd VIM-970 Use raw typed handlers in order not to require write action in read-only files Andrey Vlasovskikh 2015-10-30 15:37:17 +0300
  • e805852721 Platform prefix initialization is no longer needed Andrey Vlasovskikh 2015-10-30 15:20:36 +0300
  • e136ecc1f8 Added generated idea/ to excluded folders Andrey Vlasovskikh 2015-10-30 15:19:42 +0300
  • efa4001440 Require minimal platform version 143 Andrey Vlasovskikh 2015-10-30 15:19:19 +0300
  • 52a0af1636 Adds zC and zO folding commands Paulo Bu 2015-08-28 15:58:14 +0200
  • 5fc66b5896 ={motion} implementation, == with count and fix for VIM-259 ayzen 2015-07-11 21:34:37 +0300
  • 80dec29832 Fix for VIM-965 with a test ayzen 2015-06-12 13:51:57 +0300
  • 2c7d3c9971 Use relative links that recommended way by GitHub Inc. raimon 2015-06-23 21:56:46 +0900
  • 30a16e9496 Corrected typo that prevented correct calculation for marks vertical shifting; added a test ayzen 2015-06-14 09:56:21 +0300
  • 0d6526ea31 Mark should not be deleted due to change commands that start from the beginning of the mark line ayzen 2015-06-13 23:08:15 +0300
  • 4428340fd9 Fix for VIM-964 (marks get removed if one-char line is replaced by r) with a test ayzen 2015-06-13 19:14:39 +0300
  • 900ce21445 Fix for VIM-564 (g_ didn't work correctly) with tests ayzen 2015-06-12 22:43:19 +0300
  • 68c20ed48d Version 0.41 0.41 Andrey Vlasovskikh 2015-06-10 15:42:02 +0300
  • c5760ceaab VIM-957 Fixed compatibility with IDEs other than IntelliJ Andrey Vlasovskikh 2015-06-10 15:41:33 +0300
  • 8c7c9a67a6 Version 0.40 0.40 Andrey Vlasovskikh 2015-06-09 23:01:54 +0300
  • efad5545de Correct behavior of numbered registers ayzen 2015-06-05 19:14:24 +0300
  • afb411dd35 Added tests for special registers ayzen 2015-06-04 18:32:13 +0300
  • fe1184b0d3 keypadd arrows for nvo modes dos65 2015-05-09 17:30:40 +0300
  • 85231b314f More readable test data Andrey Vlasovskikh 2015-04-24 16:29:56 +0300
  • 210b2efd47 Updated changelog Andrey Vlasovskikh 2015-04-24 16:12:30 +0300
  • ae5b1385ea Merge branch 'matching-comments' Andrey Vlasovskikh 2015-04-24 16:08:54 +0300
  • 011ce28251 More readable tests for '%' Andrey Vlasovskikh 2015-04-24 16:08:32 +0300
  • efb58b45df Cleanup Andrey Vlasovskikh 2015-04-24 16:01:51 +0300
  • 7d033787eb Better place for cleaning global variables Andrey Vlasovskikh 2015-04-24 14:31:06 +0300
  • 3a47583cf9 Clean global variables Andrey Vlasovskikh 2015-04-24 14:27:38 +0300
  • 565b4b3f2f Updated changelog Andrey Vlasovskikh 2015-04-24 14:25:10 +0300
  • 574f32a6dd Merge pull request #84 from JetBrains/mapleader Andrey Vlasovskikh 2015-04-24 13:33:38 +0300
  • 0e67c8ff69 Removed unnecessary 'static' declaration Andrey Vlasovskikh 2015-04-24 13:32:26 +0300
  • b886073c11 VIM-650 Added support for 'mapleader' Andrey Vlasovskikh 2015-04-24 13:32:04 +0300
  • 57c35b9a74 Merge remote-tracking branch 'origin/master' Andrey Vlasovskikh 2015-04-22 20:27:31 +0300
  • f5100694d6 VIM-930 Get editor focus after closing Ex entry box on Oracle Java 6 Andrey Vlasovskikh 2015-04-22 20:26:41 +0300
  • 3ff9bfcc13 Initial support for 'let' and 'echo' commands Andrey Vlasovskikh 2015-04-05 22:54:40 +0300
  • 6c8d2bfd9e Merge pull request #83 from khromalabs/master Andrey Vlasovskikh 2015-04-04 23:10:24 +0300
  • 637f7f48ad Modified deployment instructions in README.md as suggested in pull request #83 Rubén Gómez 2015-04-02 09:11:52 +0200
  • 8eae80d30f Added deployment instructions to README.md Rubén Gómez 2015-03-30 23:55:04 +0200
  • 9a103276e3 Merge pull request #82 from jflorian/master Andrey Vlasovskikh 2015-03-30 16:39:52 +0300
  • 6386f011f7 Merge remote-tracking branch 'upstream/master' John Florian 2015-03-30 09:32:09 -0400
  • 742d6e63d9 Change - note regarding non-default user.home setting John Florian 2015-03-30 09:26:32 -0400
  • f6141603ef Merge pull request #81 from jflorian/master Andrey Vlasovskikh 2015-03-29 02:20:19 +0300
  • 7a5b4e565a Change - add mapping example using :action John Florian 2015-03-28 11:12:02 -0400
  • 373e1527c1 Extracted Vim script parts into 'vimscript' package Andrey Vlasovskikh 2015-03-28 14:16:38 +0300
  • 9cb05b6a7d Updated changelog Andrey Vlasovskikh 2015-03-27 21:55:45 +0300