public interface ITextEditorExtension4
ITextEditor
. Adds
the following functions:
This interface may be implemented by clients.
Modifier and Type | Method and Description |
---|---|
Annotation |
gotoAnnotation(boolean forward)
Jumps to the next annotation according to the given direction.
|
void |
showRevisionInformation(RevisionInformation info,
String quickDiffProviderId)
Shows revision information in this editor.
|
Annotation gotoAnnotation(boolean forward)
forward
- true
if search direction is forward, false
if backwardnull
if nonevoid showRevisionInformation(RevisionInformation info, String quickDiffProviderId)
info
- the revision information to displayquickDiffProviderId
- the quick diff provider that matches the source of the revision
information
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.