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

GT Inspector: Double Click Doesn't Always Select Text Properly #1118

Closed
seandenigris opened this issue Aug 3, 2015 · 1 comment
Closed

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 1118

In Pharo #40589

It took me a while to figure out that GT has a feature I've wanted for a long time:
when you activate a workspace by clicking, the selection is preserved. Very cool! One
thing though, where it also took me a while to figure out what was going on...

1. Type in the playground:
'aString'.
'anotherString'.
2. "Go" to bring up a second pane - doesn't matter which
3. Click in the second pane to put the keyboard focus there
4. Double click on one of the lines in pane #1
It is selected - great!

5. Repeat #3
6. Double click on the unselected line
The selection will be cleared, but the other line will not be selected.

NB: an interesting thing is that if you do the above exercise with a text editor outside
the same GT window, like another GT Inspector, steps 5 and 6 work correctly just like
the previous.

Reported by sean.p.denigris on 2015-03-31 22:30:07

@girba
Copy link
Member

girba commented Jun 9, 2017

I cannot reproduce this anymore

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

No branches or pull requests

2 participants