1grzyb1
c26658d27d
Ensure editor is ready before proceeding with split tests
2026-04-07 10:52:41 +02:00
1grzyb1
f6fb0fbea6
Disable gradle cache for testing build type
...
It was preserving old class descriptors
2026-04-07 10:36:31 +02:00
digitalby
74cf6fbee8
refactor: Extract isGotoAction and saveJumpBeforeGoto helpers, add split-mode test for IDE Back jump
2026-04-07 09:47:42 +02:00
digitalby
b22089f50f
fix: Fix `` and \'\' jump commands not working after the IJ Meta+B shortcut
2026-04-07 09:47:42 +02:00
digitalby
dcb15c826c
Save jump location before IDE Back/Forward navigation
2026-04-07 09:47:42 +02:00
digitalby
4ddc30055c
refactor: Extract ToolWindowPositioningListener to DRY up duplicated subscriptions in ExEntryPanel and OutputPanel
2026-04-07 09:37:19 +02:00
digitalby
20b46279ad
Reposition command and output panels on tool window state change
2026-04-07 09:37:19 +02:00
claude[bot]
3653e7f193
Update changelog: Fix pumvisible, Rider/CLion ESC, extension init
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 09:23:15 +02:00
claude[bot]
fd3222dd76
Replace java.lang.Long.toHexString with Kotlin's Int.toString(16) in VimFileBase
2026-04-07 09:12:01 +02:00
claude[bot]
11ca10d10a
Replace java.lang.Integer.min with kotlin.math.min in GoToLineCommand
2026-04-07 09:12:01 +02:00
claude[bot]
fa33b264ba
Use ExException.code to identify E130 in DelfunctionCommand
...
Instead of checking e.message.startsWith("E130"), use the dedicated code
field on ExException, which is set by exExceptionMessage() when the exception
is created. This is more robust since it doesn't depend on message formatting.
2026-04-07 09:12:01 +02:00
1grzyb1
46a48b03a1
Return ChangeGroup from VimPLugin to make it compatibile
2026-04-07 08:55:25 +02:00
1grzyb1
46823abcda
Fix timing in jump navigation split tests
2026-04-03 12:25:19 +02:00
d85e7dba19
Fix pumvisible returning opposite result
...
The implementation was broken in ed50fa28f5 , which inverted the result but did not invert the condition.
2026-04-03 12:17:47 +02:00
1grzyb1
a9c3277a51
Reset KeyHandler in rider esc lookup
2026-04-03 11:28:24 +02:00
1grzyb1
6e6039c22a
Enable lookup listener only in rider/clion
2026-04-03 11:28:24 +02:00
1grzyb1
b49e896b41
Return VimCaret fields back to IjVimCaret
...
There was compatibility issue with multicursor due to change of return type
2026-04-03 11:14:54 +02:00
1grzyb1
122b066b75
Return KeyGroup from getKey
...
There was compatibility issue with multicursor due to change of return type
2026-04-03 11:14:54 +02:00
1grzyb1
cb24ac2bfa
Restore public fields in IjVimEditor
...
Some fields where moved to factory and it resulted in compatybility issues with multicursor plugin
2026-04-03 11:14:54 +02:00
1grzyb1
b14324a3e6
Catching initialization exceptions
...
When external plugin couldn't be initilized and throw exception it resulted in broken ideavim state
2026-04-03 08:37:20 +02:00
1grzyb1
e40a839f52
Fix Escape not exiting insert mode after Ctrl+Space completion in Rider
...
Octopus is disabled for Rider (VIM-3815), and Rider's LookupSummaryInfo popup causes the popup manager to consume Escape before IdeaVim's action handlers can process it, so we now listen for explicit lookup cancellation via LookupListener to exit insert mode.
2026-04-02 12:27:25 +02:00
1grzyb1
a45cc0891b
Don't extend octopus handler in VimEscForRiderHandler
...
Octopus is disabled for Rider so VimEscForRiderHandler couldn't properly handle esc
2026-04-02 11:02:08 +02:00
1grzyb1
89bad651c0
Add missing frontend module decriptor
2026-04-02 11:02:04 +02:00
dependabot[bot]
5150dc0c9e
Bump io.ktor:ktor-client-content-negotiation from 3.4.1 to 3.4.2
...
Bumps [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/3.4.1...3.4.2 )
---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-content-negotiation
dependency-version: 3.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-01 19:54:28 +00:00
dependabot[bot]
c6c7d68876
Bump gradle-wrapper from 9.4.0 to 9.4.1
...
Bumps [gradle-wrapper](https://github.com/gradle/gradle ) from 9.4.0 to 9.4.1.
- [Release notes](https://github.com/gradle/gradle/releases )
- [Commits](https://github.com/gradle/gradle/compare/v9.4.0...v9.4.1 )
---
updated-dependencies:
- dependency-name: gradle-wrapper
dependency-version: 9.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-01 19:51:49 +00:00
1grzyb1
02130a87c9
Exit search with proper defocus and handle escape
2026-04-01 11:48:43 +02:00
1grzyb1
40ba977e58
Add run configurations for all platforms
...
To simplify running ideavim with different platforms, this commit introduce run configurations for each platform both in monolith and split mode
2026-04-01 09:43:37 +02:00
1grzyb1
21f304a560
VIM-4135 fix loading rider module
2026-04-01 09:32:32 +02:00
1grzyb1
36e8bd4663
VIM-4016 Fix :edit when project has no source roots
...
When project couldn't properlly indexed and didn't have source roots it couldn't find file using edit command. So I've modified it to search using absolute paths in project
2026-03-31 09:48:34 +02:00
1grzyb1
5a2d982ca5
VIM-3918 Ensure commentary is installed
2026-03-26 11:28:28 +01:00
1grzyb1
527f612e75
VIM-3918 Run split mode tests using github actions
...
To make it work same way as ui tests I moved split mode tests to run on gh also
2026-03-26 09:51:15 +01:00
dependabot[bot]
53f2b4b9af
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
...
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines ) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.10.1...1.10.2 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
dependency-version: 1.10.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-25 15:56:49 +00:00
dependabot[bot]
02354fafb0
Bump org.mockito.kotlin:mockito-kotlin from 6.2.3 to 6.3.0
...
Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin ) from 6.2.3 to 6.3.0.
- [Release notes](https://github.com/mockito/mockito-kotlin/releases )
- [Commits](https://github.com/mockito/mockito-kotlin/compare/v6.2.3...v6.3.0 )
---
updated-dependencies:
- dependency-name: org.mockito.kotlin:mockito-kotlin
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-25 15:40:37 +00:00
dependabot[bot]
7082757b0e
Bump org.kodein.di:kodein-di-jvm from 7.20.2 to 7.31.0
...
Bumps [org.kodein.di:kodein-di-jvm](https://github.com/kosi-libs/Kodein ) from 7.20.2 to 7.31.0.
- [Release notes](https://github.com/kosi-libs/Kodein/releases )
- [Changelog](https://github.com/kosi-libs/Kodein/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kosi-libs/Kodein/compare/7.20.2...v7.31.0 )
---
updated-dependencies:
- dependency-name: org.kodein.di:kodein-di-jvm
dependency-version: 7.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-25 15:39:41 +00:00
1grzyb1
4f748e5a98
VIM-3918 Add TeamCity configuration for split-mode tests
...
Register SplitModeTests build type: daily schedule at 4am,
XLARGE agent, artifact collection including IDE logs.
2026-03-25 11:43:43 +01:00
1grzyb1
c01a38d584
VIM-3918 Add split-mode tests for jump navigation
2026-03-25 11:43:43 +01:00
1grzyb1
6c569d9cb3
VIM-3918 Add split-mode tests for file ops, marks, and bookmarks
2026-03-25 11:43:43 +01:00
1grzyb1
c332b010f4
VIM-3918 Add split-mode tests for commentary, repeat, and format undo
2026-03-25 11:43:43 +01:00
1grzyb1
01a7cb4865
VIM-3918 Infrastructure for running split mode tests
2026-03-25 11:43:43 +01:00
1grzyb1
13fd228707
Fix TransactionTest project leak on CI
...
The mock services (VimMarkService, VimJumpService) were replaced via
MockTestCase.mockService() using @TestDisposable, which is disposed
AFTER @AfterEach. During super.tearDown(), editor disposal triggers
injector.markService.editorReleased(vimEditor), which still hits the
mock (service replacement not yet undone). This records a new Mockito
invocation on the EDT's MockingProgressImpl thread-local, holding
IjVimEditor → EditorImpl → ProjectImpl — causing the leaked project.
Fix: use a separate Disposable for service replacements and dispose it
before super.tearDown(), so editorReleased goes to the real service.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 13:48:44 +01:00
1grzyb1
2b0485fb9c
Fix flaky Transaction test
2026-03-24 11:09:16 +01:00
1grzyb1
65ae630623
Fix flaky Transaction test
2026-03-24 10:08:28 +01:00
1grzyb1
8c89f8d4eb
Fix slow edt operation exception
2026-03-24 09:13:42 +01:00
1grzyb1
d0ad4caf76
Move dependency support to the plugin.xml file
...
Otherwise, exception thrown from `DependencySupportBean.setPluginDescriptor()`.
2026-03-24 09:13:42 +01:00
1grzyb1
35fe3f9cca
VIM-2821 Undo for repeating insertText in split mode
...
Insert text wasn't being properly grouped into single undo group when performing `.`
Now whole `.` is grouped into single undo entry
2026-03-24 08:56:46 +01:00
Alex Plate
2b1bee3c9c
Fix thinapi test compilation errors with runBlocking
...
After the K3 coroutine audit made VimApi methods suspend,
these tests were not updated to wrap calls in runBlocking.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 18:31:54 +02:00
Alex Plate
608e41bfaa
Move Plugin API docs under api/ subfolder
...
Part of the VimApi freeze decision (VIM-4161).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 18:31:54 +02:00
Alex Plate
609f9b9be8
Revert Exchange plugin migration to new VimApi
...
Part of the VimApi freeze decision (VIM-4161). Reverting the
partial migration to keep Exchange fully on the old API.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 18:31:54 +02:00
Alex Plate
a81cfa67f0
Migrate Exchange highlight from RangeHighlighter to HighlightId
...
Replace RangeHighlighter field in Exchange with HighlightId. Use
injector.highlightingService for adding/removing highlights instead
of direct markupModel access. Update Util.clearExchange to take
VimEditor. Update test assertHighlighter to check markup model
directly (area validation lost — tracked with TODO).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 18:31:54 +02:00
Alex Plate
06d75c1170
Simplify highlight endAdj condition in Exchange
...
The old condition `!isVisualLine && (hlArea == EXACT_RANGE || isVisual)`
was equivalent to `ex.type != LINE_WISE` because when !isVisualLine is
true, hlArea is always EXACT_RANGE, making the isVisual branch
unreachable. Pure logic simplification, no behavior change.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 18:31:54 +02:00