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

Improve gpu line range and coordinate resolving #234661

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Improve gpu line range and coordinate resolving #234661

merged 1 commit into from
Nov 26, 2024

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Nov 26, 2024

  • Fixes range resolving taking mid-line tabs into accounts.
  • Improves mouse coordinate resolving, also including mid-line tabs.

Fixes #233665

- Fixes range resolving taking mid-line tabs into accounts.
- Improves mouse coordinate resolving, also including mid-line tabs.

Fixes #233665
@Tyriar Tyriar added this to the November 2024 milestone Nov 26, 2024
@Tyriar Tyriar self-assigned this Nov 26, 2024
@Tyriar Tyriar enabled auto-merge November 26, 2024 13:48
}
let resolvedRangeWidth = 0;
let resolvedEndColumn = resolvedStartColumn;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a little confusing

@Tyriar Tyriar merged commit 5f31695 into main Nov 26, 2024
8 checks passed
@Tyriar Tyriar deleted the tyriar/233665 branch November 26, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Editor GPU: Support mid-line tabs
2 participants