1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-11 13:53:09 +02:00

Commit Graph

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