Andre Poenitz <[EMAIL PROTECTED]> writes:
| This creates a new structure 'TextCursor' that contains all cursor related
| data from LyXText and replaces InsetText::sstate with such a 'TextCursor'.
|
| Temporarily LyXText now publicly derives from TextCursor. This is not nice
| and not intended to
This creates a new structure 'TextCursor' that contains all cursor related
data from LyXText and replaces InsetText::sstate with such a 'TextCursor'.
Temporarily LyXText now publicly derives from TextCursor. This is not nice
and not intended to stay. However, the situation is not worse than befor