ValuePairOrder and new TreeCtrl sorting options; fixed sorting in ide helpwindow

git-svn-id: svn://ultimatepp.org/upp/trunk@476 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-09-23 10:18:59 +00:00
parent 97132342e4
commit 476a36c845
10 changed files with 467 additions and 60 deletions

View file

@ -871,7 +871,7 @@ void CodeEditor::DefaultHlStyles()
SetHlStyle(INK_IFDEF, Color(170, 170, 170));
SetHlStyle(PAPER_BRACKET0, LtYellow);
SetHlStyle(PAPER_BRACKET, Yellow);
SetHlStyle(PAPER_BRACKET, Yellow, true);
SetHlStyle(INK_NORMAL, SColorText);
SetHlStyle(INK_DISABLED, SColorDisabled);