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

Commit Graph

  • 282e581bdb Make state cloneable Filipp Vakhitov 2024-02-04 17:39:55 +02:00
  • 31e7c49608 Add equals & hashCode Filipp Vakhitov 2024-02-04 13:53:48 +02:00
  • 7966a6dc91 Create KeyHandlerState filipp 2024-02-03 23:22:54 +02:00
  • 5fc2f04224 Remove mappingMode from MappingState filipp 2024-02-03 23:03:54 +02:00
  • 6edfd8ed22 Remove deprecated showmode status bar text update that does not work with the new UI and will be replaced with widget filipp 2024-02-03 10:33:46 +02:00
  • 363db05db7 Macro recording state is no longer per editor filipp 2024-02-03 09:45:08 +02:00
  • 3738012dd6 Listeners refactoring filipp 2024-02-02 13:03:29 +02:00
  • 355cfe035d Remove Editor from VimStateMachine filipp 2024-02-02 11:16:39 +02:00
  • 6d01b5be77 Stop maintaining the changelog file Alex Plate 2024-02-23 14:05:12 +02:00
  • 4938957483 Add a comment line with LATEST-EAP-SNAPSHOT Alex Plate 2024-02-23 13:37:36 +02:00
  • 46f4fa7cdd Make tests about join notification more stable Alex Plate 2024-02-23 11:27:15 +02:00
  • f696135f31 Now we execute beforeActionPerformedUpdate instead of lastUpdateAndCheckDumb right before action execution Alex Plate 2024-02-23 11:26:45 +02:00
  • 52e0fcdc7d Use the custom version of IntIterator.skip because it was removed from the library Alex Plate 2024-02-23 10:29:33 +02:00
  • ac17518a23 Update the changelog Alex Plate 2024-02-23 10:19:39 +02:00
  • 6dd924b2b2 Implement motions to go to next/previous misspelled word chylex 2024-01-25 00:34:36 +01:00
  • f439474b73 Fix set command tests Matt Ellis 2024-02-02 17:32:07 +00:00
  • d6cd92e256 Migrate extensions to use operatorfunc option Matt Ellis 2023-12-11 17:31:58 +00:00
  • 3a294268d9 Introduce operatorfunc option Matt Ellis 2023-12-02 19:43:25 -05:00
  • 9b81c7e650 Update junit version Alex Plate 2024-02-23 10:03:30 +02:00
  • e229fb3ad7 Add new plugin that depends on IdeaVim Alex Plate 2024-02-23 09:26:46 +02:00
  • 720eae63fa Fix the incorrect condition in UI tests Alex Plate 2024-02-23 09:23:42 +02:00
  • 0df96a24bd Add a missing @BeforeEach in tests Alex Plate 2024-02-22 09:19:24 +02:00
  • 21a1588ede Increase wait timeout for UI tests Alex Plate 2024-02-22 09:01:49 +02:00
  • 7970006e8c Log the base commit during dev version calculation Alex Plate 2024-02-21 10:58:40 +02:00
  • 418d0cff7f Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 dependabot[bot] 2024-02-21 15:28:46 +00:00
  • 7284360774 Bump org.jetbrains.intellij from 1.17.0 to 1.17.2 dependabot[bot] 2024-02-21 15:28:55 +00:00
  • 9fc3fadee8 Bump org.antlr:antlr4 from 4.10.1 to 4.13.1 dependabot[bot] 2024-02-21 15:28:28 +00:00
  • 3d2db56f63 Use sets during plugin detection to avoid sorting problems Alex Plate 2024-02-21 10:43:44 +02:00
  • e9c7cb8670 Update logic of calculation of dev version Alex Plate 2024-02-21 10:39:46 +02:00
  • 87d19274c5 Bump io.ktor:ktor-client-content-negotiation from 2.3.7 to 2.3.8 dependabot[bot] 2024-02-20 14:56:54 +00:00
  • 3161bf8ffd Bump io.ktor:ktor-client-core from 2.3.7 to 2.3.8 dependabot[bot] 2024-02-20 14:56:54 +00:00
  • b68865587e Wait up to 5 mins for initialization of PyCharm Alex Plate 2024-02-20 17:06:26 +02:00
  • 7dc0dbe944 Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.7 to 2.3.8 dependabot[bot] 2024-02-20 14:43:07 +00:00
  • f50a363525 Bump io.ktor:ktor-client-cio from 2.3.7 to 2.3.8 dependabot[bot] 2024-02-20 14:42:42 +00:00
  • 57ad4c70d1 Do not analyze test fixtures by qodana Alex Plate 2024-02-20 16:46:43 +02:00
  • d3d93b898f Unregister NotificationService project service Alex Plate 2024-02-20 16:46:07 +02:00
  • 7d8973edb2 Add tests for new java matchit functionality Alex Plate 2024-02-20 16:42:03 +02:00
  • 2302b576b0 Bump io.ktor:ktor-client-auth from 2.3.7 to 2.3.8 dependabot[bot] 2024-02-20 14:28:38 +00:00
  • f4782630d4 Add Matchit support for Java statements chylex 2024-01-23 00:10:42 +01:00
  • 8c1a2a686f Update changelog after merging PR IdeaVim Bot 2024-02-20 14:33:04 +00:00
  • 32d5e1e6fa Enforce LF line separator in project code style chylex 2024-01-24 23:15:37 +01:00
  • a381a1cacc Wait till all toolwindows initialziation Alex Plate 2024-02-20 16:19:29 +02:00
  • 73c3c9f7fe Replace Enum.values() with Enum.entries, as suggested since 1.9 Alex Plate 2024-02-20 16:12:34 +02:00
  • 67ef0a75d5 Update capitalization Alex Plate 2024-02-20 16:12:11 +02:00
  • 328bc5e95a Convert some services to light services Alex Plate 2024-02-20 16:10:07 +02:00
  • 7f8021e37e Update the function that waits for smart mode Alex Plate 2024-02-20 15:49:42 +02:00
  • 9701b7e79b Add test reports to artifacts Alex Plate 2024-02-20 15:10:15 +02:00
  • 7a52c6fec9 Cleanup tests Alex Plate 2024-02-20 14:51:13 +02:00
  • 1503639d4b Remove generated lexing from qodana analyze Alex Plate 2024-02-20 14:51:06 +02:00
  • e82f19c852 Add test for checking an issue that was caught by property tests Alex Plate 2024-02-20 13:52:17 +02:00
  • edd69c9c25 Apply patch for qodata TC config Alex Plate 2024-02-20 13:12:14 +02:00
  • fc61e369fb Fix some deprecated calls Alex Plate 2024-02-20 13:10:55 +02:00
  • 113586b59b TeamCity change in 'Ideavim' project: runners of 'Qodana checks' build configuration were updated aleksei.plate@jetbrains.com 2024-02-20 10:53:37 +00:00
  • 5dbd5e1c89 Update the changelog Alex Plate 2024-02-20 12:47:06 +02:00
  • 04b7d9e2c3 Preparation to 2.9.0 release IdeaVim Bot 2024-02-20 10:41:06 +00:00
  • 5f2743176a Update qodana configuration on TC Alex Plate 2024-02-20 12:18:24 +02:00
  • 3723488617 TeamCity change in 'Ideavim' project: runners of 'Qodana checks' build configuration were updated aleksei.plate@jetbrains.com 2024-02-20 10:16:06 +00:00
  • 0cc17a0791 Make a correct service level for VimProjectService Alex Plate 2024-02-20 12:12:44 +02:00
  • 05a21e6091 TeamCity change in 'Ideavim' project: 'Qodana checks' build configuration settings were updated aleksei.plate@jetbrains.com 2024-02-20 08:58:47 +00:00
  • fc06bc7c6f Update the qodana baseline Alex Plate 2024-02-20 10:58:08 +02:00
  • 1bd005adc1 Fix the name of the compatibility function Alex Plate 2024-02-20 10:39:34 +02:00
  • 4f208d1577 Add new plugin to the list Alex Plate 2024-02-20 10:36:56 +02:00
  • eb6e0557a7 TeamCity change in 'Ideavim' project: runners of 'Qodana checks' build configuration were updated aleksei.plate@jetbrains.com 2024-02-20 08:23:51 +00:00
  • cf09d66be6 Prototype for vimscript inspection Alex Plate 2024-02-20 06:13:26 +02:00
  • 76cd127a8a Bring back function to fix compatibility Alex Plate 2024-02-20 05:25:22 +02:00
  • f6dd2a9968 Do not call for setCaretVisible in tests as this causes project leak Alex Plate 2024-02-20 05:19:51 +02:00
  • ae05a33e14 TeamCity change in 'Ideavim' project: general settings of 'Tests for IntelliJ Latest EAP' build configuration were updated aleksei.plate@jetbrains.com 2024-02-19 07:13:35 +00:00
  • b38fad323b TeamCity change in 'Ideavim' project: general settings of 'Tests for IntelliJ Latest EAP' build configuration were updated aleksei.plate@jetbrains.com 2024-02-19 07:12:50 +00:00
  • c6027fcf0f Add new plugin for compatibility checks Alex Plate 2024-02-19 09:01:02 +02:00
  • a7def05aa8 Set plugin version to chylex-28 customized/28 chylex 2023-11-17 12:55:52 +01:00
  • 51e13a5f20 Disable speed search in Project tool window when NERDTree is enabled chylex 2024-02-15 05:58:16 +01:00
  • 9b67260d5a Work around VIM-3306 (make paragraph-motion plugin go to the end of the line) chylex 2024-02-15 05:30:31 +01:00
  • ac37432db6 Apply scrolloff after executing native IDEA actions chylex 2024-01-24 23:15:05 +01:00
  • 4c946568e4 Stay on same line after reindenting chylex 2024-01-26 11:41:59 +01:00
  • 7e70eed1ab Implement motions to go to next/previous misspelled word chylex 2024-01-25 00:34:36 +01:00
  • 43ae90044b Update search register when using f/t chylex 2024-01-23 13:16:02 +01:00
  • d79f7c23c5 Automatically add unambiguous imports after running a macro chylex 2023-12-03 09:31:15 +01:00
  • 6033450158 Fix(VIM-3179): Respect virtual space below editor (imperfectly) chylex 2023-11-15 00:06:45 +01:00
  • ea86d7132c Fix(VIM-3178): Workaround to support "Jump to Source" action mapping chylex 2023-11-14 23:41:00 +01:00
  • 711d1f0329 Fix(VIM-3166): Workaround to fix broken filtering of visual lines chylex 2023-11-10 02:34:50 +01:00
  • 338e137347 Add support for count for visual and line motion surround chylex 2023-11-09 09:17:29 +01:00
  • 2b0e9bfec5 Fix vim-surround not working with multiple cursors chylex 2022-10-24 02:09:20 +02:00
  • b42346b9e1 Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions chylex 2022-12-21 04:34:56 +01:00
  • d58d3ca8b0 Revert(VIM-2884): Fix moving lines to cursor chylex 2024-01-23 08:45:14 +01:00
  • 22b2ca2352 Respect count with <Action> mappings chylex 2023-11-17 07:32:27 +01:00
  • 1c98daa180 Add Matchit support for Java statements chylex 2024-01-23 00:10:42 +01:00
  • de906bcbac Change matchit plugin to use HTML patterns in unrecognized files chylex 2022-06-18 19:59:56 +02:00
  • 05fac8bf00 Reset insert mode when switching active editor chylex 2023-10-19 23:56:06 +02:00
  • a985d260f7 Remove update checker chylex 2023-01-02 01:16:14 +01:00
  • 9f4c679d77 Set custom plugin version chylex 2021-10-18 13:36:02 +02:00
  • f4cf06a50e Update changelog. Action id - 7940923443 IdeaVim Bot 2024-02-17 10:05:47 +00:00
  • 86bf8dcc60 Fix the compatibility with platform Alex Plate 2024-02-17 08:56:17 +02:00
  • d37898b6d3 Fix(VIM-3234): The space character won't mix in the tab chars after >> and << commands Alex Plate 2024-02-17 08:54:42 +02:00
  • 1edd6a9002 Fix the compatibility with the new version of the platform Alex Plate 2024-02-17 08:14:38 +02:00
  • f7fa0dcbd1 Update YouTrack query for updating the release status after the release Alex Plate 2024-02-16 17:19:04 +02:00
  • 4f0a95a803 Bring back setCompletionPhase as this incompatibility was fixed in the latest EAP of the IntelliJ platform Alex Plate 2024-02-16 17:11:38 +02:00
  • e443cb0d3c Update changelog. Action id - 7928973613 IdeaVim Bot 2024-02-16 10:06:24 +00:00
  • 8de7a9f741 Set plugin version to chylex-27 customized/27 chylex 2023-11-17 12:55:52 +01:00
  • 5977840cef Disable speed search in Project tool window when NERDTree is enabled chylex 2024-02-15 05:58:16 +01:00
  • d0fea229c4 Work around VIM-3306 (make paragraph-motion plugin go to the end of the line) chylex 2024-02-15 05:30:31 +01:00