mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 06:12:52 -06:00
ide: Current file errors improvements
This commit is contained in:
parent
6809868d25
commit
20a8a4e1c0
8 changed files with 141 additions and 111 deletions
|
|
@ -1151,7 +1151,7 @@ void CodeEditor::HighlightLine(int line, Vector<LineEdit::Highlight>& hl, int64
|
|||
}
|
||||
for(Point p : errors)
|
||||
if(p.y == line && p.x < hl.GetCount()) {
|
||||
hl[p.x].paper = Blend(LtRed(), SColorPaper(), 100);
|
||||
hl[p.x].paper = hl_style[PAPER_ERROR_FILE].color;
|
||||
hl[p.x].flags |= LineEdit::NOENDFILL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue