Skip to content
Snippets Groups Projects
Commit 9b220400 authored by Anian Bühler's avatar Anian Bühler
Browse files

Minor changes

parent a9e7e91b
Branches
No related tags found
1 merge request!1Dev preferences
...@@ -300,6 +300,8 @@ public class BlockLabel implements MouseListener, MouseMotionListener, KeyListen ...@@ -300,6 +300,8 @@ public class BlockLabel implements MouseListener, MouseMotionListener, KeyListen
text = text + " handleNetwork"; text = text + " handleNetwork";
} else if(workspace.getEnv().getBlock(blockID).getGenusName().toUpperCase().contains("DATA_TO_SEND")){ } else if(workspace.getEnv().getBlock(blockID).getGenusName().toUpperCase().contains("DATA_TO_SEND")){
text = text + " isDataToSend"; text = text + " isDataToSend";
} else if(workspace.getEnv().getBlock(blockID).getGenusName().toUpperCase().contains("PUBLISH_ONCHANGE")){
text = text + " publishOnChange";
} else if(workspace.getEnv().getBlock(blockID).getGenusName().toUpperCase().contains("PUBLISH")){ } else if(workspace.getEnv().getBlock(blockID).getGenusName().toUpperCase().contains("PUBLISH")){
text = text + " publish"; text = text + " publish";
} else if(workspace.getEnv().getBlock(blockID).getGenusName().toUpperCase().contains("UNSUBSCRIBE")){ } else if(workspace.getEnv().getBlock(blockID).getGenusName().toUpperCase().contains("UNSUBSCRIBE")){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment