Large ProcessingCore update, including better error reporting, better project lifecycle management, and redesign of SketchProject's to take advantage of existing JDT stuff. Some tie in's to the launching framework for running sketches, but nothing in the UI yet. Lots of debug stuff in the builder still.

This commit is contained in:
lonnen
2010-08-27 21:32:34 +00:00
parent a36a6035b1
commit abe17d3ef7
9 changed files with 643 additions and 408 deletions

View File

@@ -23,7 +23,7 @@ import org.eclipse.jface.wizard.Wizard;
import org.eclipse.ui.INewWizard;
import org.eclipse.ui.IWorkbench;
import org.eclipse.ui.actions.WorkspaceModifyOperation;
import processing.plugin.core.builder.SketchNature;
import processing.plugin.core.builder.SketchProject;
import processing.plugin.ui.wizards.NewSketchWizardPage;
/**
@@ -136,7 +136,7 @@ public class NewSketchWizard extends Wizard implements INewWizard {
}
// this is a new project
SketchNature.addNature(proj);
SketchProject.addSketchNature(proj);
}