Perspective added but incomplete. See TODO in ui.perspective.Sketching for notes.

This commit is contained in:
lonnen
2010-09-08 04:39:12 +00:00
parent e542a07356
commit 0cad81a603
3 changed files with 87 additions and 3 deletions

View File

@@ -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;