55 Commits (0365a3f26c4f95c3b0ae8a7ca6b7637ec2ca72ab)

Author SHA1 Message Date
Martin Koníček 51d9563d6c Added C# New file template for user Exception. 15 years ago
Siegfried Pammer c2acd544b1 updated templates for VB and C# (see SD2-1318) 15 years ago
Justin Dearing d21cbadbb0 Added template for ASHX handler. 15 years ago
Daniel Grunwald 88e92880ff Use tabs instead of spaces in WPF file templates. 16 years ago
Matt Ward 22b8b6f536 Updated to NUnit 2.5.0.9122 16 years ago
Daniel Grunwald 22cc955540 Fixed some minor bugs. 17 years ago
Daniel Grunwald 6ea64c61f4 r7445@daniel-notebook (orig r3407): daniel | 2008-08-17 17:47:15 +0200 17 years ago
Matt Ward 4ad6fbf94f Made the templates consistent by removing the empty line after the standard header. Some templates had the empty line but some did not. 17 years ago
Daniel Grunwald b626e87b20 Fixed SD2-1253 / SD2-1368 (Allow file templates to add GAC references to the project), based on patch by Siegfried Pammer 17 years ago
Daniel Grunwald 25abcd6849 Fixed code completion bugs: incorrect return type for System.Collections.Generic.Comparer<T>.Default (forum-7270), tooltip not shown for protected method calls when there is a class with the same name as the called method. 18 years ago
Matt Ward 3e065a31bd Moved Mono addin to samples and added support for Mono's new VB.NET compiler Vbnc. 18 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 18 years ago
Daniel Grunwald 37c18e0660 Fixed unit tests when .NET FX 3.5 is installed - do not rely on the order in which Reflection returns methods. 18 years ago
Matt Ward 70b289233e Updated to NUnit 2.4.2 18 years ago
Daniel Grunwald e0f2d941e8 Update string resources. 18 years ago
Justin Dearing 3efdfb29c3 web pages are now xhtml compliant. 18 years ago
Justin Dearing 0128413e2b Fixed Resource string on EmptyClass IsSealed property. 18 years ago
Justin Dearing 028cc78585 Added app.config template. 18 years ago
Daniel Grunwald 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 19 years ago
Justin Dearing 43578a95b0 A pattern for implementing a ConfigurationCollection for storing recently opened files in your application. Its a good starting point. 19 years ago
Justin Dearing a1a53eeb43 I cleaned up the tabs for the ConfigurationElement.cs(Section|Collection|Element) xtf files. Cleaned up the comments in the associated .cs files. Also added contructor code to ConfigurationSection to all the section to appear in user.app. 19 years ago
Justin Dearing 6bfdd31a45 Fixed a comment. 19 years ago
Daniel Grunwald 0224841f29 Move base class reference (:Form) from Designer file to main file. 19 years ago
Justin Dearing 199b85814e Fixed the template icon. 19 years ago
Daniel Grunwald 8a4efd80bc Fixed adding new files to project. 19 years ago
Justin Dearing 31d6fab63f File content for ConfigurationElement, ConfigurationElementCollection and ConfigurationSection moved to separate .cs files. This prevents duplicate content as ConfigurationSection implements ConfigurationElementCollection and ConfigurationElementCollection contain ConfigurationElement. 19 years ago
Justin Dearing 62979f29b7 Added File templates for ConfigurationElement ConfigurationElementCollection and ConfigurationSection 19 years ago
Matt Ward 7c91f4078b Minor modifications to the C# unit test temlate - Using statements are now in alphabetical order and the .Tests string is no longer appended to the unit test class namespace. 19 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 19 years ago
Daniel Grunwald ae2cfe3d70 Add Notify Icon and Struct template by Justin Dearing. 19 years ago
Daniel Grunwald f212108c77 Remove WPF templates from Corsavy. 19 years ago
Mathias Simmack ae4e5fe372 new SharedAddin template for VBNet 19 years ago
Daniel Grunwald f678d9c8c7 More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window 19 years ago
Mathias Simmack b53af54b3e updated WinFX templates for WinFX CTP May 2006 19 years ago
Mathias Simmack dd9c81719b updated WinFX samples for the WinFX CTP May 2006 19 years ago
Daniel Grunwald 16d87fd62e Fixed SD2-797: Code-completion for nested classes is broken 19 years ago
Daniel Grunwald 8cad311b40 Fixed SD2-777: Cannot add a new ASP.NET WebForm to a project 20 years ago
Daniel Grunwald 1a6fa98461 Added simple ASPX syntax highlighting, added Web application project template by Tom Schröter. 20 years ago
Daniel Grunwald ff84b11400 Fixed SD2-653: Design tab missing for new form added to project 20 years ago
Daniel Grunwald 4816d086ef The Boo forms designer now supports partial classes. 20 years ago
Daniel Grunwald 3d398142f4 C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute. 20 years ago
Daniel Grunwald a3c3230123 Added some strings to the translation database. 20 years ago
Matt Ward 787617378c File and project template categories can now specify a sort order if required. Defaults to sorting by category name. Updated string resources for new templates. 20 years ago
Matt Ward a9071e9809 Project and file templates now support subcategories. 20 years ago
Matt Ward 5d68029091 Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies. 20 years ago
Mathias Simmack 8e5e8caee9 updated WinFX templates for the WinFX Runtime Components November 2005 CTP 20 years ago
Mathias Simmack a04475c926 changed the Avalon templates to its real name: WPF (Windows Presentation Foundation) 20 years ago
Mathias Simmack 565490bd49 changed DefaultFileNodeCommands.cs to accept XAML files; added some XAML file templates (Window, Page, FlowDocument, PageFunction, ResourceDictionary, UserControl) 20 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 20 years ago
Daniel Grunwald d0400c2e1d Fixed code completion for VB.NET. Implemented LanguageProperties to control case sensivity for project content. 20 years ago