public interface TwosideTextDiffProvider extends TextDiffProvider
Modifier and Type | Interface and Description |
---|---|
static interface |
TwosideTextDiffProvider.NoIgnore |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<LineFragment>> |
compare(java.lang.CharSequence text1,
java.lang.CharSequence text2,
java.util.List<Range> linesRanges,
ProgressIndicator indicator) |
java.util.List<LineFragment> |
compare(java.lang.CharSequence text1,
java.lang.CharSequence text2,
ProgressIndicator indicator) |
default boolean |
isHighlightingDisabled() |
getPopupActions, getToolbarActions
java.util.List<LineFragment> compare(java.lang.CharSequence text1, java.lang.CharSequence text2, ProgressIndicator indicator)
java.util.List<java.util.List<LineFragment>> compare(java.lang.CharSequence text1, java.lang.CharSequence text2, java.util.List<Range> linesRanges, ProgressIndicator indicator)
default boolean isHighlightingDisabled()