Feature #801
TagSyntax (CodeEditor) should highlight '=' character as INK_UPP
Status: | Approved | Start date: | 06/29/2014 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | CodeEditor | Spent time: | - | |
Target version: | - |
Description
I think we should use INK_UPP to highlight '=' character in HTML/XML files. Why? Because, this small change should give HTML/XML highlighter more polished look, but please test it before commit this patch to main branch.
What we need to change? CodeEditor/TagSyntax.cpp (line 216):
Put0(INK_UPP);
Insted of
Put();
P.S.
This is only cosmetic change.
History
#1 Updated by Miroslav Fidler almost 11 years ago
- Status changed from Patch ready to Approved