mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
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:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user