Uses of Package
org.eclipse.jface.text.reconciler
Packages that use org.eclipse.jface.text.reconciler
Package
Description
Provides a reconciler add-on for an
ITextViewer.Provides a framework for connecting document regions
with annotations and for displaying those.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.Partial infrastructure for spell checking in text editors.
-
Classes in org.eclipse.jface.text.reconciler used by org.eclipse.jface.text.codeminingClassDescriptionAbstract implementation of
IReconciler.AnIReconcilerdefines and maintains a model of the content of the text viewer's document in the presence of changes applied to this document.ExtendsIReconcilerwith the ability to be aware of documents with multiple partitionings.Standard implementation ofIReconciler. -
Classes in org.eclipse.jface.text.reconciler used by org.eclipse.jface.text.reconcilerClassDescriptionAbstract implementation of
IReconciler.A dirty region describes a document range which has been changed.Tagging interface for a model that can get reconciled during a reconcile step.AnIReconcilerdefines and maintains a model of the content of the text viewer's document in the presence of changes applied to this document.Tagging interface for the reconcile step result's array element type.ExtendsIReconcilerwith the ability to be aware of documents with multiple partitionings.A reconcile step is one of several steps of a reconcile strategy that consists of several steps.A reconciling strategy is used by an reconciler to reconcile a model based on text of a particular content type. -
Classes in org.eclipse.jface.text.reconciler used by org.eclipse.jface.text.sourceClassDescriptionAn
IReconcilerdefines and maintains a model of the content of the text viewer's document in the presence of changes applied to this document. -
Classes in org.eclipse.jface.text.reconciler used by org.eclipse.ui.editors.textClassDescriptionAn
IReconcilerdefines and maintains a model of the content of the text viewer's document in the presence of changes applied to this document. -
Classes in org.eclipse.jface.text.reconciler used by org.eclipse.ui.texteditor.spellingClassDescriptionA dirty region describes a document range which has been changed.A reconciling strategy is used by an reconciler to reconcile a model based on text of a particular content type.Extends
IReconcilingStrategywith the following functions: usage of a progress monitor initial reconciling step: if a reconciler runs as periodic activity in the background, this methods offers the reconciler a chance for initializing its strategies and achieving a reconciled state before the periodic activity starts.