Home
last modified time | relevance | path

Searched refs:EDITOR_TEXT_FONT (Results 1 – 25 of 25) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/
H A DJDISourceViewer.java101 …if (store.contains(PreferenceConstants.EDITOR_TEXT_FONT) && !store.isDefault(PreferenceConstants.E… in updateViewerFont()
102 data= PreferenceConverter.getFontData(store, PreferenceConstants.EDITOR_TEXT_FONT); in updateViewerFont()
104 data = PreferenceConverter.getDefaultFontData(store, PreferenceConstants.EDITOR_TEXT_FONT); in updateViewerFont()
255 if (PreferenceConstants.EDITOR_TEXT_FONT.equals(property)) { in propertyChange()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/
H A DJavaSourcePreviewerUpdater.java57 if (event.getProperty().equals(PreferenceConstants.EDITOR_TEXT_FONT)) { in JavaSourcePreviewerUpdater()
58 Font font= JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT); in JavaSourcePreviewerUpdater()
H A DJavaTemplatePreferencePage.java135 Font font= JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT); in createViewer()
H A DCodeTemplateBlock.java429 Font font= JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT); in createViewer()
H A DEditTemplateDialog.java452 Font font= JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT); in createEditor()
H A DJavaEditorColoringConfigurationBlock.java889 Font font= JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT); in createPreviewer()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/
H A DJavaSourcePreviewerUpdater.java57 PreferenceConstants.EDITOR_TEXT_FONT)) { in JavaSourcePreviewerUpdater()
59 .getFont(PreferenceConstants.EDITOR_TEXT_FONT); in JavaSourcePreviewerUpdater()
H A DJavaTemplatePreferencePage.java110 .getFont(PreferenceConstants.EDITOR_TEXT_FONT); in createViewer()
H A DCodeTemplateBlock.java326 .getFont(PreferenceConstants.EDITOR_TEXT_FONT); in createViewer()
H A DEditTemplateDialog.java431 .getFont(PreferenceConstants.EDITOR_TEXT_FONT); in createEditor()
H A DJavaEditorPreferencePage.java956 .getFont(PreferenceConstants.EDITOR_TEXT_FONT); in createPreviewer()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/
H A DPHPeclipsePlugin.java1014 PreferenceConstants.EDITOR_TEXT_FONT, in installPreferenceStoreBackwardsCompatibility()
1028 .getFontData(PreferenceConstants.EDITOR_TEXT_FONT)); in installPreferenceStoreBackwardsCompatibility()
1032 if (PreferenceConstants.EDITOR_TEXT_FONT.equals(event in installPreferenceStoreBackwardsCompatibility()
1037 PreferenceConstants.EDITOR_TEXT_FONT)); in installPreferenceStoreBackwardsCompatibility()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/display/
H A DDisplayView.java186 …fSourceViewer.getTextWidget().setFont(JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT)… in createPartControl()
190 if (PreferenceConstants.EDITOR_TEXT_FONT.equals(event.getProperty())) { in createPartControl()
192 ….asyncExec(() -> textWidget.setFont(JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT))); in createPartControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/
H A DInputPageUtil.java112 textWidget.setFont(JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT)); in createSignaturePreview()
H A DJavaStatusContextViewer.java70 viewer.getControl().setFont(JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT)); in createControl()
H A DCreateTextFileChangePreviewViewer.java125 textWidget.setFont(JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT)); in FileChangeSourceViewer()
H A DPullUpMethodPage.java354 fSourceViewer.getControl().setFont(JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT)); in createSourceViewer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/
H A DReplaceInvocationsInputPage.java113 bodyEditor.getTextWidget().setFont(JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT)); in createBody()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/
H A DJavaPreview.java143 …fSourceViewer.getTextWidget().setFont(JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT)… in JavaPreview()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/
H A DJavaTemplatesPage.java197 Font font= JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT); in createPatternViewer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/
H A DSourceViewerInformationControl.java318 fTextFont= JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT); in initializeFont()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/
H A DPreferenceConstants.java1177 …public final static String EDITOR_TEXT_FONT = "net.sourceforge.phpdt.ui.editors.textfont"; //$NON-… field in PreferenceConstants
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/
H A DRenameTypeWizardSimilarElementsPage.java529 fSourceViewer.getControl().setFont(JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT)); in createSourceViewer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/
H A DPreferenceConstants.java1417 public final static String EDITOR_TEXT_FONT= "org.eclipse.jdt.ui.editors.textfont"; //$NON-NLS-1$ field in PreferenceConstants
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/
H A DExternalizeWizardPage.java813 fSourceViewer.getControl().setFont(JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT)); in createSourceViewer()