1grzyb1
d28889fc7b
VIM-268 edit command autocomplete
2026-04-14 11:33:32 +02: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
1grzyb1
f3b67416cd
VIM-4134 Format with = action in split mode
...
Formatting was broken in split mode and also in monolith mode cursor position restoring didn't match vim actual behaviour. refactored it to work in same way as commenting works
2026-03-18 11:35:37 +01:00
1grzyb1
34d580898c
VIM-4134 Fix undo in commentary
...
Commentary was doing visual selection on frontend and actual commenting
on backend which resulted in strange undo behaviour.
Moving whole commenting logic fixes all undo issues by making all actions single undo group.
2026-03-16 14:24:30 +01:00
1grzyb1
839446b7ed
VIM-4134 Load frontend classes only in frontend module
2026-03-16 14:24:30 +01:00
1grzyb1
eb4a261984
VIM-4134 Synchronize idea jump through topic
2026-03-16 14:24:30 +01:00
1grzyb1
1f3e7e701e
VIM-4134 replace path-based file identification with VirtualFileId and EditorId
2026-03-16 14:24:30 +01:00
1grzyb1
230f816605
VIM-4134 migrate to ProjectId for project resolution
2026-03-16 14:24:30 +01:00
1grzyb1
325ccc3668
VIM-4134 add common module with shared services, RPC interfaces, and resources
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 14:24:30 +01:00
1grzyb1
9a46a41e40
VIM-4134 add module skeleton and build configuration
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 14:24:30 +01:00