ide: improved error handling

git-svn-id: svn://ultimatepp.org/upp/trunk@7470 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-06-26 12:37:18 +00:00
parent 6a37944585
commit 4588382ccd

View file

@ -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);