Creates a new action for the given text editor. The action configures its
visual representation from the given resource bundle.
Parameters: bundle - the resource bundle Parameters: prefix - a prefix to be prepended to the various resource keys(described in ResourceAction constructor), ornull if none Parameters: editor - the text editor Parameters: forward - true to go to next and false to go to previous annotation See Also:TextEditorAction.TextEditorAction(ResourceBundleStringITextEditor)
GotoAnnotationAction
public GotoAnnotationAction(ITextEditor editor, boolean forward)(Code)
Creates a new action for the given text editor. The action configures its
visual representation from the given resource bundle.
Parameters: editor - the text editor Parameters: forward - true to go to next and false to go to previous annotation See Also:TextEditorAction.TextEditorAction(ResourceBundleStringITextEditor)