72fc67e8429e0cc19eaf75c1f5aea4bbb6467358
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / actions / PHPEditorActionDefinitionIds.java
1 package net.sourceforge.phpdt.ui.actions;
2
3 public interface PHPEditorActionDefinitionIds {
4         /**
5          * Value: net.sourceforge.phpeclipse.phpeditor.comment\r  */
6         public static final String COMMENT= "net.sourceforge.phpdt.ui.actions.comment";
7
8         /**
9          * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
10          */
11         public static final String UNCOMMENT = "net.sourceforge.phpdt.ui.actions.uncomment";
12         
13   // navigate
14         
15   /**
16    * Action definition ID of the navigate -> open action
17    * (value <code>"org.phpeclipse.phpdt.ui.edit.text.php.open.editor"</code>).
18    */
19   public static final String OPEN_EDITOR= "net.sourceforge.phpeclipse.ui.edit.text.php.open.editor"; //$NON-NLS-1$
20
21 }