166 Commits (0365a3f26c4f95c3b0ae8a7ca6b7637ec2ca72ab)

Author SHA1 Message Date
Siegfried Pammer 0365a3f26c fixed namespace problems in VB WPF templates 15 years ago
Siegfried Pammer 27f1e11aaf VB: Added My-namespace support for WPF 15 years ago
Siegfried Pammer 717006f72b added VB templates for WPF Applications 15 years ago
mrward 7b72aa9d78 Change ASP.NET web page and web service project so the OutputPath is set to bin when a new project is created. 15 years ago
Daniel Grunwald 58482b71ca Work on SD-1457: Added support for the Client Profile. The 3.5 and 4.0 client profiles can now be chosen as target frameworks. 15 years ago
Daniel Grunwald 2dd127eacd Remove Direct3D project templates (Managed DirectX has been deprecated since XNA was released) 15 years ago
mrward 7078bac91f Update silverlight template to use Silverlight 4.0 15 years ago
Daniel Grunwald feceefbc35 Remove references to CF framework 15 years ago
Daniel Grunwald 27ff6cdc30 Remove support for compact framework. 15 years ago
Siegfried Pammer 7482ad64a2 added some missing VB .NET templates 15 years ago
Siegfried Pammer 2868186abc - added some code snippets for loops and conditional statements 15 years ago
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 83261c2a52 Work around strange .NET feature in command-line parsing. 16 years ago
Daniel Grunwald dbb48e866c Merge 3.0 to trunk. 16 years ago
Daniel Grunwald 6990764e4f Fixed forum-10114: Duplicate call to InitializeComponent() in WPF application template 16 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 16 years ago
Daniel Grunwald ed3f9e5dbb Consistently use "http://schemas.microsoft.com/winfx/2006/xaml/presentation" as WPF XML namespace. 16 years ago
Daniel Grunwald 7da40d343b Updated fullAssemblyNameToRequiredFrameworkVersionDictionary. 16 years ago
Daniel Grunwald ac14bb27f2 Allow setting 'Option Infer' in project options. 16 years ago
Daniel Grunwald fb9520f571 Allow choosing the target framework when creating VB projects. 16 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
Ivan Shumilin 4526da55b2 Project template for Silverlight application. 16 years ago
Daniel Grunwald 2f86318fd8 Improved performance of UpdateAssemblyInfo. 16 years ago
Daniel Grunwald fceb74103e ChangeLog: only show changes since revision 3800. 17 years ago
Daniel Grunwald fc810158a9 Fixed exception from forum-9214 (but hung build still not fixed). 17 years ago
Daniel Grunwald 9d66ca2fbd Remove SharpDevelop Reports template from data/templates 17 years ago
Daniel Grunwald 22cc955540 Fixed some minor bugs. 17 years ago
Daniel Grunwald eaca0978dc Rename category for WPF project templates from ".NET 3.0" to "WPF". 17 years ago
Daniel Grunwald 6ea64c61f4 r7445@daniel-notebook (orig r3407): daniel | 2008-08-17 17:47:15 +0200 17 years ago
Justin Dearing bc1f3d9112 You can now insert custom formatted dates with StringParser.Parse() via ${DATE:formatstring}. This string gets passed to DateTime.Now.ToString() and the results returned. All project templates that have an AssemblyInfo.cs now set the AssemblyCopuRight to this year. 17 years ago
Daniel Grunwald 9fae8aee0d Allow specifying movement type of text anchors. 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
Justin Dearing 05b25d60a0 AssemblyInfo.cs now gets loaded into the Properties files to match Visual Studio Behavior. 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
Daniel Grunwald ca23c28708 Various improvements in subversion addin. 18 years ago
Matt Ward faad66f44a Added NAnt addin sample. 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 8f2e284793 Allow choosing the target framework when creating a new project. 18 years ago
Daniel Grunwald 65ba1bf91a Prevent crash in DockPanel.FocusManager.Activate when active pane was removed (e.g. the pad that was active when SharpDevelop was closed does not exist anymore after an AddIn was removed manually or SharpDevelop was updated) 18 years ago
Daniel Grunwald 2d94d3128c Update to Cecil 0.6. 18 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 18 years ago
Daniel Grunwald 9567c3e210 Add more controls to toolbox, support editing properties of type "Cursor" and "bool?". 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 313121fcc9 Fixed VB Direct3D project template. 18 years ago
Daniel Grunwald e0f2d941e8 Update string resources. 18 years ago