1 package net.sourceforge.phpeclipse.phpeditor;
3 public interface PHPEditorActionDefinitionIds {
5 * Value: net.sourceforge.phpeclipse.phpeditor.comment
\r */
6 public static final String COMMENT= "net.sourceforge.phpeclipse.phpeditor.comment";
9 * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
11 public static final String UNCOMMENT = "net.sourceforge.phpeclipse.phpeditor.uncomment";