X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorActionDefinitionIds.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorActionDefinitionIds.java index 5ee914e..34c9941 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorActionDefinitionIds.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorActionDefinitionIds.java @@ -12,7 +12,7 @@ public interface PHPEditorActionDefinitionIds extends ITextEditorActionDefiniti public static final String GOTO_MATCHING_BRACKET = "net.sourceforge.phpeclipse.ui.edit.text.php.goto.matching.bracket"; //$NON-NLS-1$ /** * Action definition ID of the edit -> go to next member action - * (value "org.eclipse.jdt.ui.edit.text.java.goto.next.member"). + * (value "net.sourceforge.phpdt.ui.edit.text.java.goto.next.member"). * * @since 2.1 */ @@ -20,7 +20,7 @@ public interface PHPEditorActionDefinitionIds extends ITextEditorActionDefiniti /** * Action definition ID of the edit -> go to previous member action - * (value "org.eclipse.jdt.ui.edit.text.java.goto.previous.member"). + * (value "net.sourceforge.phpdt.ui.edit.text.java.goto.previous.member"). * * @since 2.1 */ @@ -37,7 +37,7 @@ public interface PHPEditorActionDefinitionIds extends ITextEditorActionDefiniti public static final String UNCOMMENT = "net.sourceforge.phpeclipse.phpeditor.uncomment"; /** * Action definition ID of the source -> toggle comment action - * (value "org.eclipse.jdt.ui.edit.text.java.toggle.comment"). + * (value "net.sourceforge.phpdt.ui.edit.text.java.toggle.comment"). * @since 3.0 */ public static final String TOGGLE_COMMENT= "net.sourceforge.phpeclipse.phpeditor.toggle.comment"; //$NON-NLS-1$ @@ -45,21 +45,21 @@ public interface PHPEditorActionDefinitionIds extends ITextEditorActionDefiniti /** * Action definition ID of the source -> add block comment action - * (value "org.eclipse.jdt.ui.edit.text.java.add.block.comment"). + * (value "net.sourceforge.phpdt.ui.edit.text.java.add.block.comment"). * @since 3.0 */ public static final String ADD_BLOCK_COMMENT= "net.sourceforge.phpeclipse.phpeditor.add.block.comment"; //$NON-NLS-1$ /** * Action definition ID of the source -> remove block comment action - * (value "org.eclipse.jdt.ui.edit.text.java.remove.block.comment"). + * (value "net.sourceforge.phpdt.ui.edit.text.java.remove.block.comment"). * @since 3.0 */ public static final String REMOVE_BLOCK_COMMENT= "net.sourceforge.phpeclipse.phpeditor.remove.block.comment"; //$NON-NLS-1$ /** * Action definition ID of the source -> indent action - * (value "org.eclipse.jdt.ui.edit.text.java.indent"). + * (value "net.sourceforge.phpdt.ui.edit.text.java.indent"). */ public static final String INDENT= "net.sourceforge.phpeclipse.phpeditor.indent"; //$NON-NLS-1$