Andre Poenitz <[EMAIL PROTECTED]> writes:
| This moves most of 'setSelection', 'clearSelection' and 'selectionAsString'
| over to a new textcursor.C
very well.
--
Lgb
This moves most of 'setSelection', 'clearSelection' and 'selectionAsString'
over to a new textcursor.C
Andre'
--
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
Index: Makefile.am
==
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
... to sanity.
This renames 'fullRebreak' to 'partialRebreak' as it partially rebreaks the
text and creates a new 'fullRebreak' that fully rebreaks the text and hides
some internals from InsetERT and InsetMinipage.
I made sure no occurence was missed.
I'll take the liberty to commit this shortl