mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
trying to clean up DetailPanel
This commit is contained in:
@@ -211,8 +211,8 @@ public class Compiler {
|
||||
String suggestion = importSuggestions.get(what);
|
||||
if (suggestion != null) {
|
||||
System.err.println("You may need to add \"import " + suggestion + ";\" to the top of your sketch.");
|
||||
System.err.println("To make sketches more portable, imports that are not part of the Processing API have been removed from Processing 2.0.");
|
||||
System.err.println("See the changes page for more information: http://wiki.processing.org/w/Changes");
|
||||
System.err.println("To make sketches more portable, imports that are not part of the Processing API were removed in Processing 2.");
|
||||
System.err.println("See the changes page for more information: https://github.com/processing/processing/wiki/Changes");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user