org.eclipse.jface.text.reconciler.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.jface.text Show documentation
Show all versions of org.eclipse.jface.text Show documentation
This is org.eclipse.jface.text jar used by Scout SDK
The newest version!
Package-level Javadoc
Provides a reconciler add-on for an ITextViewer.
A reconciler provides generic synchronization support with
the content of the document serving as the ITextViewer's input.
There is no explicit model of what is synchronized.
Package Specification
IReconciler defines the concept of a reconciler. It collaborates
with content type specific reconciling strategies (IReconcilingStrategy)
which perform the synchronization for a given dirty region. The package
contains a default implementation of IReconciler (Reconciler).
Reconciler and MonoReconciler implements reconciling
as a periodic background activity and folds co-located changes while being
inactive.