1grzyb1
11f1745c63
VIM-4175 Don't insert repeat when not needed
...
In split mode calling insertRepeatTExt each time over rpc was adding unessesery overhead
2026-04-10 09:09:36 +02:00
1grzyb1
581001f199
VIM-4175 Don't refocus editor after close output panel
2026-04-10 08:47:31 +02:00
1grzyb1
9f33320e66
Move split mode tests to team city
2026-04-09 14:21:18 +02:00
1grzyb1
5dc5aaa0d8
VIM-4176 Don't focus single line output
...
Scroll was causing clearing output panel which resulted in race conditions
2026-04-09 14:06:05 +02:00
1grzyb1
0d8d215946
Clear gradle caches in random order tests
...
They were keeping old class descriptors
2026-04-09 12:26:32 +02:00
1grzyb1
c9234b82f5
VIM-4175 Clear output panel before showing error
...
Split showing error message into two separate methods. Once that appends the error to the current output panel and the second that clears the output panel before showing the error. So when no search results are found we don;t show hit enter message,
2026-04-09 11:45:56 +02:00
1grzyb1
b9bd523648
Fix visual selection commands failing off-EDT due to nested write-in-read action
...
Commands entered from Visual mode (e.g. :'<,'>sort) fail because Command.execute wraps selection cleanup in runReadAction, but exitVisualMode nests a runWriteAction inside it, which deadlocks off-EDT. Remove the unnecessary runWriteAction from exitVisualMode since removeSelection only requires EDT, not a write lock.
2026-04-08 13:48:33 +02:00
1grzyb1
4f5b793642
Bump ideaVersion to 2026.1
2026-04-08 13:48:33 +02:00
1grzyb1
2fdf52d305
Split double undo into two singles once
2026-04-08 09:24:14 +02:00
1grzyb1
56103c990b
Increase compatibility pipeline timeout to 180 minutes
2026-04-08 08:50:47 +02:00
1grzyb1
1e489e2c14
Wait for ideavim to attatch to editor
2026-04-08 08:44:16 +02:00
1grzyb1
06d877415d
Make go back shortcut platform-specific
2026-04-07 12:52:07 +02:00
claude[bot]
c946ecde86
Fix NPE when using \/, \?, or \& range without previous search pattern
...
When using \/, \?, or \& in an Ex command range (e.g., :\/ d) without a
previous search or substitute pattern, the code stored null in the
patterns list and then threw NullPointerException via the !! assertion
in calculateLine1.
Instead, throw the appropriate Vim error eagerly when building the
SearchAddress: E35 for \/ and \? (no previous search), E33 for \& (no
previous substitute). The patterns list is now non-nullable, eliminating
the !! assertion.
Add regression tests that would have caught this NPE.
2026-04-07 12:51:40 +02:00
claude[bot]
00e1d8173e
Remove duplicate test and fix typo in HistoryCommandTest
...
- Remove `test history cmd lists empty command history` which was an
exact duplicate of `test history cmd lists current cmd in history`
- Fix typo "saerch" -> "search" in test name
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 12:50:20 +02:00
IdeaVim Bot
cff4afa050
Add digitalby to contributors list
2026-04-07 09:20:20 +00:00
1grzyb1
706ac76b5e
Update changelog: aggregate all pending changelog entries
...
Combines entries from 10 individual changelog PRs (#1593 , #1604 , #1607 ,
#1612 , #1614 , #1618 , #1625 , #1637 , #1644 , #1648 ) into a single update.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 11:13:16 +02:00
1grzyb1
98934ff7bf
Clean Gradle before running tests
...
It should ensure no stale classes survive between builds
2026-04-07 11:09:05 +02:00
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