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

(-)PresentationReconciler.java (+5 lines)
Lines 353-358 Link Here
353
		
353
		
354
		fViewer= viewer;
354
		fViewer= viewer;
355
		fViewer.addTextInputListener(fInternalListener);
355
		fViewer.addTextInputListener(fInternalListener);
356
		
357
		// Ensure we install all listeners
358
		IDocument document= fViewer.getDocument();
359
		if (document != null)
360
			fInternalListener.inputDocumentChanged(null, document);
356
	}
361
	}
357
	
362
	
358
	/*
363
	/*

Return to bug 67046