Uses of Interface
org.eclipse.compare.contentmergeviewer.IIgnoreWhitespaceContributor
Packages that use IIgnoreWhitespaceContributor
Package
Description
Support for compare and merge viewers which show the
content side-by-side.
-
Uses of IIgnoreWhitespaceContributor in org.eclipse.compare.contentmergeviewer
Methods in org.eclipse.compare.contentmergeviewer that return types with arguments of type IIgnoreWhitespaceContributorModifier and TypeMethodDescriptionprotected Optional<IIgnoreWhitespaceContributor> TextMergeViewer.createIgnoreWhitespaceContributor(IDocument document) Creates anIIgnoreWhitespaceContributorwhich allows to hook into the ignore whitespace logic in the compare viewer. -
Uses of IIgnoreWhitespaceContributor in org.eclipse.compare.internal
Constructor parameters in org.eclipse.compare.internal with type arguments of type IIgnoreWhitespaceContributorModifierConstructorDescriptionDocLineComparator(IDocument document, IRegion region, boolean ignoreWhiteSpace, ICompareFilter[] compareFilters, char contributor, Optional<IIgnoreWhitespaceContributor> ignoreWhitespaceContributor) Creates aDocLineComparatorfor the given document range.