From 8eb3ae4523f3e3fe13a085068a53f905c3a21c66 Mon Sep 17 00:00:00 2001 From: Dale Ragan Date: Tue, 1 Jun 2010 15:07:53 -0400 Subject: [PATCH] Went ahead and changed the file templates for Step and Event Definitions. I just didn't like the format of the code using the CodeDom for generation. That and the fact that I couldn't get Comments to generate. The only reasone I went with the CodeDom first, was so I didn't have to create a template for each language we want to support. Once I get the VB exception figured out, I will add the templates for it also. --- .../Templates/SpecFlowEventDefinition.xft.xml | 159 ++++++++++-------- .../Templates/SpecFlowStepDefinition.xft.xml | 147 +++++----------- 2 files changed, 130 insertions(+), 176 deletions(-) diff --git a/IdeIntegration/MonoDevelopIntegration/Templates/SpecFlowEventDefinition.xft.xml b/IdeIntegration/MonoDevelopIntegration/Templates/SpecFlowEventDefinition.xft.xml index da078e7d5..fda65592d 100644 --- a/IdeIntegration/MonoDevelopIntegration/Templates/SpecFlowEventDefinition.xft.xml +++ b/IdeIntegration/MonoDevelopIntegration/Templates/SpecFlowEventDefinition.xft.xml @@ -7,84 +7,95 @@ <_Name>SpecFlow Event Definition res:SpecFlowEventDefinitionIcon.ico <_Category>NUnit - * + C# <_Description>Creates a SpecFlow Event Definition file. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + \ No newline at end of file diff --git a/IdeIntegration/MonoDevelopIntegration/Templates/SpecFlowStepDefinition.xft.xml b/IdeIntegration/MonoDevelopIntegration/Templates/SpecFlowStepDefinition.xft.xml index e27a4f897..89c43bc78 100644 --- a/IdeIntegration/MonoDevelopIntegration/Templates/SpecFlowStepDefinition.xft.xml +++ b/IdeIntegration/MonoDevelopIntegration/Templates/SpecFlowStepDefinition.xft.xml @@ -7,112 +7,55 @@ <_Name>SpecFlow Step Definition res:SpecFlowStepDefinitionIcon.ico <_Category>NUnit - * + C# <_Description>Creates a SpecFlow Step Definition file. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + \ No newline at end of file