1
0
Fork 0
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:
Brian Fiete 2020-02-05 17:07:23 -08:00
parent a296eb0f49
commit 45638a6e7e
7 changed files with 431 additions and 174 deletions

View file

@ -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);