mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Added 'Show in Workspace Panel'
This commit is contained in:
parent
dfd443d68b
commit
e087c95c71
1 changed files with 5 additions and 0 deletions
|
@ -6282,6 +6282,11 @@ namespace IDE
|
||||||
let process = scope SpawnedProcess();
|
let process = scope SpawnedProcess();
|
||||||
process.Start(procInfo).IgnoreError();
|
process.Start(procInfo).IgnoreError();
|
||||||
});
|
});
|
||||||
|
item = menu.AddItem("Show in Workspace Panel");
|
||||||
|
item.mOnMenuItemSelected.Add(new (menu) =>
|
||||||
|
{
|
||||||
|
sourceViewPanel.SyncWithWorkspacePanel();
|
||||||
|
});
|
||||||
item = menu.AddItem("Close");
|
item = menu.AddItem("Close");
|
||||||
item.mOnMenuItemSelected.Add(new (menu) =>
|
item.mOnMenuItemSelected.Add(new (menu) =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue