Nov. 22, 2012
11:32 a.m.
On 22 November 2012 11:47, Stephan Eggermont <stephan@stack.nl> wrote:
Hi Igor,
The TxText model to me seems to mix two concerns. The storage of the text and manipulating it? Both cursor positioning and selection manipulation are view dependent, and there might be more than one.
No. Please read my other replies to topic. - you have text model - you have positions (in text) - you have selection which is two positions - you define operations, like insert, cut, replace which involving text and positions in them. - you cannot manipulate(edit) text without using positions where you see view dependent stuff? It is completely orthogonal.
Stephan
-- Best regards, Igor Stasenko.