X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IContextMenuConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IContextMenuConstants.java index 6bb3fd6..40fcd3c 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IContextMenuConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IContextMenuConstants.java @@ -19,130 +19,146 @@ import org.eclipse.ui.IWorkbenchActionConstants; *
*/ public interface IContextMenuConstants { - - + /** * Type hierarchy view part: pop-up menu target ID for type hierarchy viewer - * (value"org.eclipse.jdt.ui.TypeHierarchy.typehierarchy"
).
+ * (value
+ * "net.sourceforge.phpdt.ui.TypeHierarchy.typehierarchy"
).
*
* @since 2.0
*/
- public static final String TARGET_ID_HIERARCHY_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".typehierarchy"; //$NON-NLS-1$
+ public static final String TARGET_ID_HIERARCHY_VIEW = JavaUI.ID_TYPE_HIERARCHY
+ + ".typehierarchy"; //$NON-NLS-1$
/**
- * Type hierarchy view part: pop-up menu target ID for supertype hierarchy viewer
- * (value "org.eclipse.jdt.ui.TypeHierarchy.supertypes"
).
+ * Type hierarchy view part: pop-up menu target ID for supertype hierarchy
+ * viewer (value
+ * "net.sourceforge.phpdt.ui.TypeHierarchy.supertypes"
).
*
* @since 2.0
*/
- public static final String TARGET_ID_SUPERTYPES_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".supertypes"; //$NON-NLS-1$
+ public static final String TARGET_ID_SUPERTYPES_VIEW = JavaUI.ID_TYPE_HIERARCHY
+ + ".supertypes"; //$NON-NLS-1$
/**
- * Type hierarchy view part: Pop-up menu target ID for the subtype hierarchy viewer
- * (value "org.eclipse.jdt.ui.TypeHierarchy.subtypes"
).
+ * Type hierarchy view part: Pop-up menu target ID for the subtype hierarchy
+ * viewer (value
+ * "net.sourceforge.phpdt.ui.TypeHierarchy.subtypes"
).
*
* @since 2.0
*/
- public static final String TARGET_ID_SUBTYPES_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".subtypes"; //$NON-NLS-1$
+ public static final String TARGET_ID_SUBTYPES_VIEW = JavaUI.ID_TYPE_HIERARCHY
+ + ".subtypes"; //$NON-NLS-1$
/**
* Type hierarchy view part: pop-up menu target ID for the meber viewer
- * (value "org.eclipse.jdt.ui.TypeHierarchy.members"
).
+ * (value "net.sourceforge.phpdt.ui.TypeHierarchy.members"
).
*
* @since 2.0
*/
- public static final String TARGET_ID_MEMBERS_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".members"; //$NON-NLS-1$
-
+ public static final String TARGET_ID_MEMBERS_VIEW = JavaUI.ID_TYPE_HIERARCHY
+ + ".members"; //$NON-NLS-1$
/**
- * Pop-up menu: name of group for goto actions (value "group.open"
).
+ * Pop-up menu: name of group for goto actions (value
+ * "group.open"
).
* * Examples for open actions are: *
"group.open"
).
+ * Pop-up menu: name of group for open actions (value
+ * "group.open"
).
* * Examples for open actions are: *
"group.show"
).
+ * Pop-up menu: name of group for show actions (value
+ * "group.show"
).
* * Examples for show actions are: *
"group.new"
).
+ * Pop-up menu: name of group for new actions (value
+ * "group.new"
).
* * Examples for new actions are: *
"group.build"
).
+ * Pop-up menu: name of group for build actions (value
+ * "group.build"
).
*/
- public static final String GROUP_BUILD= "group.build"; //$NON-NLS-1$
-
+ public static final String GROUP_BUILD = "group.build"; //$NON-NLS-1$
+
/**
- * Pop-up menu: name of group for reorganize actions (value "group.reorganize"
).
- */
- public static final String GROUP_REORGANIZE= IWorkbenchActionConstants.GROUP_REORGANIZE;
-
+ * Pop-up menu: name of group for reorganize actions (value
+ * "group.reorganize"
).
+ */
+ public static final String GROUP_REORGANIZE = IWorkbenchActionConstants.GROUP_REORGANIZE;
+
/**
- * Pop-up menu: name of group for code generation actions (
- * value "group.generate"
).
- */
- public static final String GROUP_GENERATE= "group.generate"; //$NON-NLS-1$
+ * Pop-up menu: name of group for code generation actions ( value
+ * "group.generate"
).
+ */
+ public static final String GROUP_GENERATE = "group.generate"; //$NON-NLS-1$
/**
* Pop-up menu: name of group for source actions. This is an alias for
- * GROUP_GENERATE
to be more consistent with main menu
- * bar structure.
+ * GROUP_GENERATE
to be more consistent with main menu bar
+ * structure.
*
* @since 2.0
- */
- public static final String GROUP_SOURCE= GROUP_GENERATE;
+ */
+ public static final String GROUP_SOURCE = GROUP_GENERATE;
/**
- * Pop-up menu: name of group for search actions (value "group.search"
).
- */
- public static final String GROUP_SEARCH= "group.search"; //$NON-NLS-1$
-
+ * Pop-up menu: name of group for search actions (value
+ * "group.search"
).
+ */
+ public static final String GROUP_SEARCH = "group.search"; //$NON-NLS-1$
+
/**
- * Pop-up menu: name of group for additional actions (value "additions"
).
- */
- public static final String GROUP_ADDITIONS= "additions"; //$NON-NLS-1$
+ * Pop-up menu: name of group for additional actions (value
+ * "additions"
).
+ */
+ public static final String GROUP_ADDITIONS = "additions"; //$NON-NLS-1$
/**
- * Pop-up menu: name of group for viewer setup actions (value "group.viewerSetup"
).
- */
- public static final String GROUP_VIEWER_SETUP= "group.viewerSetup"; //$NON-NLS-1$
+ * Pop-up menu: name of group for viewer setup actions (value
+ * "group.viewerSetup"
).
+ */
+ public static final String GROUP_VIEWER_SETUP = "group.viewerSetup"; //$NON-NLS-1$
/**
- * Pop-up menu: name of group for properties actions (value "group.properties"
).
- */
- public static final String GROUP_PROPERTIES= "group.properties"; //$NON-NLS-1$
+ * Pop-up menu: name of group for properties actions (value
+ * "group.properties"
).
+ */
+ public static final String GROUP_PROPERTIES = "group.properties"; //$NON-NLS-1$
}
\ No newline at end of file