mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
working on tabs.. now actually working/displaying semi-properly
This commit is contained in:
@@ -41,6 +41,12 @@ public class PdeCode {
|
||||
this.name = name;
|
||||
this.file = file;
|
||||
this.flavor = flavor;
|
||||
|
||||
try {
|
||||
load();
|
||||
} catch (IOException e) {
|
||||
System.err.println("error while loading code " + name);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user