mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added fixit for missing interface implementation methods
This commit is contained in:
parent
a296eb0f49
commit
45638a6e7e
7 changed files with 431 additions and 174 deletions
|
@ -322,7 +322,6 @@ namespace IDE.ui
|
|||
if (cmd == "")
|
||||
continue;
|
||||
|
||||
//String[] cmdPart = String.StackSplit!(cmd, ' ');
|
||||
cmdParts.Clear();
|
||||
for (var strView in cmd.Split(' '))
|
||||
cmdParts.Add(strView);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue