Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 67046 | Differences between
and this patch

Collapse All | Expand All

(-)AbstractReconciler.java (+5 lines)
Lines 431-436 Link Here
431
		
431
		
432
		fDirtyRegionQueue= new DirtyRegionQueue();
432
		fDirtyRegionQueue= new DirtyRegionQueue();
433
		fThread= new BackgroundThread(getClass().getName());
433
		fThread= new BackgroundThread(getClass().getName());
434
		
435
		// Ensure the background thread is started if the document is already set
436
		IDocument document= textViewer.getDocument();
437
		if (document != null)
438
			fListener.inputDocumentChanged(null, document);
434
	}
439
	}
435
	
440
	
436
	/*
441
	/*

Return to bug 67046