PHP perspective and new Project Wizard
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPEditorActionDefinitionIds.java
1 package net.sourceforge.phpeclipse.phpeditor;
2
3 public interface PHPEditorActionDefinitionIds {
4         /**
5          * Value: net.sourceforge.phpeclipse.phpeditor.comment\r  */
6         public static final String COMMENT= "net.sourceforge.phpeclipse.phpeditor.comment";
7
8         /**
9          * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
10          */
11         public static final String UNCOMMENT = "net.sourceforge.phpeclipse.phpeditor.uncomment";
12 }