mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Made callstack aware of outer types vs namespaces. Colorized classview
This commit is contained in:
parent
33edbd18bb
commit
b3cc0b5be4
9 changed files with 662 additions and 376 deletions
|
@ -447,7 +447,7 @@ namespace IDE.ui
|
|||
subItem = (ThreadListViewItem)listViewItem.CreateSubItem(2);
|
||||
label.Clear();
|
||||
label.Append(elementData[2]);
|
||||
CallStackListView.ColorizeLocationString(label);
|
||||
IDEUtils.ColorizeCodeString(label, .Callstack);
|
||||
subItem.Label = label;
|
||||
subItem.mOnMouseDown.Add(new => ValueClicked);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue