*/
public IReconciler getReconciler( ISourceViewer sourceViewer )
{
if ( this.reconciler == null )
{
this.reconcilingStrategy = new LdifReconcilingStrategy( editor );
// Reconciler reconciler = new Reconciler();
// reconciler.setIsIncrementalReconciler(true);
// reconciler.setReconcilingStrategy(strategy,
// LdifPartitionScanner.LDIF_RECORD);