1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.sql / src / net / sourceforge / phpdt / sql / actions / NewBookmarkAction.java
index 7eb7294..422a0e7 100644 (file)
@@ -1,8 +1,5 @@
 package net.sourceforge.phpdt.sql.actions;
 
-import net.sourceforge.phpdt.sql.IConstants;
-import net.sourceforge.phpdt.sql.wizards.BookmarkWizard;
-
 import org.eclipse.jface.action.Action;
 import org.eclipse.jface.action.IAction;
 import org.eclipse.jface.viewers.ISelection;
@@ -10,6 +7,8 @@ import org.eclipse.jface.wizard.WizardDialog;
 import org.eclipse.ui.IViewActionDelegate;
 import org.eclipse.ui.IViewPart;
 
+import net.sourceforge.phpdt.sql.wizards.BookmarkWizard;
+
 /**
  * @author root
  *
@@ -18,7 +17,7 @@ import org.eclipse.ui.IViewPart;
  * To enable and disable the creation of type comments go to
  * Window>Preferences>Java>Code Generation.
  */
-public class NewBookmarkAction extends Action implements IViewActionDelegate, IConstants {
+public class NewBookmarkAction extends Action implements IViewActionDelegate {
    IViewPart view;
        /**
         * @see org.eclipse.ui.IViewActionDelegate#init(IViewPart)
@@ -35,9 +34,7 @@ public class NewBookmarkAction extends Action implements IViewActionDelegate, IC
                run();
        }
        public void run() {
-    if (DEBUG) {
-               System.out.println("Wizard..");
-    }
+               System.out.println("Wizard.."); //$NON-NLS-1$
                BookmarkWizard wizard = new BookmarkWizard();
                
                wizard.init();