External context support in RichText / RichEdit

git-svn-id: svn://ultimatepp.org/upp/trunk@972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
rylek 2009-03-18 01:03:40 +00:00
parent 8085dfdde4
commit 178e234cf7
23 changed files with 173 additions and 52 deletions

View file

@ -17,6 +17,7 @@ PaintInfo::PaintInfo()
highlight = Yellow();
indexentry = LtGreen();
coloroverride = false;
context = NULL;
}
String RichPara::Number::AsText(const RichPara::NumberFormat& format) const