Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1118 by sean.p.d...@gmail.com: GT Inspector: Double Click Doesn't Always Select Text Properly https://code.google.com/p/moose-technology/issues/detail?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.