mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
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:
parent
97132342e4
commit
476a36c845
10 changed files with 467 additions and 60 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue