Added new Option "Wrap PHPdocs and comments at print margin"
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / IContextMenuConstants.java
index 03de9a1..6bb3fd6 100644 (file)
@@ -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>"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$ 
+       
 
        /**
         * Pop-up menu: name of group for goto actions (value <code>"group.open"</code>).