[Monodevelop-patches-list] r1539 - trunk/MonoDevelop/build/data/templates/file/CSharp

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed Apr 28 11:14:02 EDT 2004


Author: fawad
Date: 2004-04-28 11:14:02 -0400 (Wed, 28 Apr 2004)
New Revision: 1539

Modified:
   trunk/MonoDevelop/build/data/templates/file/CSharp/EmptyCSharpFile.xft
Log:
The pound(#) character in the newly created EmptyC#File.cs throws off the double-click highlighting in the Solution Pad.


Modified: trunk/MonoDevelop/build/data/templates/file/CSharp/EmptyCSharpFile.xft
===================================================================
--- trunk/MonoDevelop/build/data/templates/file/CSharp/EmptyCSharpFile.xft	2004-04-28 11:05:51 UTC (rev 1538)
+++ trunk/MonoDevelop/build/data/templates/file/CSharp/EmptyCSharpFile.xft	2004-04-28 15:14:02 UTC (rev 1539)
@@ -10,7 +10,7 @@
 	</TemplateConfiguration>
 	
 	<TemplateFiles>
-		<File DefaultExtension=".cs" DefaultName="EmptyC#file">
+		<File DefaultExtension=".cs" DefaultName="EmptyCSharpfile">
 			<![CDATA[// created on ${Date} at ${Time}]]>
 		</File>
 	</TemplateFiles>




More information about the Monodevelop-patches-list mailing list