mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
working on build/export for multi-file sketch
This commit is contained in:
@@ -470,11 +470,10 @@ public class Sketch {
|
||||
public String getMainFilePath() {
|
||||
return files[0].getAbsolutePath();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
class Code {
|
||||
String name;
|
||||
String name; // pretty name (no extension), not the full file name
|
||||
File file;
|
||||
int flavor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user