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 03de9a1..9b9164f 100644
--- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IContextMenuConstants.java
+++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/IContextMenuConstants.java
@@ -21,38 +21,38 @@ import org.eclipse.ui.IWorkbenchActionConstants;
 public interface IContextMenuConstants {
 	
 	
-//	/**
-//	 * Type hierarchy view part: pop-up menu target ID for type hierarchy viewer
-//	 * (value <code>"org.eclipse.jdt.ui.TypeHierarchy.typehierarchy"</code>).
-//	 * 
-//	 * @since 2.0
-//	 */
-//	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 <code>"org.eclipse.jdt.ui.TypeHierarchy.supertypes"</code>).
-//	 * 
-//	 * @since 2.0
-//	 */
-//	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 <code>"org.eclipse.jdt.ui.TypeHierarchy.subtypes"</code>).
-//	 * 
-//	 * @since 2.0
-//	 */
-//	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 <code>"org.eclipse.jdt.ui.TypeHierarchy.members"</code>).
-//	 * 
-//	 * @since 2.0
-//	 */
-//	public static final String TARGET_ID_MEMBERS_VIEW= JavaUI.ID_TYPE_HIERARCHY + ".members"; //$NON-NLS-1$	
-//	
+	/**
+	 * Type hierarchy view part: pop-up menu target ID for type hierarchy viewer
+	 * (value <code>"net.sourceforge.phpdt.ui.TypeHierarchy.typehierarchy"</code>).
+	 * 
+	 * @since 2.0
+	 */
+	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 <code>"net.sourceforge.phpdt.ui.TypeHierarchy.supertypes"</code>).
+	 * 
+	 * @since 2.0
+	 */
+	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 <code>"net.sourceforge.phpdt.ui.TypeHierarchy.subtypes"</code>).
+	 * 
+	 * @since 2.0
+	 */
+	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 <code>"net.sourceforge.phpdt.ui.TypeHierarchy.members"</code>).
+	 * 
+	 * @since 2.0
+	 */
+	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 <code>"group.open"</code>).