Nov. 10, 2015
5:57 p.m.
On 10-11-15 18:16, Dimitris Chloupis wrote:
What I want is to create a morph that has the ability to input text from the user that formats it automatically and allows for a limited amount of characters.
You might want to take a look at RubFloatingEditorBuilder. In #buildEditor you see how to react to announcements send by the RubScrolledTextMorph. If you do The Right Thing in whenKeystroke: (like #setTextWith: and fixing the selection and cursor position) you'll be able to do what you want. Stephan