mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-09 22:03:45 -06:00
RichText/RichEdit: Header/Footer support
git-svn-id: svn://ultimatepp.org/upp/trunk@6476 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
09edff5e1c
commit
39d5b3f06d
20 changed files with 474 additions and 82 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue