1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-21 07:15:46 +02:00

Commit Graph

  • ec86608aff Fix visual selection marks for the :move command filipp 2022-12-18 16:26:04 +0200
  • 4010854075 Multicaret gv filipp 2022-12-18 16:25:32 +0200
  • fe1ae29fa3 Better selection marks filipp 2022-12-18 16:24:59 +0200
  • 8c7d0b06d1 KeySorter for MarksCommand filipp 2022-12-18 16:23:50 +0200
  • af497e6906 Post-merge fixes filipp 2022-12-17 02:16:20 +0200
  • badb61aaea Move command no longer removes marks filipp 2022-11-16 09:30:35 +0200
  • 5884919350 Fix mark order for marks command filipp 2022-11-12 13:11:24 +0200
  • ce77148a38 Multiple carets support for marks filipp 2022-11-12 12:56:08 +0200
  • 0ee6ce0a55
    Remove some forEachCaret methods Alex Plate 2023-01-16 11:43:00 +0200
  • 39f0e14fee
    Remove one of the unused methods Alex Plate 2023-01-16 09:53:52 +0200
  • dc09907f93
    Remove dynamic loader stopper Alex Plate 2023-01-16 09:38:28 +0200
  • dcec97b9b4 Update formatting Alex Plate 2023-01-15 00:22:05 +0000
  • 0eb8615db4
    Update support guide Alex Plate 2023-01-13 10:19:40 +0200
  • e674d8ac3a
    Remove more usages of runForEachNative Alex Plate 2023-01-12 10:31:14 +0200
  • 141af4f097
    Remove one of for each methods Alex Plate 2023-01-12 10:19:11 +0200
  • 35ef9c7e68
    Update new .ideavimrc template Alex Plate 2023-01-12 09:27:07 +0200
  • 67e8b3e988
    Add support guide Alex Plate 2023-01-12 09:00:24 +0200
  • 896508d1fd
    Update copyright notice Alex Plate 2023-01-12 08:11:15 +0200
  • 908c978242
    Global copyright update Alex Plate 2023-01-10 10:09:25 +0200
  • 6419279514
    Prepare to 2.1.0 release Alex Plate 2023-01-10 09:59:51 +0200
  • 0ecfdc5cf3
    Fix issue with incorrect position of the caret after put Alex Plate 2023-01-06 10:35:04 +0200
  • a357f989ad Update changelog after merging PR Alex Plate 2023-01-09 08:19:13 +0000
  • 831e335b5d Fixed typos in Tutor Patrick Elmquist 2023-01-09 08:58:20 +0100
  • 5e4afd4a7b Update changelog Alex Plate 2023-01-06 08:00:34 +0000
  • 337c526e23
    Fix(VIM-2833): Fix rare deadlock during put in insert mode from clipboard Alex Plate 2023-01-06 09:58:52 +0200
  • 5f25db231f
    Update copyright rules Alex Plate 2023-01-06 09:25:57 +0200
  • fb46993a05
    Reformat sources Alex Plate 2023-01-06 09:24:41 +0200
  • ef2738838f
    Update copyright rules Alex Plate 2023-01-06 09:11:04 +0200
  • b9669e452c
    Add some information to issue template Alex Plate 2023-01-04 10:03:32 +0200
  • 6196417436
    Fix minor issue with offsets Alex Plate 2023-01-04 09:26:39 +0200
  • 5d797f397d Update changelog after merging PR Alex Plate 2023-01-06 07:23:51 +0000
  • 3be6acf5b5 Restore type qualifiers for some static methods Matt Ellis 2023-01-05 11:58:57 +0000
  • b5619adf45 Cleanup MotionGroup.kt Matt Ellis 2023-01-05 11:45:24 +0000
  • 62540fe1b2 Reformat MotionGroup.kt Matt Ellis 2023-01-05 11:08:46 +0000
  • fd85fdf0ac Convert MotionGroup to Kotlin Matt Ellis 2023-01-05 11:01:20 +0000
  • e09208c757 Rename MotionGroup.java to MotionGroup.kt Matt Ellis 2023-01-05 11:00:13 +0000
  • 753f2110c6 Clean up ScrollGroup.kt Matt Ellis 2023-01-05 10:04:39 +0000
  • 7917e8417b Import EditorHelper methods Matt Ellis 2023-01-05 09:42:19 +0000
  • a0447b4840 Convert ScrollGroup from Java to Kotlin Matt Ellis 2023-01-05 09:36:50 +0000
  • 2e561a2af4 Rename ScrollGroup.java to ScrollGroup.kt Matt Ellis 2023-01-05 09:26:51 +0000
  • a330a3e472 Make editor converter property accessors inline Matt Ellis 2023-01-05 09:24:24 +0000
  • 229d64fcf8 Add ScrollViewHelper.kt to ThirdPartyLicenses.md Matt Ellis 2023-01-05 09:19:20 +0000
  • 6df695f650 Cleanup ScrollViewHelper.kt Matt Ellis 2023-01-05 09:18:52 +0000
  • d77edaa056 Convert ScrollViewHelper to Kotlin Matt Ellis 2023-01-05 09:12:24 +0000
  • 4f78246c7f Rename ScrollViewHelper.java to .kt Matt Ellis 2023-01-05 09:03:49 +0000
  • 8d3ccdaf9c Extract scroll functionality into ScrollGroup Matt Ellis 2023-01-05 08:54:40 +0000
  • 17e1061866 Extract scrollCaretIntoView to helper class Matt Ellis 2023-01-05 01:02:14 +0000
  • 30d4b06393 Fix dangling doc comment Matt Ellis 2023-01-04 23:18:58 +0000
  • 893bf452fb Update changelog after merging PR Alex Plate 2023-01-04 06:58:40 +0000
  • bb67584cba Matchit: Add more Rider file types Martin Yzeiri 2022-12-30 21:09:04 -0500
  • e28ec93c80
    Reformat project Alex Plate 2023-01-04 08:44:28 +0200
  • ca37019427
    Move some functions to script Alex Plate 2022-12-29 13:57:39 +0200
  • 3d452015ee
    Small refactoring of scripts Alex Plate 2022-12-29 12:43:21 +0200
  • 57a3d82649
    Update integrationsTest.yml Alex Pláte 2023-01-04 08:21:44 +0200
  • 8e162bce95
    Set plugin version to chylex-15 customized/15 chylex 2022-06-17 22:44:54 +0200
  • 2cdd62371e
    Remove update checker chylex 2023-01-02 01:16:14 +0100
  • d461f61438
    [VIM-696] Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • de7fe30a97
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • 6d80c21344
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • a57a80442c
    Add VimScript 'renaming()' function chylex 2021-11-01 20:26:06 +0100
  • 866e6dc831
    Add support for repeatable actions with ':raction' chylex 2021-10-18 14:31:30 +0200
  • f11bb12f19
    Disable taking over arrow keys and Home/End chylex 2021-02-15 22:36:45 +0100
  • 70ea1bd46f
    Set custom plugin version chylex 2021-10-18 13:36:02 +0200
  • 2845beaf8a
    Better use of Ktor Alex Plate 2022-12-29 09:33:28 +0200
  • 1e58ead126
    Move scripts into the separate module Alex Plate 2022-12-29 09:26:45 +0200
  • fafa7572d0
    Extract plugin dependencies check into the separate file Alex Plate 2022-12-29 08:27:12 +0200
  • 4ddeb72bfe Update changelog after merging PR Alex Plate 2022-12-29 05:53:35 +0000
  • 28ba36dddb Matchit: Support cshtml files Martin Yzeiri 2022-12-28 12:43:10 -0500
  • b6c501311c
    Another workflow update Alex Plate 2022-12-28 18:11:13 +0200
  • 01d4ebe254
    Update workflow Alex Plate 2022-12-28 18:09:21 +0200
  • 34dd332f0b
    Create an entry point for kotlin scripts Alex Plate 2022-12-28 18:04:36 +0200
  • 596d0c7115
    Add new job to check new plugins in marketplace that depend on IdeaVim Alex Plate 2022-12-28 17:06:09 +0200
  • 672601b028
    Do not check updates for dev version of the plugin Alex Plate 2022-12-28 14:41:10 +0200
  • e5045f28ab
    Update tutor a bit Alex Plate 2022-12-28 12:21:36 +0200
  • 12ba067db3
    Use either name or login for GH merge job Alex Plate 2022-12-28 09:09:08 +0200
  • 5413606425
    Fix Alex Plate 2022-12-28 09:04:06 +0200
  • 72ae18557b
    Fix broken link in the code Alex Plate 2022-12-28 08:43:29 +0200
  • 99bd119ed6 Update changelog after merging PR Alex Plate 2022-12-28 06:59:55 +0000
  • faebf66065 improve formating Runinho 2022-11-28 08:53:43 +0100
  • dc030d6895 Fix(VIM-2760) notebookCommandMode detection Runinho 2022-11-25 00:49:11 +0100
  • 7f626005a5
    Fix for the dd on last line in the notebook Alex Plate 2022-12-27 18:22:24 +0200
  • 28d0741e14 Update changelog after merging PR Alex Plate 2022-12-27 13:56:25 +0000
  • c0e17a6c61 Fix issue with lastColumn not being invalidated Matt Ellis 2022-11-26 14:03:29 +0000
  • b5046b089e Fix incsearch not scrolling to current match Matt Ellis 2022-11-26 13:45:45 +0000
  • 1075112bfa
    Add IdeaVim tutor Alex Plate 2022-12-27 10:48:58 +0200
  • 37fddacf8e
    Update GH CI jobs Alex Plate 2022-12-22 17:34:41 +0200
  • 2091a59897
    Temp fix for VIM-2808: disable formatting after paste for rider Alex Plate 2022-12-22 15:49:04 +0200
  • d2a427b38f
    Use different type of action on github merge Alex Plate 2022-12-22 09:28:58 +0200
  • c069719c1c
    Add quick scope plugin to the list Alex Plate 2022-12-21 14:24:04 +0200
  • 654a443d4b
    Fix compatibility with plugins Alex Plate 2022-12-21 10:59:23 +0200
  • a6ec2d5ed7
    Update changelog Alex Plate 2022-12-21 10:34:55 +0200
  • 02ac083175
    Add new line Alex Plate 2022-12-21 10:18:56 +0200
  • 561fce5d40
    Update links to vim plugins Alex Plate 2022-12-21 10:18:23 +0200
  • a88263874a
    Do not check for updates if the plugin is disabled Alex Plate 2022-12-21 10:06:46 +0200
  • 8a9d9af1bb
    Set plugin version to chylex-14 customized/14 chylex 2022-06-17 22:44:54 +0200
  • b52c331adf
    [VIM-696] Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +0100
  • dca254219a
    Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +0200
  • c50b8cb5cd
    Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +0200
  • 09a86c204d
    Add VimScript 'renaming()' function chylex 2021-11-01 20:26:06 +0100
  • afcbdf3326
    Add support for repeatable actions with ':raction' chylex 2021-10-18 14:31:30 +0200