* @since 2.1
*/
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 <code>"org.eclipse.jdt.ui.edit.text.java.goto.next.member"</code>).
+ *
+ * @since 2.1
+ */
+ public static final String GOTO_NEXT_MEMBER= "net.sourceforge.phpeclipse.ui.edit.text.php.goto.next.member"; //$NON-NLS-1$
+
+ /**
+ * Action definition ID of the edit -> go to previous member action
+ * (value <code>"org.eclipse.jdt.ui.edit.text.java.goto.previous.member"</code>).
+ *
+ * @since 2.1
+ */
+ public static final String GOTO_PREVIOUS_MEMBER= "net.sourceforge.phpeclipse.ui.edit.text.php.goto.previous.member"; //$NON-NLS-1$
/**
* Value: net.sourceforge.phpeclipse.phpeditor.comment
*/
// public static final String CONTENT_ASSIST_PROPOSALS = "net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals"; //$NON-NLS-1$
-
}