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

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Jan 25 12:29:31 EST 2004


Author: benm
Date: 2004-01-25 12:29:31 -0500 (Sun, 25 Jan 2004)
New Revision: 650

Removed:
   trunk/MonoDevelop/build/data/templates/file/CSharp/CSharpNewClassWizard.xft
   trunk/MonoDevelop/build/data/templates/file/CSharp/WindowsCSharpForm.xft
   trunk/MonoDevelop/build/data/templates/file/CSharp/WindowsCSharpUserControl.xft
Log:
Remove swf templates; We dont have the new class wizard (assistant ;-), so lets remove that for now

Deleted: trunk/MonoDevelop/build/data/templates/file/CSharp/CSharpNewClassWizard.xft
===================================================================
--- trunk/MonoDevelop/build/data/templates/file/CSharp/CSharpNewClassWizard.xft	2004-01-25 17:13:39 UTC (rev 649)
+++ trunk/MonoDevelop/build/data/templates/file/CSharp/CSharpNewClassWizard.xft	2004-01-25 17:29:31 UTC (rev 650)
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-<Template Originator="Don Kackman" Language="C#" Created="2/09/2002" LastModified="2/09/2002">
-	
-	<TemplateConfiguration>
-		<Name>${res:Templates.File.C#.NewClassWizard.Name}</Name>
-		<Icon>C#.File.NewClass</Icon>
-		<Category>C#</Category>
-		<LanguageName>C#</LanguageName>
-		<Description>${res:Templates.File.C#.NewClassWizard.Description}</Description>
-		<Wizard path = "/SharpDevelop/Templates/File/NewClassWizard"/>
-	</TemplateConfiguration>
-	
-	<TemplateFiles/>
-	
-	<FileOptions/>
-</Template>

Deleted: trunk/MonoDevelop/build/data/templates/file/CSharp/WindowsCSharpForm.xft
===================================================================
--- trunk/MonoDevelop/build/data/templates/file/CSharp/WindowsCSharpForm.xft	2004-01-25 17:13:39 UTC (rev 649)
+++ trunk/MonoDevelop/build/data/templates/file/CSharp/WindowsCSharpForm.xft	2004-01-25 17:29:31 UTC (rev 650)
@@ -1,44 +0,0 @@
-<?xml version="1.0"?>
-<Template Originator="Mike Krueger" 
-          Language="CSharpForm" Created="6/13/2001" LastModified="6/13/2001">
-	
-	<TemplateConfiguration>
-		<Name>C# Form</Name>
-		<Icon>C#.File.Form</Icon>
-		<Category>C#</Category>
-		<LanguageName>C#</LanguageName>
-		<Description>creates a designable C# form</Description>
-	</TemplateConfiguration>
-	
-	<TemplateFiles>
-		<File DefaultExtension=".cs" DefaultName="CSharpForm">
-<![CDATA[// created on ${Date} at ${Time}
-using System;
-using System.Windows.Forms;
-
-namespace MyForm {
-	public class CreatedForm : System.Windows.Forms.Form
-	{
-		public CreatedForm()
-		{
-			InitializeComponent();
-		}
-		
-		// THIS METHOD IS MAINTAINED BY THE FORM DESIGNER
-		// DO NOT EDIT IT MANUALLY! YOUR CHANGES ARE LIKELY TO BE LOST
-		void InitializeComponent() {
-			// 
-			// CreatedForm
-			// 
-			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
-			this.ClientSize = new System.Drawing.Size(292, 266);
-			this.Name = "CreatedForm";
-		}
-	}
-}
-]]></File>
-	</TemplateFiles>
-	
-	<FileOptions/>
-	
-</Template>

Deleted: trunk/MonoDevelop/build/data/templates/file/CSharp/WindowsCSharpUserControl.xft
===================================================================
--- trunk/MonoDevelop/build/data/templates/file/CSharp/WindowsCSharpUserControl.xft	2004-01-25 17:13:39 UTC (rev 649)
+++ trunk/MonoDevelop/build/data/templates/file/CSharp/WindowsCSharpUserControl.xft	2004-01-25 17:29:31 UTC (rev 650)
@@ -1,42 +0,0 @@
-<?xml version="1.0"?>
-<Template Originator="Mike Krueger" 
-          Language="CSharpForm" Created="6/13/2001" LastModified="6/13/2001">
-	
-	<TemplateConfiguration>
-		<Name>C# UserControl</Name>
-		<Icon>C#.File.Form</Icon>
-		<Category>C#</Category>
-		<LanguageName>C#</LanguageName>
-		<Description>creates a designable C# user control</Description>
-	</TemplateConfiguration>
-	
-	<TemplateFiles>
-		<File DefaultExtension=".cs" DefaultName="CSharpUserControl">
-<![CDATA[// created on ${Date} at ${Time}
-using System;
-using System.Windows.Forms;
-
-namespace MyUserControl {
-	public class CreatedUserControl : System.Windows.Forms.UserControl
-	{
-		public CreatedUserControl()
-		{
-			InitializeComponent();
-		}
-		
-		// THIS METHOD IS MAINTAINED BY THE FORM DESIGNER
-		// DO NOT EDIT IT MANUALLY! YOUR CHANGES ARE LIKELY TO BE LOST
-		void InitializeComponent() {
-			// 
-			// CreatedUserControl
-			// 
-			this.Name = "CreatedUserControl";
-		}
-	}
-}
-]]></File>
-	</TemplateFiles>
-	
-	<FileOptions/>
-	
-</Template>




More information about the Monodevelop-patches-list mailing list