Updates:
Status: Fixed
Comment #5 on issue 3472 by aplantec: Text selection problem in Pharo-dev
1.2
http://code.google.com/p/pharo/issues/detail?id=3472
too fast Marcus :)
In the case the text is to be changed by the compiler (correction of a
message name), 4 methods a lacking in textMorph.
try to evaluate:
Smalltalk curent
=> DNU because TextMorph does no implement #correctFrom: to:, #select,
#deselect and #selectInvisiblyFrom: to:
in InBox
SLICE-Issue-3472-Text-selection-problem-in-Pharo-dev-12-Part-2