Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] fix for 70543


Fix for 70543: TVT3.0:  Source code displaying in C++ Font and Color
To be applied to Head and 2.0 branch.
Thanks,

Tanya

Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui/ChangeLog,v
retrieving revision 1.526
diff -u -r1.526 ChangeLog
--- ChangeLog	20 Jul 2004 21:47:08 -0000	1.526
+++ ChangeLog	21 Jul 2004 16:03:32 -0000
@@ -1,3 +1,8 @@
+2004-07-16 Tanya Wolff
+
+	Fix for 70543: TVT: Source code displaying in C++ Font and Editor
+	* plugin.properties
+	
 2004-07-20 Alain Magloire
 
 	Framework to do virtual grouping in the outliner
Index: plugin.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui/plugin.properties,v
retrieving revision 1.55
diff -u -r1.55 plugin.properties
--- plugin.properties	15 Jul 2004 18:27:15 -0000	1.55
+++ plugin.properties	21 Jul 2004 16:03:32 -0000
@@ -120,6 +120,7 @@
 
 CElementWorkingSetPage.name = C/C++
 
+CEditorFontDefinition.description = The C/C++ editor text font is used by C/C++ editors.
 BuildConsoleFontDefinition.description= The C-Build console font is used by the C-Build console
 BuildConsoleFontDefinition.label= C-Build Console Text Font

Back to the top