+++ /dev/null
-package net.sourceforge.phpeclipse.phpeditor;
-
-public interface PHPEditorActionDefinitionIds {
- /**
- * Value: net.sourceforge.phpeclipse.phpeditor.comment\r */
- public static final String COMMENT= "net.sourceforge.phpeclipse.phpeditor.comment";
-
- /**
- * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
- */
- public static final String UNCOMMENT = "net.sourceforge.phpeclipse.phpeditor.uncomment";
-}