Interface IAtlActionConstants
public interface IAtlActionConstants
Action ids for standard actions, for groups in the menu bar, and for actions in context menus of JDT views.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Source menu: name of Format Code action (value"org.eclipse.m2m.atl.adt.ui.actions.FormatCode"
).static final String
Source menu: name of standard go to matching bracket action (value"org.eclipse.m2m.atl.adt.ui.actions.gotoMatchingBracket"
).static final String
Source menu: name of standard Indent global action (value"org.eclipse.m2m.atl.adt.ui.actions.Indent"
).static final String
Source menu: name of standard Toggle Comment action (value"org.eclipse.m2m.atl.adt.ui.actions.ToggleComment"
).
-
Field Details
-
INDENT
Source menu: name of standard Indent global action (value"org.eclipse.m2m.atl.adt.ui.actions.Indent"
).- See Also:
-
TOGGLE_COMMENT
Source menu: name of standard Toggle Comment action (value"org.eclipse.m2m.atl.adt.ui.actions.ToggleComment"
).- See Also:
-
FORMAT_CODE
Source menu: name of Format Code action (value"org.eclipse.m2m.atl.adt.ui.actions.FormatCode"
).- See Also:
-
GOTO_MATCHING_BRACKET
Source menu: name of standard go to matching bracket action (value"org.eclipse.m2m.atl.adt.ui.actions.gotoMatchingBracket"
).- See Also:
-