View | Details | Raw Unified | Return to bug 13926
Collapse All | Expand All

(-)ContextInformationPopup.java (-3 / +2 lines)
Lines 201-210 Link Here
201
		createContextInfoPopup();
201
		createContextInfoPopup();
202
		
202
		
203
		fContextInfoText.setText(frame.fInformation.getInformationDisplayString());
203
		fContextInfoText.setText(frame.fInformation.getInformationDisplayString());
204
		if (fTextPresentation != null) {
204
		if (fTextPresentation != null)
205
			TextPresentation.applyTextPresentation(fTextPresentation, fContextInfoText);
205
			TextPresentation.applyTextPresentation(fTextPresentation, fContextInfoText);
206
			resize();
206
		resize();
207
		}
208
		
207
		
209
		if (initial) {
208
		if (initial) {
210
			if (fContentAssistant.addContentAssistListener(this, ContentAssistant.CONTEXT_INFO_POPUP)) {	
209
			if (fContentAssistant.addContentAssistListener(this, ContentAssistant.CONTEXT_INFO_POPUP)) {	

Return to bug 13926