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

Commit Graph

  • 11fcb17c29 Replace appendValue with :set in tests Matt Ellis 2023-01-11 17:55:37 +0000
  • 98246e23dd Introduce options value accessor to VimTestCase Matt Ellis 2023-01-11 14:47:50 +0000
  • 61e2e81719 Avoid race condition initialising OptionService Matt Ellis 2023-01-12 01:05:52 +0000
  • 62e600443e Remove unnecessary options reset in tests Matt Ellis 2023-01-11 17:30:50 +0000
  • 5bde4d75ce Remove test option after tests finish Matt Ellis 2023-01-11 17:26:43 +0000
  • 9c54fbe733 Migrate isSet to option value accessor API Matt Ellis 2023-01-10 09:29:58 +0000
  • 9cc206d548 Introduce friendly API for consuming options Matt Ellis 2023-01-09 21:34:43 +0000
  • a97cf8a3ec Remove unnecessarily cached list field Matt Ellis 2023-01-10 10:35:25 +0000
  • f0ea5f3968 Extract IDEA specific option constants Matt Ellis 2023-01-09 15:43:36 +0000
  • 8d44afc8e6 Sort option name constants Matt Ellis 2023-01-09 15:24:42 +0000
  • 62ed3bd7f2 Rename option name constants Matt Ellis 2023-01-09 15:18:17 +0000
  • 89889924fc Tidy up imports Matt Ellis 2023-01-09 14:49:59 +0000
  • dda592cb39 Small refactor Matt Ellis 2023-01-09 14:35:00 +0000
  • bb44044956 Move IJ specific options out of engine Matt Ellis 2023-01-09 14:16:29 +0000
  • d95810f6e5 Sort options Matt Ellis 2023-01-09 13:51:44 +0000
  • 26c275b0f5 Introduce UnsignedNumberOption Matt Ellis 2023-01-09 12:38:44 +0000
  • 341dc6c58b Post-merge fixes filipp 2023-01-17 16:15:34 +0200
  • a2364b7512 Pull request polishing filipp 2022-12-23 00:55:59 +0200
  • 350e1c08d0 Add loading marks and jumps states to VimPlugin filipp 2022-12-20 16:36:01 +0200
  • 724dc42a59 Update changelog filipp 2022-12-20 16:16:15 +0200
  • 79a62e9d37 Move command tests filipp 2022-12-20 16:16:01 +0200
  • f73ba63133 Add test for marks with multiple carets filipp 2022-12-20 15:26:01 +0200
  • d2c849fceb Post-merge fixes filipp 2022-12-17 02:16:20 +0200
  • c4e9d5d14f Multiple carets support for marks filipp 2022-11-12 12:56:08 +0200
  • 76a7d1ee69 Visual marks tests filipp 2022-12-20 02:11:46 +0200
  • a8d225f812 Save jumps after IDE close filipp 2022-12-19 19:07:38 +0200
  • bdfb8c7ee4 Fix exchange filipp 2022-12-19 18:05:28 +0200
  • 9ab9d88eb5 VimJumpService implementation filipp 2022-12-19 13:01:52 +0200
  • 75ff5feccd LastSelectionInfo now stores buffer positions instead of offset Updating lastSelectionInfo after insertion & deletion filipp 2022-12-18 20:18:06 +0200
  • a4c7b38b7a Update formatting filipp 2022-12-18 16:27:04 +0200
  • 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