1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2026-05-03 17:03:08 +02:00

Commit Graph

  • 58aa01113a Bring back a missing property Alex Plate 2025-11-07 17:47:57 +02:00
  • 16eb382dfa Maintenance: Statistics - Fix thread safety issues claude[bot] 2025-11-05 06:12:35 +00:00
  • 66402f499d Restrict claude-review workflow to PRs from the same repository Alex Plate 2025-11-07 16:34:04 +02:00
  • bcb76421b2 Implement let unpack Matt Ellis 2025-09-26 01:22:42 +01:00
  • 592ff5f774 Rearrange bits of grammar in alphabetical order Matt Ellis 2025-09-26 09:11:21 +01:00
  • a4b370bb55 Remove Junie for now Alex Plate 2025-11-07 16:25:00 +02:00
  • 6f3ed33f6e Add support for getting env var expressions Matt Ellis 2025-09-24 09:28:32 +01:00
  • e135392d8b Implement bitwise shift expressions Matt Ellis 2025-10-30 16:02:27 +00:00
  • 4c9951dde6 Rename the binary expression parser rules Matt Ellis 2025-10-29 22:33:22 +00:00
  • 7e7a08a718 Implement parsing function call through funcref Matt Ellis 2025-10-26 14:07:22 +00:00
  • 5dde53c4d5 Reorder rules to reflect Vim's precedence Matt Ellis 2025-10-26 14:04:26 +00:00
  • f83e982730 Fix associativity of ternary and falsy operators Matt Ellis 2025-10-26 13:41:20 +00:00
  • 115937f642 Consolidate unary expressions Matt Ellis 2025-10-26 13:38:59 +00:00
  • 3278b5e8cf Add tests for expression precedence Matt Ellis 2025-10-26 13:31:59 +00:00
  • 5d96a682f6 Fix test base classes Matt Ellis 2025-10-26 13:18:19 +00:00
  • 63cbb5b736 Fix use of is operator as variable name Matt Ellis 2025-10-23 09:52:31 +01:00
  • fc6f2905be Fix is and isnot operators Matt Ellis 2025-10-23 09:33:30 +01:00
  • dec2a89643 Remove dead code from VimStateMachineImpl claude[bot] 2025-11-03 06:13:15 +00:00
  • 3f2b716e72 Remove unused VimEditorGroupBase class claude[bot] 2025-10-26 06:12:00 +00:00
  • a1032c55c0 Adjust codebase maintenance cron schedule to run weekly Alex Plate 2025-11-07 15:10:46 +02:00
  • e98ad5aff3 Bump org.junit.jupiter:junit-jupiter from 6.0.0 to 6.0.1 dependabot[bot] 2025-11-05 15:20:22 +00:00
  • b76c242af5 Bump com.squareup.okhttp3:okhttp from 5.0.0 to 5.3.0 dependabot[bot] 2025-11-05 15:02:10 +00:00
  • 86cc1259ad Bump io.ktor:ktor-serialization-kotlinx-json from 3.3.1 to 3.3.2 dependabot[bot] 2025-11-05 15:02:13 +00:00
  • 9dc3c341bd Bump org.junit.vintage:junit-vintage-engine from 6.0.0 to 6.0.1 dependabot[bot] 2025-11-05 15:02:06 +00:00
  • 7e27c1eb92 Bump org.junit:junit-bom from 6.0.0 to 6.0.1 dependabot[bot] 2025-11-05 15:01:55 +00:00
  • 3024c21f86 Bump org.jetbrains.kotlin:kotlin-stdlib from 2.2.20 to 2.2.21 dependabot[bot] 2025-11-01 00:18:06 +00:00
  • fdb8642e28 Bump org.eclipse.jgit:org.eclipse.jgit.ssh.apache dependabot[bot] 2025-10-29 15:01:37 +00:00
  • 731cf6fdfa Bump org.jetbrains.intellij.platform from 2.9.0 to 2.10.2 dependabot[bot] 2025-10-29 15:01:23 +00:00
  • 398eba76ff Bump io.ktor:ktor-serialization-kotlinx-json from 3.3.0 to 3.3.1 dependabot[bot] 2025-10-29 15:01:27 +00:00
  • 3be99ba2e6 Bump com.google.devtools.ksp:symbol-processing-api dependabot[bot] 2025-10-29 15:02:55 +00:00
  • 77a83d779a Pass project directory as argument to integrationsTest Alex Plate 2025-10-29 13:24:44 +02:00
  • 46b0769bb9 Remove YouTrack-related logic and cleanup build.gradle.kts Alex Plate 2025-10-27 12:10:17 +02:00
  • ebac7f458e Refactor integrationsTest into a standalone Kotlin script Alex Plate 2025-10-27 12:02:39 +02:00
  • 3e28cecab1 Refactor releaseActions into a standalone Kotlin script and improve YouTrack integration Alex Plate 2025-10-27 11:59:14 +02:00
  • 80454c7f2d Refactor changelog update logic into standalone Kotlin script Alex Plate 2025-10-27 11:49:06 +02:00
  • 65ed2b2f7a Refactor updateMergedPr into a standalone Kotlin script Alex Plate 2025-10-27 11:43:05 +02:00
  • 588dd56679 Refactor updateAuthors functionality into a standalone Kotlin script Alex Plate 2025-10-27 11:39:33 +02:00
  • b6808aee17 Extract Slack notification functionality into a standalone Kotlin script Alex Plate 2025-10-27 11:33:17 +02:00
  • db277e3d2b Add new IdeaVim plugin dependency for vim-cmdfloat and update compatibility checks Alex Plate 2025-10-27 11:25:40 +02:00
  • 0b512dc293 Refactor YouTrack update script for better modularity and task integration Alex Plate 2025-10-27 11:17:46 +02:00
  • 5edf6ea857 Skip github-actions bot emails and clean up AUTHORS.md Alex Plate 2025-10-27 11:06:27 +02:00
  • 9d2e3b102a Improve doc-sync skill based on lessons learned Alex Plate 2025-10-24 20:08:06 +03:00
  • d5b0896e7f Fix Plugin API documentation to use correct mapping signatures Alex Plate 2025-10-24 19:59:58 +03:00
  • 163bbe3935 Add doc-sync skill for documentation synchronization Alex Plate 2025-10-24 19:41:01 +03:00
  • 2de7394aa6 Add hasmapto functions for all modes Alex Plate 2025-10-24 19:20:46 +03:00
  • 4c8c1cfcf2 Fix map/noremap/unmap to only affect nvo modes Alex Plate 2025-10-24 18:44:14 +03:00
  • 2c383b4ad8 Reorganize MappingScope functions by mode type Alex Plate 2025-10-24 18:42:28 +03:00
  • e71e9714c2 Remove incorrect 3-argument mapping functions from API Alex Plate 2025-10-24 18:03:40 +03:00
  • 80f30f3f20 Add github-actions[bot], azjf to contributors list IdeaVim Bot 2025-10-25 09:01:55 +00:00
  • 7b561bc275 Support hints for status bar widgets Xinhe Wang 2025-09-25 14:32:23 +01:00
  • 057a54c63d Specify hint action in HintGenerator instead of actionPerformed Xinhe Wang 2025-09-25 14:07:56 +01:00
  • 5893718c1b Click target center instead of invoking accessible action if hint is selected Xinhe Wang 2025-09-25 13:44:26 +01:00
  • 1a8d5e0b66 Improve support for recording macros with code completion (#1332) chylex 2025-10-24 14:24:43 +02:00
  • cc3c132ccb Maintenance: Java tests - Improve null safety in fold region handling claude[bot] 2025-10-21 06:13:24 +00:00
  • 13fb2d53f1 Maintenance: LenFunctionTest - Address review feedback claude[bot] 2025-10-24 11:37:23 +00:00
  • c803a1cf24 Maintenance: LenFunctionTest - Add comprehensive edge case coverage claude[bot] 2025-10-20 06:14:29 +00:00
  • 1d60e47bb8 Remove the PR pre-fetch Alex Plate 2025-10-24 14:38:37 +03:00
  • 664c433ee9 Add test for Visual mode inclusive caret positioning in templates Alex Plate 2025-10-24 14:32:03 +03:00
  • 67a44b4d25 Fix boundary check and null safety in mapleader parsing Alex Plate 2025-10-24 13:49:12 +03:00
  • b4915d08cd Remove redundant code Matt Ellis 2025-10-09 22:33:41 +01:00
  • 6b7b18d947 Switch to Normal when accepting an inline rename Matt Ellis 2025-10-09 22:20:01 +01:00
  • 54cc89f641 Fix missing read action exceptions Matt Ellis 2025-09-26 17:26:19 +01:00
  • 1048d06586 Remove no longer used 'ideaglobalmode' text Matt Ellis 2025-09-26 16:49:08 +01:00
  • 7f0ab93ea7 Return \<${specialKeyBuilder} for VimStringParserBase#parseVimScriptString(string: String) azjf 2025-05-26 21:23:06 +08:00
  • a0f923512a Add support for non-control-character mapleader such as \<C-Space> azjf 2025-05-10 20:33:24 +08:00
  • d60af9afa1 Remove the checkout from the manual command Alex Plate 2025-10-24 13:14:32 +03:00
  • 1ef919f73a Add checkout step Alex Plate 2025-10-24 13:05:03 +03:00
  • f6947d73f6 Trying to disable oidc for forkes Alex Plate 2025-10-24 11:22:14 +03:00
  • 54c12470f3 Claude Code now has an ability to create inline comments Alex Plate 2025-10-24 11:10:51 +03:00
  • 8aa8725a8d Update Claude Code workflow Alex Plate 2025-10-24 11:08:26 +03:00
  • 1e1bbbac2a Add github-actions[bot] to contributors list IdeaVim Bot 2025-10-20 09:01:57 +00:00
  • 0bb3524118 Maintenance: IjVimMessages - Fix redundant toString() call and improve null safety claude[bot] 2025-10-18 06:11:45 +00:00
  • 12596540e9 Maintenance: Line matchers - Add defensive bounds checking claude[bot] 2025-10-19 06:15:41 +00:00
  • 3eadff6401 Add github-actions[bot] to contributors list IdeaVim Bot 2025-10-18 09:01:56 +00:00
  • 52f4c24b1e Docs: Add regression testing guideline to maintenance instructions claude[bot] 2025-10-17 09:49:15 +00:00
  • 7de2ea0e0b Add regression test for string indexing boundary condition claude[bot] 2025-10-17 09:48:19 +00:00
  • a9fc2c58a6 Maintenance: IndexedExpression - Fix off-by-one error and variable shadowing claude[bot] 2025-10-15 06:12:17 +00:00
  • 1aa586484f Maintenance: Change actions - Remove wildcard imports claude[bot] 2025-10-17 06:13:45 +00:00
  • aa24d53b18 Get rid of the deprecated method in the configuration Alex Plate 2025-10-17 12:39:18 +03:00
  • c396d98022 Add RandomOrderTests configuration to TeamCity project Alex Plate 2025-10-17 12:38:55 +03:00
  • db767f534f Remove an unclear test Alex Plate 2025-10-17 12:30:29 +03:00
  • d955b1b85c Fix an exception that we try to record wrong characters Alex Plate 2025-10-17 12:21:57 +03:00
  • 0fdfc04068 Add github-actions[bot] to contributors list IdeaVim Bot 2025-10-14 09:01:55 +00:00
  • 244d13a3cc Maintenance: HintGenerator - Fix variable shadowing and remove wildcard import claude[bot] 2025-10-14 06:13:33 +00:00
  • 4a2600738f Maintenance: RangeFunctionTest - Fix missing assertion and improve imports claude[bot] 2025-10-13 06:13:50 +00:00
  • 82ed26a701 Maintenance: PrintLineNumberCommand - Fix out-of-bounds range handling claude[bot] 2025-10-11 06:16:00 +00:00
  • cf5dce3ce7 Remove "getSelectionModel" from VimRegex.kt Alex Plate 2025-10-13 17:37:23 +03:00
  • c68e216c87 Add copyright year policy to maintenance instructions Alex Plate 2025-10-13 16:22:03 +03:00
  • c12f4a75ac Add github-actions[bot] to contributors list IdeaVim Bot 2025-10-10 09:01:54 +00:00
  • 9a069e5ef8 Maintenance: ExPanelBorder - Update copyright and remove redundant modifier claude[bot] 2025-10-09 12:43:10 +00:00
  • 27f2e56635 Update codebase maintenance workflow to run daily Alex Plate 2025-10-09 14:26:32 +02:00
  • 7a0bdb8f3d Add reference to CONTRIBUTING.md in maintenance instructions Alex Plate 2025-10-09 14:16:23 +02:00
  • 1d9bb6ec70 Expand testing corner cases in contribution guide Alex Plate 2025-10-09 14:15:12 +02:00
  • bb62dcdc15 Maintenance: DeletePreviousWordAction - Update copyright and add test claude[bot] 2025-10-09 12:10:29 +00:00
  • fdcb954e31 Remove the VimSelectionModel as it's not used anywhere Alex Plate 2025-10-09 13:14:49 +02:00
  • 747e4053ba Update codebase maintenance workflow to skip PR creation when no changes are made Alex Plate 2025-10-09 13:10:41 +02:00
  • 448c19af47 Fix SortCommand to use caret selection instead of editor selection model Alex Plate 2025-10-09 13:09:38 +02:00
  • f0edc797dc Add codebase maintenance workflow Alex Plate 2025-10-09 13:04:55 +02:00
  • 1d4a14defd Set plugin version to chylex-52 customized/52 chylex 2023-11-17 12:55:52 +01:00
  • 021a94d9bb Improve support for recording macros with code completion chylex 2025-10-08 03:38:39 +02:00