Skip to content

Conversation

joshgiesbrecht
Copy link
Contributor

@joshgiesbrecht joshgiesbrecht commented May 20, 2025

Fixes #1112

Current code finds start/end of highlight by finding char offsets based on the error's given line number; however, it's looking at the visible tab to do so, making the highlighting go wonky if you're selecting an error in a tab you don't have open yet.

Added one line to switch active tab before we find the char offsets.

@Stefterv Stefterv added this to the 4.4.5 milestone May 22, 2025
@SableRaf SableRaf merged commit a58a7a7 into processing:main Jul 11, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect highlighting when selecting an error from the list that's in a different tab

3 participants