We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ca21d commit b0328fbCopy full SHA for b0328fb
java/src/processing/mode/java/JavaEditor.java
@@ -373,9 +373,11 @@ else if (!contribToolMenuItemAdded && !contribTools.isEmpty()) {
373
menu.add(toolRefSubmenu);
374
375
menu.addSeparator();
376
+ /*
377
item = new JMenuItem(Language.text("menu.help.online"));
378
item.setEnabled(false);
379
menu.add(item);
380
+ */
381
382
item = new JMenuItem(Language.text("menu.help.getting_started"));
383
item.addActionListener(e -> Platform.openURL(Language.text("menu.help.getting_started.url")));
0 commit comments