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

Commit Graph

  • 4256d17282 VIM-3948 Don't apply hints on each commit 1grzyb1 2026-02-09 11:39:58 +01:00
  • c1ce2d57fd VIM-3948 make hint test skipped in headless env 1grzyb1 2026-02-09 10:56:12 +01:00
  • e4806ef6d6 VIM-3948 position label based only on visible part of Tree 1grzyb1 2026-02-09 10:23:46 +01:00
  • feed3a0d82 VIM-3948 Simplify hint generation code 1grzyb1 2026-02-09 10:10:05 +01:00
  • 6ab9deceb3 VIM-3948 Add tests for Hint generation 1grzyb1 2026-02-09 09:47:28 +01:00
  • 402afae110 VIM-3948 Add support for ContentTabLabel in hint generation 1grzyb1 2026-02-04 09:00:46 +01:00
  • 30953c8ac4 VIM-3948 Don't crop hint labels 1grzyb1 2026-02-06 14:55:31 +01:00
  • cf50dddcc1 VIM-3948 Skip scroll panes to avoid duplicated labels on editors 1grzyb1 2026-02-06 14:20:44 +01:00
  • 55ec7c2aee VIM-3948 Add support for JScrollPane and center-aligned hint labels in HintGenerator 1grzyb1 2026-02-06 12:22:18 +01:00
  • 57df4d6f16 VIM-3948 Fix applying Labels on VimModeWidget 1grzyb1 2026-02-05 08:59:11 +01:00
  • 2566e2a222 VIM-4218 Add RoundedHintLabel for improved hint rendering 1grzyb1 2026-02-04 11:07:16 +01:00
  • 4f611c47d4 Update changelog rules: exclude Vim Everywhere project Alex Plate 2026-02-06 14:27:55 +02:00
  • 6aa1a68c9d VIM-3948 Fix nullability issue in hint generation 1grzyb1 2026-02-06 09:35:33 +01:00
  • 4b3271d4f9 VIM-3948 document vim hints 1grzyb1 2026-02-05 16:47:19 +01:00
  • 0f2ce4bcc5 VIM-4125 Update shortcut for Toggle Hints action to ctrl + BACK_SLASH 1grzyb1 2026-02-05 12:26:01 +01:00
  • fb2c4ff680 Bump gradle-wrapper from 9.3.0 to 9.3.1 dependabot[bot] 2026-02-04 15:23:23 +00:00
  • f8f3a72f82 Bump com.google.devtools.ksp:symbol-processing-api from 2.3.3 to 2.3.5 dependabot[bot] 2026-02-04 15:23:30 +00:00
  • 158b40ab1d Bump org.mockito.kotlin:mockito-kotlin from 6.2.2 to 6.2.3 dependabot[bot] 2026-02-04 15:22:34 +00:00
  • e810bdde1a Update changelog: Add :read and :read! commands claude[bot] 2026-02-04 05:23:06 +00:00
  • f4c84607cb VIM-3948 Improve visibility checks for hint generation 1grzyb1 2026-02-03 09:23:38 +01:00
  • 3f43cf6aa4 VIM-4120 Fix isAtEnd offset logic 1grzyb1 2026-01-30 12:11:13 +01:00
  • fa6d4a39a9 VIM-4120 Remove ExOutputModel and transition to a unified OutputPanel 1grzyb1 2026-01-30 12:05:22 +01:00
  • d9a66e9b86 VIM-4120 Remove test-specific mode handling 1grzyb1 2026-01-30 11:18:26 +01:00
  • ad85aca860 VIM-1595 Add support for handling address 0 in :put command 1grzyb1 2026-01-30 10:46:23 +01:00
  • 322d961085 VIM-1595 Add support for the :read! {cmd} command 1grzyb1 2026-01-30 09:53:33 +01:00
  • 0a7ad9e8f1 VIM-1595 Add support for the :read command 1grzyb1 2026-01-29 17:31:11 +01:00
  • a0059f9e26 Amend constitution v1.2.2: prefer feature branches with frequent rebasing Alex Plate 2026-01-30 13:37:27 +02:00
  • 36f522a822 Update API layer to trunk-based development, amend constitution v1.2.1 Alex Plate 2026-01-30 13:30:21 +02:00
  • 89f81058a3 Amend constitution to v1.2.0 (trunk-based development) Alex Plate 2026-01-30 13:25:56 +02:00
  • 140a04f461 Add API layer implementation plan and research Alex Plate 2026-01-30 13:20:50 +02:00
  • 4038238620 Clarify API layer spec: external plugins and deprecation Alex Plate 2026-01-30 13:01:58 +02:00
  • 6c421bbe14 Add API layer feature specification Alex Plate 2026-01-30 12:44:10 +02:00
  • 090dcc38fe Amend constitution to v1.1.0 (new principles + commit clarity) Alex Plate 2026-01-30 12:50:45 +02:00
  • 58a865ecca Add IdeaVim project constitution v1.0.0 Alex Plate 2026-01-30 12:02:54 +02:00
  • f158824d0c Add .beads/sync_base.jsonl to gitignore Alex Plate 2026-01-30 11:41:13 +02:00
  • 0c3a2eaada VIM-4084 Ensure insert mode respects file's writable state 1grzyb1 2026-01-29 10:49:36 +01:00
  • b1575510ef Update changelog: Add zf fold command and foldlevel option claude[bot] 2026-01-28 05:10:03 +00:00
  • 5a51b69174 Fix flaky TemplateTest by adjusting escape sequence timing 1grzyb1 2026-01-28 16:53:33 +01:00
  • ca298b1172 VIM-566 Skip fold-level application during initialization 1grzyb1 2026-01-27 11:05:17 +01:00
  • 8651b8f8ec VIM-566 Add operator-pending mode support for zj and zk 1grzyb1 2026-01-26 14:16:34 +01:00
  • ec42b4ff64 VIM-566 Add support for navigating between folds with zj and zk commands 1grzyb1 2026-01-26 12:47:54 +01:00
  • c8fd5cbb51 Bump gradle-wrapper from 9.2.1 to 9.3.0 dependabot[bot] 2026-01-28 15:23:04 +00:00
  • 9cee108322 Bump io.ktor:ktor-client-core from 3.3.3 to 3.4.0 dependabot[bot] 2026-01-28 15:23:14 +00:00
  • d51c0a6956 Bump org.jetbrains.intellij.platform from 2.10.5 to 2.11.0 dependabot[bot] 2026-01-28 15:23:18 +00:00
  • 2e51a214b7 Make generated JSON formatting consistent with IntelliJ 1grzyb1 2026-01-27 16:13:41 +01:00
  • 9236b4cc72 VIM-566 Implement zf create fold action 1grzyb1 2026-01-27 11:30:39 +01:00
  • a229979644 Make generated JSON formatting consistent with IntelliJ 1grzyb1 2026-01-26 17:37:23 +01:00
  • 9257ba1741 VIM-566 Update tests to include foldlevel in option outputs 1grzyb1 2026-01-26 10:28:33 +01:00
  • e8add6d38d VIM-566 document different default foldlevel between ideavim and vim 1grzyb1 2026-01-26 09:07:42 +01:00
  • 0c21dcb132 VIM-566 add set foldelevel command support 1grzyb1 2026-01-22 14:57:12 +01:00
  • e101510c8e Update changelog: Add zr and zm folding commands claude[bot] 2026-01-24 05:05:22 +00:00
  • 7290a85166 Make Claude Code Review workflow manual and context-aware 1grzyb1 2026-01-23 09:50:25 +01:00
  • 054c703383 Update changelog: Add zA toggle folding claude[bot] 2026-01-22 05:10:24 +00:00
  • 729cb7b2ad VIM-566 Add documentation to fold-related methods 1grzyb1 2026-01-23 08:36:03 +01:00
  • 327de9772d VIM-566 Improve fold depth calculation readability 1grzyb1 2026-01-22 10:13:31 +01:00
  • 98ebaabf10 VIM-566 improve performance by batch apply fold level 1grzyb1 2026-01-22 09:47:10 +01:00
  • 23119b169b VIM-566 Add zm folding support 1grzyb1 2026-01-22 08:43:06 +01:00
  • c0d3624f3c VIM-566 Add zr folding support 1grzyb1 2026-01-21 11:06:22 +01:00
  • 2f83606662 Change UI tests schedule to every 30 minutes Alex Plate 2026-01-22 12:35:24 +02:00
  • 9394788e34 Add UI test debugging principles to autofix prompt Alex Plate 2026-01-22 12:34:50 +02:00
  • 5445878d21 Fix testTrackActionId UI test flakiness Alex Plate 2026-01-22 12:26:04 +02:00
  • b7607934a1 Change IntelliJ UI tests schedule from every 5 minutes to daily Alex Plate 2026-01-22 11:49:38 +02:00
  • f6e6f04004 Add 1grzyb1 to contributors list IdeaVim Bot 2026-01-22 09:05:22 +00:00
  • c1944f1369 Bump org.mockito.kotlin:mockito-kotlin from 6.1.0 to 6.2.2 dependabot[bot] 2026-01-21 15:22:40 +00:00
  • 0264e1cd75 VIM-566 Add zA toggle folding support Grzybek 2026-01-21 15:48:36 +01:00
  • da4d0bdee3 Add extensions-api-migration skill for Claude Code Alex Plate 2026-01-16 18:44:44 +02:00
  • 86bf54d84c Migrate argtextobj extension to new textObjects API Alex Plate 2026-01-16 17:40:35 +02:00
  • 9decb6152d Add sync.lock to gitignore Alex Plate 2026-01-16 16:29:17 +02:00
  • f49d36fa02 Add comprehensive tests for argtextobj extension Alex Plate 2026-01-16 15:54:00 +02:00
  • eed102d035 Convert VimArgTextObjExtension to kotlin Alex Plate 2026-01-16 15:48:33 +02:00
  • 38f428dec3 Rename .java to .kt Alex Plate 2026-01-16 15:48:32 +02:00
  • ed0f74d85c Run UI tests every 5 minutes to test stability Alex Plate 2026-01-16 15:08:59 +02:00
  • 3627d62175 Disable build cache for PyCharm and Rider UI tests Alex Plate 2026-01-16 15:03:36 +02:00
  • add0c5b327 Run UI tests every 30 minutes instead of daily Alex Plate 2026-01-16 14:55:17 +02:00
  • 0312531361 Disable build cache for UI tests to ensure they always run Alex Plate 2026-01-16 14:55:00 +02:00
  • 41c462c975 Remove Claude from contributors and exclude from authors workflow Alex Plate 2026-01-16 13:56:41 +02:00
  • 6a2429c849 Add issues-deduplication skill for YouTrack issue management Alex Plate 2026-01-15 18:59:18 +02:00
  • a359b68de3 Add claude to contributors list IdeaVim Bot 2026-01-13 09:03:28 +00:00
  • 9cd28d4721 Add change granularity guidelines to tests-maintenance skill Alex Plate 2026-01-13 09:31:42 +02:00
  • 79d36c1edc Ignore last-touched file in beads workspace Alex Plate 2026-01-13 07:33:05 +02:00
  • e407d9ebad Add beads workflow tracking Alex Plate 2026-01-13 07:18:38 +02:00
  • 275475755d Add --console=plain note for gradle tasks in CLAUDE.md Alex Plate 2026-01-13 07:09:37 +02:00
  • 9ef7ce1d36 Add Neovim installation to Claude Code workflows Alex Plate 2026-01-13 07:05:27 +02:00
  • 381dc2684b Remove unused SkipNeovimReason.CMD Claude 2026-01-13 04:41:40 +00:00
  • 26154061f7 Add clear output when Neovim testing is enabled Alex Plate 2026-01-12 14:04:43 +02:00
  • fa2b54bc2d Deprecate SkipNeovimReason.UNCLEAR Alex Plate 2026-01-12 14:00:59 +02:00
  • 85ccfcd4b0 Add instructions for handling deprecated DIFFERENT annotation Alex Plate 2026-01-12 13:58:56 +02:00
  • 3c967d1f03 Fix Neovim test annotations in SearchGroupTest Alex Plate 2026-01-12 13:54:14 +02:00
  • 47215cfda1 Deprecate SkipNeovimReason.DIFFERENT in favor of more specific reasons Alex Plate 2026-01-12 13:46:17 +02:00
  • 20f86bc0b4 Add explanations for disabled tests in MultipleCaretsTest Alex Plate 2026-01-12 13:43:27 +02:00
  • 7fa5ebb80c Update changelog: Add VimScript functions, fix high CPU claude[bot] 2026-01-10 05:06:15 +00:00
  • 9bffb4f42f Fix min arity for remove() function Matt Ellis 2026-01-09 16:13:17 +00:00
  • 3cdea85df4 Move common functions to collectionFunctions Matt Ellis 2025-12-23 18:58:13 +00:00
  • cc1122b3b6 Rename file Matt Ellis 2025-12-23 18:14:52 +00:00
  • 5adff67ec8 Add List uniq() function Matt Ellis 2025-12-23 18:14:24 +00:00
  • 8340be8459 Add List sort() function Matt Ellis 2025-12-23 17:39:28 +00:00
  • 9fbee06890 Add filter() function Matt Ellis 2025-12-22 15:52:15 +00:00
  • 4bf947a143 Fix comparison of String and Number Matt Ellis 2025-12-22 15:51:53 +00:00
  • 5225c409d8 Add List reduce() function Matt Ellis 2025-12-19 17:18:41 +00:00
  • 17eddab2ac Add map() and mapnew() functions Matt Ellis 2025-12-18 20:21:25 +00:00