649 Commits (f8c08d5b0dbdb7b3d3280cdd337f627ec734230c)

Author SHA1 Message Date
Daniel Grunwald ce1d104029 Add "Vendor" directory. 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
Matt Ward 486fac00b6 FileUtility's NetFrameworkInstallRoot now returns the correct folder. 17 years ago
Justin Dearing 01842182c2 Improved the searching for SDK executables. 17 years ago
Matt Ward d0f467cf57 Added support for attaching the debugger to a running process. 17 years ago
Matt Ward c6a5ad937b Updated to WiX 3.0.4130 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 11f6049c38 Implemented SD2-1353: Allow for build-action specific properties for FileProjectItems. 17 years ago
Daniel Grunwald adf614394b Fixed XML documentation warnings. 17 years ago
Matt Ward f0c34f388d Updated WiX to version 3.0.3907.0 18 years ago
Matt Ward 42622638f9 Added code coverage resource strings missing from project options. 18 years ago
Daniel Grunwald 18e4ccc0d5 SVNChangelogToXml: use Svn.Net instead of NSvn 18 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
Daniel Grunwald 7ef5417928 Fixed potential stack overflow in DockContentHandler.cs. 18 years ago
Matt Ward 048a4ba389 Updated string resources. 18 years ago
Matt Ward 71b08634a4 Added F# addin created by Robert Pickering. 18 years ago
Daniel Grunwald b48ee36f99 Fixed SD2-1381: Missing String Resources 18 years ago
Matt Ward 51434bc3d6 Added Unit Tests option panel available under Tools-Options-Tools. This can be used to specify extra command line arguments to nunit-console (e.g. /nothreadand /noshadow). 18 years ago
Daniel Grunwald 82bbab8aec Forum-6859: Show code templates in code completion. 18 years ago
David Srbecký 3837cc88ec Updated string resources 18 years ago
Matt Ward 2dbc8bec00 Updated the WixBinding and SharpDevelop's installer to use WiX 3.0.3621.0 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 68bf3ac9f0 Looks like I only committed the src folder in rev. 2714, here are the missing changes. 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 5f9f3db75c Update string resources. 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
Christoph Wille 8fa6d50a29 Update a few SDR resources 18 years ago
Daniel Grunwald e0f2d941e8 Update string resources. 18 years ago
Matt Ward eb7c9a8f91 Updated to WiX 2.0.5325 18 years ago
Justin Dearing 58aba4a28a Fixed projects now call Console.ReadKey(true). 18 years ago
Daniel Grunwald 57eafab058 ConsoleProject templates: 18 years ago
Justin Dearing 81a9b3de99 Cleaned up the ConsoleProject templates for CSharp and VB.NET 18 years ago
Daniel Grunwald 06388697e0 Update language resources. 18 years ago
Justin Dearing a2c2dbe784 The static Main call is now in a seperate Program.cs file. 18 years ago
Justin Dearing e77880dc9f Both WPF templates get their AssemblyInfo from the same source. 18 years ago
Justin Dearing 3efdfb29c3 web pages are now xhtml compliant. 18 years ago
Daniel Grunwald 6beeb1734d Move P/Invoke calls to NativeMethods.cs. 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
Dickon Field ee8ff51b4f added icon for ServerTool 19 years ago
Daniel Grunwald f7b2d45b7f Add AddInWritingHelp.txt to project templates creating SharpDevelop AddIns that point to the documentation in the wiki. 19 years ago
Daniel Grunwald 74f21e68ab Remove [STAThread] from C# compact framework project template. 19 years ago