Fix displaying diff line when instant applying in jetbrains extensions#10627
Fix displaying diff line when instant applying in jetbrains extensions#10627Pyroboomka wants to merge 1 commit intocontinuedev:mainfrom
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
Documentation ReviewNo documentation updates needed. This PR is an internal bug fix for the JetBrains extension's diff highlighting behavior during instant apply and multi-edit operations. The changes are confined to internal Kotlin implementation code ( Since this fix:
The Continue Docs remain accurate as-is. |
|
Documentation Review: No docs updates needed. This PR fixes an internal visual rendering bug in the JetBrains extension where added lines weren't being properly highlighted during instant-apply diff streaming. The changes are:
The existing documentation accurately describes the diff/instant-apply functionality—this fix simply makes the visual feedback work correctly as already documented. |
Documentation ReviewNo documentation update needed. This PR is a visual bug fix for the JetBrains extension's diff line highlighting during instant apply. The changes:
The existing documentation accurately describes the edit/diff functionality—this PR simply fixes how it's visually displayed in the editor. |
eacf762 to
cc0b12e
Compare
Before:

After:

Should also resolve same issue for multi-edit tool, since they use the same path. Should not affect edit_existing_file in any way.
No the cleanest solution, but it works.
Checklist
Tests
no testing, trust me (c)
Continue Tasks:▶️ 2 queued · ▶️ 7 not started · ✅ 27 no changes — View all
Summary by cubic
Fixes missing added-line highlights when instant-applying diffs in the JetBrains extension. Also fixes the same issue in the multi-edit tool; no impact to edit_existing_file.
Written for commit cc0b12e. Summary will update on new commits.