2015-05-02 20:17 GMT+02:00 Stephan Eggermont <stephan@stack.nl>:
On 02/05/15 15:19, Nicolai Hess wrote:
I think this is a bug, introduced early in the move from squeak to pharo. (It used to work in squeak). Although we don't have any use of a "pure" TextMorph (I don't know of any place/project, either it uses String/LabelMorphs for texts or it uses another TextEditorMorph), without any pluggableXXXMorph around it, I think we should fix this.
I have 23 references to TextMorph in a 40556 image.
I meant, we don't use TextMorphs alone, as a manipulateable morph. Every text editing happens through some pluggableXXX morph.
In writing about Morphic in MorphicDraw, I am looking for the simplest classes that work. That should help when translating later to Bloc.
Stephan