mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-18 06:05:32 -06:00
ide: improved error handling
git-svn-id: svn://ultimatepp.org/upp/trunk@7470 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6a37944585
commit
4588382ccd
1 changed files with 3 additions and 3 deletions
|
|
@ -375,9 +375,9 @@ Ide::Ide()
|
|||
ffound.ColumnAt(2).SetDisplay(Single<FoundDisplay>());
|
||||
|
||||
errors.Horz(error, notes);
|
||||
error.WhenSel = THISBACK(ShowError);
|
||||
notes.WhenSel = THISBACK(ShowNote);
|
||||
ffound.WhenSel = THISBACK(ShowFound);
|
||||
error.WhenSel = error.WhenLeftClick = THISBACK(ShowError);
|
||||
notes.WhenSel = notes.WhenLeftClick = THISBACK(ShowNote);
|
||||
ffound.WhenSel = ffound.WhenLeftClick = THISBACK(ShowFound);
|
||||
console.WhenLine = THISBACK(ConsoleLine);
|
||||
|
||||
editor_bottom.Vert(right_split, bottom);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue