Hello 2012/10/23 Igor Stasenko <[email protected]>
> Also, recently we started working on new text model. With the goal to > replace an clean Text, > text editing and text layout in our system (and sure thing , > rendering). This is also requires a lot of work. > I am very interesting in details. Do you have description or code somewhere? I always think about new text editor implementation based on Presenty. I want remove all hardcoded stuff like cursor navigation arrow keys, copy/paste shortcuts, keyboard based characters input. User should have facility to specify how execute such primitive actions. For example, user can just draw characters on screen to input it or input it by voice. User can add buttons to move cursor, can add visual keyboard (maybe native for OS). And I think about subclassing TextMorph to implement my ideas. But TextMorph is so crappy. So I will be happy if somebody give me clean implementation of TextMorph.
