mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 22:15:23 +02:00
Text compare fonts.
This commit is contained in:
parent
a0bf3dad3b
commit
3d1becef8c
2 changed files with 14 additions and 0 deletions
|
@ -263,3 +263,7 @@ foldingStructureProvidersExtensionPoint= Folding Structure Providers
|
||||||
defaultFoldingStructureProviderName= Default C Folding
|
defaultFoldingStructureProviderName= Default C Folding
|
||||||
Folding.label= F&olding
|
Folding.label= F&olding
|
||||||
|
|
||||||
|
# Merge fonts
|
||||||
|
cCompareFontDefiniton.label= C/C++ compare text font
|
||||||
|
cCompareFontDefiniton.description= The C/C++ compare text font is used by C/C++ compare/merge tools.
|
||||||
|
|
||||||
|
|
|
@ -521,6 +521,16 @@
|
||||||
%BuildConsoleFontDefinition.description
|
%BuildConsoleFontDefinition.description
|
||||||
</description>
|
</description>
|
||||||
</fontDefinition>
|
</fontDefinition>
|
||||||
|
<fontDefinition
|
||||||
|
label="%cCompareFontDefiniton.label"
|
||||||
|
defaultsTo="org.eclipse.cdt.ui.editors.textfont"
|
||||||
|
categoryId="org.eclipse.compare.contentmergeviewer.TextMergeViewer"
|
||||||
|
id="org.eclipse.cdt.internal.ui.compare.CMergeViewer">
|
||||||
|
<description>
|
||||||
|
%cCompareFontDefiniton.description
|
||||||
|
</description>
|
||||||
|
</fontDefinition>
|
||||||
|
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.preferencePages">
|
point="org.eclipse.ui.preferencePages">
|
||||||
|
|
Loading…
Add table
Reference in a new issue