mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
Perspective added but incomplete. See TODO in ui.perspective.Sketching for notes.
This commit is contained in:
@@ -28,12 +28,13 @@ public class ProcessingPlugin extends AbstractUIPlugin {
|
||||
/** The ID of the Processing UI Plugin */
|
||||
public static final String PLUGIN_ID = "processing.plugin.ui"; //$NON-NLS-1$
|
||||
|
||||
/** The ID of a planned but unimplemented Processing Perspective */ //TODO Implement P5 Perspective
|
||||
public static final String ID_PERSPECTIVE = PLUGIN_ID + ".ProcessingPerspective";
|
||||
/** The ID of a planned but unimplemented Processing Perspective */
|
||||
public static final String ID_PERSPECTIVE = PLUGIN_ID + ".sketchingPerspecitve";
|
||||
|
||||
/** The ID of the processing */
|
||||
public static final String PROCESSING_PARTITIONING = "__processing_partitioning";
|
||||
|
||||
|
||||
/** The shared plugin instance */
|
||||
private static ProcessingPlugin plugin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user