package net.sourceforge.phpdt.ui.actions; public interface PHPEditorActionDefinitionIds { /** * Value: net.sourceforge.phpeclipse.phpeditor.comment */ public static final String COMMENT= "net.sourceforge.phpdt.ui.actions.comment"; /** * Value: net.sourceforge.phpeclipse.phpeditor.uncomment */ public static final String UNCOMMENT = "net.sourceforge.phpdt.ui.actions.uncomment"; }