[Monodevelop-patches-list] r1449 - trunk/MonoDevelop/build/data/templates/file/SharpDevelop
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Mon Apr 12 18:28:06 EDT 2004
Author: tberman
Date: 2004-04-12 18:28:05 -0400 (Mon, 12 Apr 2004)
New Revision: 1449
Removed:
trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleOptionPanel.xft
Modified:
trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleMenuCommand.xft
trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExamplePad.xft
trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleView.xft
trunk/MonoDevelop/build/data/templates/file/SharpDevelop/Makefile.am
trunk/MonoDevelop/build/data/templates/file/SharpDevelop/SimpleCommand.xft
Log:
clean up templates
Modified: trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleMenuCommand.xft
===================================================================
--- trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleMenuCommand.xft 2004-04-12 22:22:26 UTC (rev 1448)
+++ trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleMenuCommand.xft 2004-04-12 22:28:05 UTC (rev 1449)
@@ -2,9 +2,9 @@
<Template Originator="Mike Krueger" Language="C#" Created="09/04/2003" LastModified="09/04/2003">
<TemplateConfiguration>
- <Name>Simple #Develop menu command</Name>
+ <Name>Simple MonoDevelop menu command</Name>
<Icon>C#.File.FullFile</Icon>
- <Category>SharpDevelop</Category>
+ <Category>MonoDevelop</Category>
<LanguageName>C#</LanguageName>
<Description>Creates a menu command which is usable for main and context menus</Description>
</TemplateConfiguration>
@@ -12,10 +12,8 @@
<TemplateFiles>
<File DefaultExtension=".cs" DefaultName="EmptyC#file">
<![CDATA[using System;
-using System.Windows.Forms;
+using MonoDevelop.Core.AddIns.Codons;
-using ICSharpCode.Core.AddIns.Codons;
-
namespace MyMenuCommand
{
/// <summary>
Deleted: trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleOptionPanel.xft
===================================================================
--- trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleOptionPanel.xft 2004-04-12 22:22:26 UTC (rev 1448)
+++ trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleOptionPanel.xft 2004-04-12 22:28:05 UTC (rev 1449)
@@ -1,50 +0,0 @@
-<?xml version="1.0"?>
-<Template Originator="Mike Krueger" Language="C#" Created="09/04/2003" LastModified="09/04/2003">
-
- <TemplateConfiguration>
- <Name>Simple #Develop option panel</Name>
- <Icon>C#.File.FullFile</Icon>
- <Category>SharpDevelop</Category>
- <LanguageName>C#</LanguageName>
- <Description>Creates a #D option panel (for example the project option panels)</Description>
- </TemplateConfiguration>
-
- <TemplateFiles>
- <File DefaultExtension=".cs" DefaultName="EmptyC#file">
- <![CDATA[using System;
-using System.Collections;
-using System.ComponentModel;
-using System.Drawing;
-using System.Windows.Forms;
-
-using ICSharpCode.Core.AddIns.Codons;
-using ICSharpCode.Core.Properties;
-using ICSharpCode.Core.Services;
-using ICSharpCode.SharpDevelop.Internal.Project;
-using ICSharpCode.SharpDevelop.Gui.Dialogs;
-
-namespace MyOptionPanel
-{
- /// <summary>
- /// Summary of SampleOptionPanel
- /// </summary>
- public class SampleOptionPanel : AbstractOptionPanel
- {
- public override void LoadPanelContents()
- {
- // TODO initialize the panel here
- }
-
- public override bool StorePanelContents()
- {
- // TODO save your options here
- return true;
- }
- }
-}]]>
- </File>
- </TemplateFiles>
-
- <FileOptions/>
-
-</Template>
Modified: trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExamplePad.xft
===================================================================
--- trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExamplePad.xft 2004-04-12 22:22:26 UTC (rev 1448)
+++ trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExamplePad.xft 2004-04-12 22:28:05 UTC (rev 1449)
@@ -2,9 +2,9 @@
<Template Originator="Mike Krueger" Language="C#" Created="09/04/2003" LastModified="09/04/2003">
<TemplateConfiguration>
- <Name>Simple #Develop pad</Name>
+ <Name>Simple MonoDevelop pad</Name>
<Icon>C#.File.FullFile</Icon>
- <Category>SharpDevelop</Category>
+ <Category>MonoDevelop</Category>
<LanguageName>C#</LanguageName>
<Description>Creates a #D pad content (for example the #D scouts)</Description>
</TemplateConfiguration>
@@ -12,8 +12,8 @@
<TemplateFiles>
<File DefaultExtension=".cs" DefaultName="EmptyC#file">
<![CDATA[using System;
-using System.Windows.Forms;
-using ICSharpCode.SharpDevelop.Gui;
+using Gtk;
+using MonoDevelop.Gui;
namespace MyPad
{
@@ -24,9 +24,9 @@
{
#region AbstractPadContent requirements
/// <summary>
- /// The <see cref="System.Windows.Forms.Control"/> representing the pad
+ /// The <see cref="Gtk.Widget"/> representing the pad
/// </summary>
- public override Control Control {
+ public override Widget Control {
get {
//
// TODO : Give back a working Windows.Forms Control
Modified: trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleView.xft
===================================================================
--- trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleView.xft 2004-04-12 22:22:26 UTC (rev 1448)
+++ trunk/MonoDevelop/build/data/templates/file/SharpDevelop/ExampleView.xft 2004-04-12 22:28:05 UTC (rev 1449)
@@ -2,9 +2,9 @@
<Template Originator="Mike Krueger" Language="C#" Created="09/04/2003" LastModified="09/04/2003">
<TemplateConfiguration>
- <Name>Simple #Develop view</Name>
+ <Name>Simple MonoDevelop view</Name>
<Icon>C#.File.FullFile</Icon>
- <Category>SharpDevelop</Category>
+ <Category>MonoDevelop</Category>
<LanguageName>C#</LanguageName>
<Description>Creates a #Develop view content (for example text editor or resource editor)</Description>
</TemplateConfiguration>
@@ -12,8 +12,8 @@
<TemplateFiles>
<File DefaultExtension=".cs" DefaultName="EmptyC#file">
<![CDATA[using System;
-using System.Windows.Forms;
-using ICSharpCode.SharpDevelop.Gui;
+using Gtk;
+using MonoDevelop.Gui;
namespace MyView
{
@@ -24,9 +24,9 @@
{
#region AbstractViewContent requirements
/// <summary>
- /// The <see cref="System.Windows.Forms.Control"/> representing the view
+ /// The <see cref="Gtk.Widget"/> representing the view
/// </summary>
- public override Control Control {
+ public override Widget Control {
get {
//
// TODO : Give back a working Windows.Forms Control
Modified: trunk/MonoDevelop/build/data/templates/file/SharpDevelop/Makefile.am
===================================================================
--- trunk/MonoDevelop/build/data/templates/file/SharpDevelop/Makefile.am 2004-04-12 22:22:26 UTC (rev 1448)
+++ trunk/MonoDevelop/build/data/templates/file/SharpDevelop/Makefile.am 2004-04-12 22:28:05 UTC (rev 1449)
@@ -4,7 +4,6 @@
mdtemplate_DATA = ExampleMenuCommand.xft \
ExamplePad.xft \
- ExampleOptionPanel.xft \
ExampleView.xft \
SimpleCommand.xft
Modified: trunk/MonoDevelop/build/data/templates/file/SharpDevelop/SimpleCommand.xft
===================================================================
--- trunk/MonoDevelop/build/data/templates/file/SharpDevelop/SimpleCommand.xft 2004-04-12 22:22:26 UTC (rev 1448)
+++ trunk/MonoDevelop/build/data/templates/file/SharpDevelop/SimpleCommand.xft 2004-04-12 22:28:05 UTC (rev 1449)
@@ -2,9 +2,9 @@
<Template Originator="Mike Krueger" Language="C#" Created="09/04/2003" LastModified="09/04/2003">
<TemplateConfiguration>
- <Name>Simple #Develop command</Name>
+ <Name>Simple MonoDevelop command</Name>
<Icon>C#.File.FullFile</Icon>
- <Category>SharpDevelop</Category>
+ <Category>MonoDevelop</Category>
<LanguageName>C#</LanguageName>
<Description>Creates a command which is usable for many circumstances</Description>
</TemplateConfiguration>
@@ -12,10 +12,8 @@
<TemplateFiles>
<File DefaultExtension=".cs" DefaultName="EmptyC#file">
<![CDATA[using System;
-using System.Windows.Forms;
+using MonoDevelop.Core.AddIns.Codons;
-using ICSharpCode.Core.AddIns.Codons;
-
namespace MyCommand
{
/// <summary>
More information about the Monodevelop-patches-list
mailing list