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

Fix text selection issues in the codeview and console #6099

Merged
merged 2 commits into from
Jul 25, 2023

Conversation

elliette
Copy link
Member

Fixes issues reported in #6079

With this change:

  1. highlighting in the console removes any selection areas in the codeview and visa versa
  2. highlighting in the console and then right clicking maintains the current text selection
  3. cmd+c works in the console (and in codeview, but that was working for me before this change)

The reason this wasn't working before was because we had a SelectionArea (for the expandable variable TreeView) nested inside another SelectionArea (for the console). Now we only have the SelectionArea for the console.

See demo:

selection fixes

@elliette elliette requested a review from a team as a code owner July 25, 2023 22:53
@elliette elliette requested review from kenzieschmoll and removed request for a team July 25, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants