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
informationGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.