Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't highlight resolved callable if in a different file #627

Merged
merged 1 commit into from Feb 24, 2017
Merged

Conversation

KronicDeth
Copy link
Owner

@KronicDeth KronicDeth commented Feb 24, 2017

Fixes #619
Fixes #625
Fixes #626

Changelog

Bug Fixes

  • Annotations can only be applied to the single, active file, which belongs to the referrer Callable. The resolved may be outside the file if it is a cross-file function or macro usage, in which case it's TextRange should not be highlighted because it is referring to offsets in a different file.

Fixes #626

Annotations can only be applied to the single, active file, which
belogns to the referrer.  The resolved may be outside the file if it is
a cross-file function or macro usage.
@KronicDeth KronicDeth added this to the v5.0.0 milestone Feb 24, 2017
@KronicDeth KronicDeth self-assigned this Feb 24, 2017
@KronicDeth KronicDeth merged commit 610853a into master Feb 24, 2017
@KronicDeth KronicDeth deleted the 626 branch February 24, 2017 05:34
KronicDeth added a commit that referenced this pull request Feb 24, 2017
@KronicDeth KronicDeth mentioned this pull request Jul 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alignment bug in Callable annotator Syntax highlighting bug in module attributes Map render lag's
1 participant