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

Commit Graph

  • f3d168f19f Multiple carets support for searching whole word Vitalii Karavaev 2018-07-04 16:08:37 +0300
  • bb8fa94668 Tests for moving cursor after last char in the file Vitalii Karavaev 2018-07-04 15:11:10 +0300
  • 4f4d9fda0b Multiple carets support for moving cursor after last char in the file Vitalii Karavaev 2018-07-04 15:10:32 +0300
  • 24994fa387 Test for moving carets to the first char in the file Vitalii Karavaev 2018-07-04 14:44:12 +0300
  • f4bb745519 Multiple carets support for moving cursor to the first char in the file Vitalii Karavaev 2018-07-04 14:41:17 +0300
  • a03258999a Multiple carets support for deleting the word before cursor in insert mode Vitalii Karavaev 2018-07-04 12:31:29 +0300
  • 3f45200cb9 Fixed bug in test Vitalii Karavaev 2018-07-04 12:28:08 +0300
  • 4703e75003 Test for inserting previously inserted text and stop inserting added Vitalii Karavaev 2018-07-04 10:20:43 +0300
  • 39b166b87f Multiple caret support for insert previously inserted text and stop inserting added Vitalii Karavaev 2018-07-04 10:19:17 +0300
  • ded21efe5f Test for inserting previously inserted text Vitalii Karavaev 2018-07-03 15:49:46 +0300
  • 4952ddc494 Multiple carets support for inserting previously inserted text Vitalii Karavaev 2018-07-03 15:49:03 +0300
  • 8ffc9b6581 Simple case for insert previous inserted text implemented Vitalii Karavaev 2018-07-02 17:46:17 +0300
  • f0be6581b2 Merge branch 'master' into multiple-carets Andrey Vlasovskikh 2018-06-29 12:37:17 +0300
  • 356217a6af Added Konstantin Petrov to the contributors list Andrey Vlasovskikh 2018-06-28 16:12:39 +0300
  • 9b5c86211b Updated changelog Andrey Vlasovskikh 2018-06-28 16:12:20 +0300
  • ef470bd890 Merge branch 'FIX-VIM-1287' Andrey Vlasovskikh 2018-06-28 16:09:47 +0300
  • 428d75968c VIM-1287 More tests for badly nested blocks and strings Andrey Vlasovskikh 2018-06-28 16:09:21 +0300
  • dca4b0a399 VIM-1287 Removed redundant code Andrey Vlasovskikh 2018-06-28 16:08:55 +0300
  • 2380e1b013 Added Jan Palus to the contributors Andrey Vlasovskikh 2018-06-04 16:11:50 +0300
  • 9718445b44 Updated the changelog Andrey Vlasovskikh 2018-06-04 16:11:38 +0300
  • 7f897440b7 Merge remote-tracking branch 'jpalus/master' Andrey Vlasovskikh 2018-06-04 16:05:10 +0300
  • 5b21074b9d Merge remote-tracking branch 'jpalus/VIM-1431' Andrey Vlasovskikh 2018-06-04 16:01:42 +0300
  • 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