1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-11-05 21:22:23 +01:00

Commit Graph

  • 9eeac4a788 Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +01:00
  • 8370661b0d Stay on same line after reindenting chylex 2024-01-26 11:41:59 +01:00
  • 3f88e64abf Implement motions to go to next/previous misspelled word chylex 2024-01-25 00:34:36 +01:00
  • 28e3a7c894 Update search register when using f/t chylex 2024-01-23 13:16:02 +01:00
  • bc859c65f5 Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +01:00
  • 141fc8ed22 Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +01:00
  • dec494639c Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +01:00
  • d06688033b Fix(VIM-3166): Workaround to fix broken filtering of visual lines chylex 2023-11-10 02:34:50 +01:00
  • 98110b9132 Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +01:00
  • a0404b8664 Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +02:00
  • a2a30d545e Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +01:00
  • 6fa228ee08 Fix(VIM-3291): Remove sync of editor selection between different opened editors Alex Plate 2024-02-15 20:34:41 +02:00
  • 4f3bf039c9 Revert(VIM-2884): Fix moving lines to cursor chylex 2024-01-23 08:45:14 +01:00
  • 1f4b97fa00 Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +01:00
  • 61301fdbf5 Add Matchit support for Java statements chylex 2024-01-23 00:10:42 +01:00
  • c980250529 Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +02:00
  • bdb4b02016 Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +02:00
  • 62039a00d3 Remove update checker chylex 2023-01-02 01:16:14 +01:00
  • 95c66fd4a6 Set custom plugin version chylex 2021-10-18 13:36:02 +02:00
  • fb9bfbaeeb Do not check the compatibility of the sneak plugin Alex Plate 2024-02-14 18:05:56 +02:00
  • 09668f4fcb Update gradle wrapper to version 8.6 Alex Plate 2024-02-14 17:07:20 +02:00
  • 4c7a6165ed Fix incorrect logs location in UI tests Alex Plate 2024-02-13 19:26:58 +02:00
  • 12d0d2613f Allow sneak plugin to be registered with the original mappings from the sneak plugin Alex Plate 2024-02-13 19:20:41 +02:00
  • 42ee78cd3d Disable runIde task for test subprojects Alex Plate 2024-02-13 19:18:18 +02:00
  • 58d308c1ed Fix the logging reporting for UI tests Alex Plate 2024-02-13 18:02:55 +02:00
  • 29e1bcc53d Wait longer for the python console to intialize Alex Plate 2024-02-13 14:56:14 +02:00
  • 3531574e5e Remove intellij plugin dependency for UI tests Alex Plate 2024-02-13 12:59:13 +02:00
  • b9721218ab Enable PyCharm for python UI tests Alex Plate 2024-02-13 12:42:33 +02:00
  • a119ea6a29 Fix octopus UI test Alex Plate 2024-02-13 12:34:56 +02:00
  • 95ef5f5f32 Fix incorrect configuration for UI tests Alex Plate 2024-02-13 08:43:12 +02:00
  • b81b18645b Disable publishPlugin task for tests Alex Plate 2024-02-13 08:34:51 +02:00
  • ce591f1b43 Configure UI robot for the root project Alex Plate 2024-02-12 14:49:38 +02:00
  • 28afa4b3ce Change the gradle config for UI tests Alex Plate 2024-02-12 13:37:02 +02:00
  • 89a24d71a6 Update changelog after merging PR IdeaVim Bot 2024-02-10 18:07:26 +00:00
  • f69630b668 VIM-3238 Fix recording a macro that replays another macro chylex 2024-01-24 23:00:53 +01:00
  • a2d34a883b Fix verifyPlugin task Alex Plate 2024-02-09 16:45:57 +02:00
  • 5c79b887d8 Do not ask for license for py tests Alex Plate 2024-02-09 16:31:25 +02:00
  • d0475bf659 Explicitly specify jupyter version Alex Plate 2024-02-09 16:27:22 +02:00
  • 85c9576699 Extract common UI test fixtures Alex Plate 2024-02-09 16:22:22 +02:00
  • 2483450a1f Rename ui tests for better consistency Alex Plate 2024-02-09 16:11:14 +02:00
  • 519d5eed06 Set up PyCharm UI test Alex Plate 2024-02-09 16:03:31 +02:00
  • d87965775a Update version of robot Alex Plate 2024-02-08 16:48:03 +02:00
  • 8c6f81aa00 Fix incorrect location of the video Alex Plate 2024-02-08 16:46:03 +02:00
  • 6ea0ab0968 Print if neovim testing is enabled or not Alex Plate 2024-02-08 15:22:54 +02:00
  • 70ab3ecdbe Make a custom expand function for UI tests Alex Plate 2024-02-08 15:10:47 +02:00
  • a24ae616df Fix the creation of the video for the UI tests Alex Plate 2024-02-08 15:10:36 +02:00
  • cc838f614f Remove the testWithNeovim task Alex Plate 2024-02-08 14:53:43 +02:00
  • ae62a9f378 Fix the incorrect test Alex Plate 2024-02-08 14:35:52 +02:00
  • 1b5778a58c Remove configurations for UI tests Alex Plate 2024-02-08 14:33:02 +02:00
  • 27a689e7b8 Extract UI tests into the separate module Alex Plate 2024-02-08 14:21:09 +02:00
  • 8e6c490c62 Reformat the config file Alex Plate 2024-02-08 09:50:13 +02:00
  • ccda70fe53 Remove mentions of ktlint Alex Plate 2024-02-08 09:49:17 +02:00
  • 26c42e4f0d Turn off fixes for the gradle release with test search issues Alex Plate 2024-02-08 09:48:38 +02:00
  • 3244dd52eb The line with compilation error is disabled Alex Plate 2024-02-08 09:39:54 +02:00
  • 4c6807a0c2 Extract long running tests into a separate module Alex Plate 2024-02-08 09:28:26 +02:00
  • 03a6a2749a Clean up build.gradle.kts Alex Plate 2024-02-08 09:16:16 +02:00
  • 82f69456e9 Exclude propery tests into a separate project Alex Plate 2024-02-08 09:14:52 +02:00
  • 6beda371fb TeamCity change in 'Ideavim / IdeaVim releases' project: VCS roots of 'Publish vim-engine' build configuration were updated filipp.vakhitov 2024-02-07 19:42:16 +00:00
  • 5b9cb2efc5 Explicitly specify java version for java IDE tests Alex Plate 2024-02-07 16:18:54 +02:00
  • 733968723c Explicitly specify an IDE type in the configuration Alex Plate 2024-02-07 16:07:35 +02:00
  • 63c81d67f2 Extract java tests for IdeaVim to a separate gradle subproject Alex Plate 2024-02-07 16:04:10 +02:00
  • ad8ba1dd24 Move @VimBehaviourDiffers into a correct package of testFixtures Alex Plate 2024-02-07 10:07:16 +02:00
  • 04f821e3e1 Create a testFixtures for the project Alex Plate 2024-02-07 10:05:56 +02:00
  • 4937985e2c Bump kotlin version from 1.8.21 to 1.9.22 Alex Plate 2024-02-07 09:29:15 +02:00
  • 5fd7d83a70 Apply patches to TeamCity configurations Alex Plate 2024-02-07 08:22:42 +02:00
  • 699a19d202 TeamCity change in 'Ideavim / IdeaVim releases' project: parameters of 'Publish EAP Build' build configuration were updated aleksei.plate@jetbrains.com 2024-02-07 06:12:25 +00:00
  • 0b42938197 New testing of the eap release job Alex Plate 2024-02-07 08:05:02 +02:00
  • 1e2bfb6216 Trying to figure out how to get the youtrack token Alex Plate 2024-02-06 19:25:19 +02:00
  • f755a4b23f Trying to figure out how to get the youtrack token Alex Plate 2024-02-06 19:20:38 +02:00
  • 4f58e12fca Trying to figure out how to get the youtrack token Alex Plate 2024-02-06 19:15:14 +02:00
  • 588cf89531 Rename the youtrackToken for the EAP release Alex Plate 2024-02-06 19:02:58 +02:00
  • 4fe2dd2706 Add a clearer error message about the missing youtrack token Alex Plate 2024-02-06 18:31:48 +02:00
  • 11ad605cd6 Add YouTrack token to the EAP release job Alex Plate 2024-02-06 18:28:57 +02:00
  • fa9f160bd1 Fix incorrect names in EAP release jobs Alex Plate 2024-02-06 18:21:05 +02:00
  • dae1fad54e Add commenting on YouTrack tickets as a part of EAP release process Alex Plate 2024-02-06 18:08:08 +02:00
  • 52200188d4 Add Emanuel Gestosa to contributors list IdeaVim Bot 2024-02-06 09:02:35 +00:00
  • 0d74b9ef0b Fix tag pushing in the release branch Alex Plate 2024-02-06 10:39:30 +02:00
  • 549163d274 Comment out everything for pycharm tests because it fails on GitHub Alex Plate 2024-02-06 10:32:58 +02:00
  • 755018c783 Update release jobs Alex Plate 2024-02-06 10:09:25 +02:00
  • 2a1c4b3a1c Better widget order Filipp Vakhitov 2024-02-06 00:32:25 +02:00
  • aae0d825e7 Move the ideavim-sneak plugin into IdeaVim Alex Plate 2024-02-05 19:21:09 +02:00
  • 855dbfab16 Fix issues with enter in python console Alex Plate 2024-02-05 18:31:43 +02:00
  • f3a357c559 Update changelog after merging PR IdeaVim Bot 2024-02-05 14:31:53 +00:00
  • 63995e8c61 Support e flag for search Filipp Vakhitov 2023-12-10 01:42:02 +02:00
  • 7062d9b8f8 Enable new regex engine by default Filipp Vakhitov 2023-12-10 00:52:09 +02:00
  • ede62f5c75 Fix compilation Filipp Vakhitov 2023-12-10 00:49:51 +02:00
  • 6386770ff3 Move more tests to src Filipp Vakhitov 2023-12-10 00:49:38 +02:00
  • b4e831a81f Fix VisualAreaMatcher & TextRange Filipp Vakhitov 2023-12-10 00:09:21 +02:00
  • 9b283360ce Minor improvements Filipp Vakhitov 2023-12-09 23:19:11 +02:00
  • fabbd4d156 Better SelectionInfo implementation Filipp Vakhitov 2023-12-09 22:30:50 +02:00
  • 9bea5bf5f7 Remove deprecated code filipp 2023-12-08 17:08:41 +02:00
  • 9fbc990493 Fix visual matching filipp 2023-12-08 17:02:46 +02:00
  • b05fdaaa73 Fix tests filipp 2023-12-08 15:25:25 +02:00
  • 52d5d4d64c Fix Keyword token filipp 2023-12-08 13:39:16 +02:00
  • 6ec712466c Fix StartOfWordMatcher & EndOfWordMatcher filipp 2023-12-08 13:32:13 +02:00
  • 6616b8dc07 Simplify MarkMatchers filipp 2023-12-08 12:57:57 +02:00
  • 807457c718 Hide method and add Deprecated annotation filipp 2023-12-08 12:33:07 +02:00
  • 13d2a40903 removing print Emanuel Gestosa 2023-10-16 02:27:17 +01:00
  • 022b196d6a adding comments and small refactors Emanuel Gestosa 2023-10-16 01:56:21 +01:00
  • 7a64216830 getting rid of usages of deprecated classes Emanuel Gestosa 2023-10-16 00:27:25 +01:00