Uses of Interface
org.eclipse.jface.text.source.ILineDiffInfo
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of ILineDiffInfo in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionILineDiffer.getLineInfo
(int line) Determines the line state for lineline
in the targeted document.Modifier and TypeMethodDescriptionprotected String
LineChangeHover.decorateText
(List<? extends ILineDiffInfo> diffInfos, int maxLines) Takes a list ofILineDiffInfo
s and computes a hover of at mostmaxLines
.