| Interface and Description |
|---|
| org.eclipse.jface.text.ITextViewerExtension3
replaced by
ITextViewerExtension5 |
| Method and Description |
|---|
| org.eclipse.jface.text.source.IAnnotationAccess.getType(Annotation)
use
Annotation.getType() |
| org.eclipse.jface.text.source.IAnnotationAccess.isMultiLine(Annotation)
assumed to always return
true |
| org.eclipse.jface.text.source.IAnnotationAccess.isTemporary(Annotation)
use
Annotation.isPersistent() |
| org.eclipse.jface.text.TextViewer.updateVisibleDocument(IDocument, int, int)
use
updateSlaveDocument instead |
| Constructor and Description |
|---|
| org.eclipse.jface.text.rules.DefaultDamagerRepairer(ITokenScanner, TextAttribute)
use DefaultDamagerRepairer(ITokenScanner) instead
|