This needs to be implemented sometime in the future, but not right now
This commit is contained in:
parent
3e5b26ea48
commit
75e31fe3c7
@ -275,7 +275,10 @@ namespace UniversalEditor.Engines.WindowsForms
|
||||
}
|
||||
else if (item is CommandPlaceholderCommandItem)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
Console.WriteLine("Please implement CommandPlaceholderCommandItem!");
|
||||
// TODO: implement CommandPlaceholderCommandItem
|
||||
// throw new NotImplementedException();
|
||||
return;
|
||||
}
|
||||
else if (item is SeparatorCommandItem)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user