1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-18 17:46:02 +01:00

Commit Graph

  • b0714075eb add test for VIM-1427 (tag motion with count) Jan Palus 2018-06-02 14:42:14 +0200
  • 956b56a772 add test for VIM-1431 (put in empty file) Jan Palus 2018-06-02 15:10:26 +0200
  • 50b2093548 generalize check on offset boundaries Jan Palus 2018-06-02 15:09:28 +0200
  • bc5ca28b13 Fixed API incompatibility Andrey Vlasovskikh 2018-05-30 22:26:50 +0300
  • 653a62b5e4 Switched to IntelliJ 2018.1 Andrey Vlasovskikh 2018-05-30 22:26:24 +0300
  • 08780e1a5c Updated changelist Andrey Vlasovskikh 2018-05-30 21:54:23 +0300
  • ce39355025 Added Florian Hassmann to the list of contributors Andrey Vlasovskikh 2018-05-30 21:53:05 +0300
  • 3eed987488 Fixed code inspection warnings in FileGroup Andrey Vlasovskikh 2018-05-30 21:51:20 +0300
  • 6f633700ae Removed deprecated API usages Andrey Vlasovskikh 2018-05-30 21:27:57 +0300
  • a7670829d5 Fixed NPE Andrey Vlasovskikh 2018-05-30 21:27:01 +0300
  • 6fb8817391 Code style Andrey Vlasovskikh 2018-05-30 21:24:02 +0300
  • e90b7276cb VIM-1431 handle empty documents when checking if line is empty Jan Palus 2018-05-29 22:49:33 +0200
  • a1ba5fec2b Updated the index of supported and not supported commands Andrey Vlasovskikh 2018-05-29 22:45:04 +0300
  • 6606211233 Incomplete commands index with the current status of multi-caret support Andrey Vlasovskikh 2018-05-29 20:08:32 +0300
  • b1daacc9fb Added TODO items for unused actions Andrey Vlasovskikh 2018-05-29 20:04:23 +0300
  • 03fe7d9ea2 VIM-1427 add count support to tag motion Jan Palus 2018-05-29 00:45:44 +0200
  • 2d3da163a8 Attempt to fix Visual Block down movements Vasily Alferov 2018-05-26 21:52:57 +0300
  • 49c59764ac Merge in change.insert actions Vasily Alferov 2018-05-26 20:17:12 +0300
  • 06cc59b7a3 Got rid of deprecated overrides in EditorActionHandlerBase Vasily Alferov 2018-05-26 19:47:47 +0300
  • 7754080323 Various fixes Vasily Alferov 2018-05-25 11:45:11 +0300
  • ebf081e273 Multicaret shift Vasily Alferov 2018-05-22 22:51:49 +0300
  • 258467467b Multicaret insert Vasily Alferov 2018-05-22 22:02:26 +0300
  • bbea7e787f
    Merge pull request #3 from vasalf/multicaret-change Vasily Alferov 2018-05-22 00:18:05 +0300
  • 4f468cace7 Multicaret change.change Vasily Alferov 2018-05-22 00:16:58 +0300
  • b2f736adf5
    Merge pull request #2 from vasalf/multicaret-change Vasily Alferov 2018-05-21 19:10:08 +0300
  • 9ddedbe752 Multicaret delete visual operator actions Vasily Alferov 2018-05-21 19:08:40 +0300
  • 63b237114a Multicaret version for VisualOperatorActionHandler Vasily Alferov 2018-05-21 17:05:38 +0300
  • 29c789dcf3 Implementations of all of the delete actions whose handlers doesn't override VisualOperatorActionHandler. Vasily Alferov 2018-05-20 13:55:33 +0300
  • 59e2ae552e ChangeEditorActionHandler multicaret version and multicaret delete tests Vasily Alferov 2018-05-12 21:24:28 +0300
  • 9d396a5cfa Merge remote-tracking branch 'origin/multicaret-motions' into multicaret-motions Vasily Alferov 2018-05-12 19:04:30 +0300
  • 422557d4ce Cosmetical changes Vasily Alferov 2018-05-12 19:01:01 +0300
  • 04ebbcc3a9
    Merge pull request #1 from vasalf/multicaret-visual Vasily Alferov 2018-05-12 17:09:49 +0300
  • 0919e9d560 Multicaret merging selections & text objects Vasily Alferov 2018-05-12 17:08:19 +0300
  • 8af14edf21 Fix accidentally changed file Vasily Alferov 2018-05-05 12:09:49 +0300
  • 13c475d73c Fix multiple carets movement in case i<ESC>i<ESC> Vasily Alferov 2018-05-05 12:01:00 +0300
  • 1373af6f66 Fix accidentally changed files Vasily Alferov 2018-05-05 11:13:26 +0300
  • 291ad2906d Fix accidentally deleted files Vasily Alferov 2018-05-05 11:06:33 +0300
  • be5532b35d Comment out text object multiple carets tests. Vasily Alferov 2018-05-05 10:59:58 +0300
  • b2402aad2e reset accidentally changed file Vasily Alferov 2018-04-27 20:29:49 +0300
  • 3b46e44e4f action.motion.text.* multicaret tests and implementation Vasily Alferov 2018-04-27 20:24:26 +0300
  • 537ec30936 object.MotionInner* tests Vasily Alferov 2018-04-24 23:43:21 +0300
  • a75db02d05 Fix failed tests on Visual Block Mode. Vasily Alferov 2018-04-24 22:17:10 +0300
  • 4698f1be5c Reformat code with IntellIJ IDEA tool. Vasily Alferov 2018-04-16 16:11:53 +0300
  • 1db103e352 Basic multicaret up-down motions. Vasily Alferov 2018-04-16 16:05:52 +0300
  • 5037a1182f Fix unused imports Vasily Alferov 2018-03-29 17:21:30 +0530
  • 6b476fa75f Fix accidentally changed file Vasily Alferov 2018-03-29 10:34:44 +0530
  • 4d46000ec6 Write most of multicaret leftright actions. Vasily Alferov 2018-03-29 10:18:35 +0530
  • 56ad6b4c0d Multi-caret basic leftright motions. Vasily Alferov 2018-03-21 17:13:57 +0300
  • ab750b6e75 Fixes #VIM-1404. Florian Hassmann 2018-01-29 12:22:15 +0100
  • 44a4a858fe IDEA-184351 Check if project is disposed before setting editor line numbers Andrey Vlasovskikh 2017-12-29 11:34:56 +0300
  • 74fb59640d Added parameter for toggling code instrumentation Andrey Vlasovskikh 2017-12-29 11:11:19 +0300
  • 797bfaaf3d Updated Gradle to 4.4.1 Andrey Vlasovskikh 2017-12-29 11:01:27 +0300
  • 0015a4357e Updated changelog Andrey Vlasovskikh 2017-12-29 10:32:22 +0300
  • dbdc15f21f Merge branch 'cypok/vim-1380' Andrey Vlasovskikh 2017-12-29 10:29:34 +0300
  • c9236527e4 Added Vladimir Parfinenko to contributors Andrey Vlasovskikh 2017-12-29 10:20:46 +0300
  • 1a8c72d721 Merge branch 'cypok/vim-1379' Andrey Vlasovskikh 2017-12-29 10:19:08 +0300
  • 739ef487fa Updated changelog Andrey Vlasovskikh 2017-12-29 10:18:48 +0300
  • b7273bc4f2 VIM-1379 Added check for empty ranges Andrey Vlasovskikh 2017-12-29 10:09:09 +0300
  • c3e9452fdc Added Maximilian Luz to contributors Andrey Vlasovskikh 2017-12-28 15:58:53 +0300
  • a4e34caa5d Updated changelog Andrey Vlasovskikh 2017-12-28 15:58:01 +0300
  • fea2f0ba1e VIM-1110 Added test Andrey Vlasovskikh 2017-12-28 15:54:49 +0300
  • b98427472f VIM-1110 Fix caret jumping after escape from block-insert mode qzed 2016-07-27 03:06:12 +0200
  • bf42822626 VIM-862 Keep selected text after running possibly async IDE action Andrey Vlasovskikh 2017-12-27 19:00:42 +0300
  • b71eb465cb Updated contribution guide and supported IDEs Andrey Vlasovskikh 2017-12-19 23:30:42 +0300
  • f072638c8c
    Merge pull request #129 from jamescmartinez/master Andrey Vlasovskikh 2017-12-19 23:17:52 +0300
  • 79afcd4b65 Added Naoto Ikeno to the contributors list Andrey Vlasovskikh 2017-12-18 00:58:24 +0300
  • 595482048c Updated changelog Andrey Vlasovskikh 2017-12-18 00:57:50 +0300
  • 2c99da538e VIM-1329 Use default modality state to run actions after focus settles down Andrey Vlasovskikh 2017-12-18 00:54:52 +0300
  • 1393e60ca8 VIM-862 Properly apply and reset visual mode for running visual :action commands Andrey Vlasovskikh 2017-12-18 00:53:56 +0300
  • 2e67c704f7 VIM-862 Fixed off-by-1 in restoring visual character selection after 'gv' Andrey Vlasovskikh 2017-12-18 00:52:29 +0300
  • c0410131bf Merge remote-tracking branch 'ikenox/feature/action-in-visual-mode' Andrey Vlasovskikh 2017-12-15 01:37:40 +0300
  • 473a305e5f Use SecondaryLoop of JDK 8 Andrey Vlasovskikh 2017-12-15 01:25:58 +0300
  • d53ca6cd90 Updated changelog Andrey Vlasovskikh 2017-12-14 03:31:02 +0300
  • bd84babecd Converted UiHelper into Kotlin Andrey Vlasovskikh 2017-12-14 03:26:01 +0300
  • 1b83231b1c VIM-1329 Use IntelliJ API to request focus reliably Andrey Vlasovskikh 2017-12-14 00:29:11 +0300
  • f39ad34057 VIM-1368 Use IntelliJ API to run stuff after the current component gets focus Andrey Vlasovskikh 2017-12-14 00:28:02 +0300
  • 942b64052d Inherit from VimTestCase to setup IntelliJ extension points properly 0.49 Andrey Vlasovskikh 2017-12-12 20:17:49 +0300
  • 559aabd6b8 Version 0.49 Andrey Vlasovskikh 2017-12-12 19:55:08 +0300
  • 52d26f9fb6 VIM-1380 Fixed 'cNw' at the last character of a word Vladimir Parfinenko 2017-11-20 11:37:05 +0700
  • b7d124ce8d Make :action commands work in visual mode Naoto Ikeno 2017-09-24 22:19:51 +0900
  • 6a5c70ee6a VIM-1379 Fix usage TextRange.size() as lines count Vladimir Parfinenko 2017-11-19 13:49:12 +0700
  • a76b41b737 VIM-1367 Fixed resetting the default value Andrey Vlasovskikh 2017-11-03 05:00:29 +0300
  • 2fc6553203 VIM-1367 Correctly reset parsed and stored 'iskeyword' option value Andrey Vlasovskikh 2017-11-03 04:24:14 +0300
  • 98b003e601 VIM-1367 Deterministic order of options for reproducible tests Andrey Vlasovskikh 2017-11-03 04:23:29 +0300
  • 0dda443cc8 Added iskeyword option to the list of supported set commands Andrey Vlasovskikh 2017-11-03 03:59:13 +0300
  • 9322283cb1 Updated changelog Andrey Vlasovskikh 2017-11-03 03:56:00 +0300
  • 95d412c78d Added nickgieschen to contributors Andrey Vlasovskikh 2017-11-03 03:54:06 +0300
  • 6245b15d8f Cleanup Andrey Vlasovskikh 2017-11-03 03:48:15 +0300
  • ab1d7ba6cb VIM-1367 Removed unnecessary repetition in positive lookbehind Andrey Vlasovskikh 2017-11-03 03:34:11 +0300
  • ef05491991 VIM-1367 Implement iskeyword nickgieschen 2015-01-15 01:43:50 +0300
  • 113642c8f5 Fixed test configuration URL Andrey Vlasovskikh 2017-11-01 03:15:05 +0300
  • 088dd98e0d Updated test configuration ID Andrey Vlasovskikh 2017-11-01 03:14:23 +0300
  • 7e0046a715 Updated changelog Andrey Vlasovskikh 2017-11-01 03:00:40 +0300
  • 1a11d5df35 Added tieTYT to the list of contributors Andrey Vlasovskikh 2017-11-01 02:58:06 +0300
  • 57b5b319a7 VIM-523 Fixed global mark remembering only the line number tieTYT 2015-04-16 09:02:37 -0700
  • 0a4672c050 Updated intellij-gradle-plugin, Kotlin, and IntelliJ platform versions Andrey Vlasovskikh 2017-11-01 00:03:44 +0300
  • 8808b651e2 Updated gradle wrapper to 4.3 Andrey Vlasovskikh 2017-11-01 00:02:46 +0300
  • e9fca757b7 JetBrains project badge Andrey Vlasovskikh 2017-09-08 23:07:44 +0300
  • 98a3801f6a New code style settings format of IntelliJ 2017.3 Andrey Vlasovskikh 2017-09-08 23:06:24 +0300
  • 82dfcdd5df Added :tabn(ew) and :tabp(revious) functionality Andrei Gasparovici 2017-08-18 11:38:52 +0300