mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
more working on multiple files
This commit is contained in:
@@ -73,6 +73,9 @@ public class PdeCode {
|
||||
//history.record(s, PdeHistory.SAVE);
|
||||
|
||||
try {
|
||||
System.out.println("saving to " + file);
|
||||
System.out.println("stuff to save: " + program);
|
||||
System.out.println("-------");
|
||||
PdeBase.saveFile(program, file);
|
||||
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user