mirror of
https://github.com/processing/processing4.git
synced 2026-02-20 22:05:39 +01:00
More exporter stuff
This commit is contained in:
@@ -1219,7 +1219,6 @@ public class ProcessingUtilities implements PConstants{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Calculate the size of the contents of a folder.
|
||||
* Used to determine whether sketches are empty or not.
|
||||
|
||||
@@ -307,9 +307,9 @@ public class SketchBuilder extends IncrementalProjectBuilder{
|
||||
if (!output.exists()){
|
||||
output.create(inStream, true, monitor);
|
||||
//TODO resource change listener to move trace back JDT errors
|
||||
// IWorkspace w = ResourcesPlugin.getWorkspace();
|
||||
// IResourceChangeListener rcl = new ProblemListener(output);
|
||||
// w.addResourceChangeListener(rcl);
|
||||
// IWorkspace w = ResourcesPlugin.getWorkspace();
|
||||
// IResourceChangeListener rcl = new ProblemListener(output);
|
||||
// w.addResourceChangeListener(rcl);
|
||||
} else {
|
||||
output.setContents(inStream, true, false, monitor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user