mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Show comptime emits as embedded sourceviews
This commit is contained in:
parent
ee27f6fd02
commit
4d1e14a1c3
65 changed files with 3360 additions and 633 deletions
|
@ -75,13 +75,14 @@ namespace IDE.ui
|
|||
mErrorLV.AddColumn(40, "Line");
|
||||
mErrorLV.mOnItemMouseDown.Add(new (item, x, y, btnNum, btnCount) =>
|
||||
{
|
||||
ListViewItemMouseDown(item, x, y, btnNum, btnCount);
|
||||
|
||||
if ((btnNum == 0) && (btnCount == 2))
|
||||
{
|
||||
let mainItem = (ErrorsListViewItem)item.GetSubItem(0);
|
||||
mainItem.Goto();
|
||||
}
|
||||
|
||||
ListViewItemMouseDown(item, x, y, btnNum, btnCount);
|
||||
//mErrorLV.GetRoot().SelectItemExclusively()
|
||||
});
|
||||
//let newItem = mErrorLV.GetRoot().CreateChildItem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue