RichText/RichEdit: Header/Footer support

git-svn-id: svn://ultimatepp.org/upp/trunk@6476 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-10-23 13:44:42 +00:00
parent 09edff5e1c
commit 39d5b3f06d
20 changed files with 474 additions and 82 deletions

View file

@ -295,7 +295,10 @@ void RichEdit::PasteText(const RichText& text)
RemoveSelection();
Insert(cursor, text, false);
ReadStyles();
DDUMP(text.GetLength());
DDUMP(cursor);
Move(cursor + text.GetLength(), false);
DDUMP(cursor);
}
struct ToParaIterator : RichText::Iterator {