Home
last modified time | relevance | path

Searched refs:fTextPresentation (Results 1 – 7 of 7) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/
H A DTextPresentationTest.java47 private TextPresentation fTextPresentation; field in TextPresentationTest
82 fTextPresentation= new TextPresentation(); in setUpTextPresentation()
85 fTextPresentation.addStyleRange(range); in setUpTextPresentation()
239 fTextPresentation.mergeStyleRange(range); in testMergeStyleRange1()
826 fTextPresentation.clear(); in testApplyStyleRange1()
833 fTextPresentation.clear(); in testApplyStyleRange1()
846 fTextPresentation.clear(); in testApplyStyleRange2()
852 fTextPresentation.clear(); in testApplyStyleRange2()
864 fTextPresentation.clear(); in testApplyStyleRange3()
871 fTextPresentation.clear(); in testApplyStyleRange3()
[all …]
H A DTestTextViewer.java59 protected TextPresentation fTextPresentation; field in TestTextViewer
133 fTextPresentation= presentation; in changeTextPresentation()
144 return fTextPresentation; in getTextPresentation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/link/contentassist/
H A DContextInformationPopup2.java88 private TextPresentation fTextPresentation; field in ContextInformationPopup2
194 if (fTextPresentation == null) in internalShowContextFrame()
195 fTextPresentation= new TextPresentation(); in internalShowContextFrame()
197 frame.fPresenter.updatePresentation(frame.fOffset, fTextPresentation); in internalShowContextFrame()
203 if (fTextPresentation != null) in internalShowContextFrame()
204 TextPresentation.applyTextPresentation(fTextPresentation, fContextInfoText); in internalShowContextFrame()
301 if (fTextPresentation != null) { in hideContextInfoPopup()
302 fTextPresentation.clear(); in hideContextInfoPopup()
303 fTextPresentation= null; in hideContextInfoPopup()
627 …if (fFrame.fPresenter != null && fFrame.fPresenter.updatePresentation(offset, fTextPresentation)) { in validateContextInformation()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/
H A DContextInformationPopup.java120 private TextPresentation fTextPresentation; field in ContextInformationPopup
360 if (fTextPresentation == null) in internalShowContextFrame()
361 fTextPresentation= new TextPresentation(); in internalShowContextFrame()
363 frame.fPresenter.updatePresentation(frame.fOffset, fTextPresentation); in internalShowContextFrame()
369 if (fTextPresentation != null) in internalShowContextFrame()
370 TextPresentation.applyTextPresentation(fTextPresentation, fContextInfoText); in internalShowContextFrame()
496 if (fTextPresentation != null) { in hideContextInfoPopup()
497 fTextPresentation.clear(); in hideContextInfoPopup()
498 fTextPresentation= null; in hideContextInfoPopup()
893 … else if (top.fPresenter != null && top.fPresenter.updatePresentation(offset, fTextPresentation)) { in validateContextInformation()
[all …]
/dports/java/eclipse-shelled/eclipse-ShellEd-1.0.2a_4/plugins/com.something.eclipse.script_1.0.6/src/com/something/eclipse/script/contentassist/
H A DHTML2TextReader.java52 private TextPresentation fTextPresentation; field in HTML2TextReader
69 fTextPresentation = presentation; in HTML2TextReader()
104 if(fTextPresentation!=null) in stopBold()
106fTextPresentation.addStyleRange(new StyleRange(fStartOffset,fCounter-fStartOffset,null,null,SWT.BO… in stopBold()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/
H A DHTML2TextReader.java63 private TextPresentation fTextPresentation; field in HTML2TextReader
82 fTextPresentation = presentation; in HTML2TextReader()
111 if (fTextPresentation != null) { in stopBold()
112 fTextPresentation.addStyleRange(new StyleRange(fStartOffset, in stopBold()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/
H A DHTML2TextReader.java81 private TextPresentation fTextPresentation; field in HTML2TextReader
99 fTextPresentation= presentation; in HTML2TextReader()
161 …if (fTextPresentation != null && offset != fCurrentStyleRange.start && !isDefaultStyleRange(fCurre… in finishAndReinitializeCurrentStyle()
163 fTextPresentation.addStyleRange(fCurrentStyleRange); in finishAndReinitializeCurrentStyle()