org.eclipse.epsilon.hutn.dt.editor
Class HutnReconcileStrategy
java.lang.Object
org.eclipse.epsilon.hutn.dt.editor.HutnReconcileStrategy
- All Implemented Interfaces:
- org.eclipse.jface.text.reconciler.IReconcilingStrategy
public class HutnReconcileStrategy
- extends java.lang.Object
- implements org.eclipse.jface.text.reconciler.IReconcilingStrategy
Method Summary |
void |
reconcile(org.eclipse.jface.text.reconciler.DirtyRegion dirtyRegion,
org.eclipse.jface.text.IRegion subRegion)
|
void |
reconcile(org.eclipse.jface.text.IRegion partition)
|
void |
setDocument(org.eclipse.jface.text.IDocument document)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HutnReconcileStrategy
public HutnReconcileStrategy(HutnEditor editor,
HutnScanner scanner)
reconcile
public void reconcile(org.eclipse.jface.text.IRegion partition)
- Specified by:
reconcile
in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy
reconcile
public void reconcile(org.eclipse.jface.text.reconciler.DirtyRegion dirtyRegion,
org.eclipse.jface.text.IRegion subRegion)
- Specified by:
reconcile
in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy
setDocument
public void setDocument(org.eclipse.jface.text.IDocument document)
- Specified by:
setDocument
in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy