mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +02:00
Show more shortcuts in right-click menus
This commit is contained in:
parent
52897cc936
commit
066a83e60b
4 changed files with 25 additions and 10 deletions
|
@ -90,10 +90,11 @@ namespace IDE
|
|||
{
|
||||
if (mParent == null)
|
||||
return;
|
||||
int startIdx = strBuffer.Length;
|
||||
mParent.ToString(strBuffer);
|
||||
if (mBoundKeyState != null)
|
||||
{
|
||||
if (!strBuffer.IsEmpty)
|
||||
if (strBuffer.Length > startIdx)
|
||||
strBuffer.Append(", ");
|
||||
mBoundKeyState.ToString(strBuffer);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue