Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.xml')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.xml b/org.eclipse.ui.workbench.texteditor/plugin.xml
index 898368b0f06..5c0da367174 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.xml
+++ b/org.eclipse.ui.workbench.texteditor/plugin.xml
@@ -1265,11 +1265,26 @@
<fontDefinition
categoryId="org.eclipse.ui.workbenchMisc"
id="org.eclipse.ui.workbench.texteditor.blockSelectionModeFont"
+ isEditable="true"
label="%blockSelectionModeFont.label"
- defaultsTo="org.eclipse.jface.textfont">
+ value="Courier New-regular-10">
<description>
%blockSelectionModeFont.description
</description>
+ <fontValue
+ os="linux"
+ value="Monospace-regular-10"
+ ws="gtk">
+ </fontValue>
+ <fontValue
+ os="win32"
+ value="Consolas-regular-10"
+ >
+ </fontValue>
+ <fontValue
+ os="macosx"
+ value="Monaco-regular-11">
+ </fontValue>
</fontDefinition>
</extension>

Back to the top