Improved appearance of package file list underlines, U++ LOG macros now highlighted (default green)

git-svn-id: svn://ultimatepp.org/upp/trunk@618 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-11-07 11:15:08 +00:00
parent ec204cf931
commit 61af975ae0
7 changed files with 132 additions and 118 deletions

View file

@ -858,7 +858,8 @@ void CodeEditor::DefaultHlStyles()
SetHlStyle(INK_SQLBASE, Black);
SetHlStyle(INK_SQLFUNC, Black);
SetHlStyle(INK_SQLBOOL, Black);
SetHlStyle(INK_UPPMACROS, Black);
SetHlStyle(INK_UPPMACROS, Cyan);
SetHlStyle(INK_UPPLOGS, Green);
SetHlStyle(PAPER_BLOCK1, Blend(LtBlue, White, 240));
SetHlStyle(PAPER_BLOCK2, Blend(LtGreen, White, 240));