111 Commits (c345caa1a6e5aeca05d290021a54b54db40b2cc3)

Author SHA1 Message Date
Matt Ward a2469ef84d Added code coverage addin - supports NCover. 20 years ago
Daniel Grunwald 42dcc8da05 Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree. 20 years ago
Daniel Grunwald 8f779b2ffb Fixed SD2-654: Get file types to register from AddIn tree. 20 years ago
Daniel Grunwald ff84b11400 Fixed SD2-653: Design tab missing for new form added to project 20 years ago
Daniel Grunwald 8cad70aec9 Fixed exception when renaming project while project options are opened. 20 years ago
Markus Palme 85355ee6dd removed namespace declartions and imports from code 20 years ago
Daniel Grunwald 4816d086ef The Boo forms designer now supports partial classes. 20 years ago
Markus Palme a527886f42 added subcategory definitions to vb.net tempates; added singleton and addin templates 20 years ago
Daniel Grunwald 889902cff7 Fixed SD2-650: Find References error with single file open 20 years ago
Daniel Grunwald 217f008544 Add some strings to the translation database. 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 f1941afc91 Put more strings into the translation database. 20 years ago
Daniel Grunwald a3c3230123 Added some strings to the translation database. 20 years ago
Daniel Grunwald fd3cc63664 Fixed C# parser bug: cast followed by anonymous method. 20 years ago
Matt Ward e29ae4dd10 User is now prompted for discovery credentials when adding or refreshing a web reference if the server returns a Http status of 401 (Unauthorised). Tested with basic and NT authentication. 20 years ago
Peter Forstmeier f3440e3f81 Add FileTemplate for Sharpreport 20 years ago
Daniel Grunwald 651d370758 Added SharpReport 20 years ago
Daniel Grunwald dac4be9a65 Added SharpQuery. 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
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 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
Daniel Grunwald 8e182c7339 Forms designer is now reloading assemblies when required (based on patch by Alex Prudkiy). 20 years ago
Daniel Grunwald f70afa7916 Enable using PropertyGroups in the project templates. Updated ComplexExample, it should now demonstrate all project template features. 20 years ago
Matt Ward 533efc470c Added support for web references. 20 years ago
Daniel Grunwald db23c1d711 Fixed AltGr-shortcut bug. (AltGr+E now inserts the '€' sign instead of showing the exceptions pad). 20 years ago
Daniel Grunwald 5d17bf9b5e Translations update. 20 years ago
Daniel Grunwald fe66f16b43 Changed splash screen. 20 years ago
Daniel Grunwald 627e61507f Update language resources. 20 years ago
Daniel Grunwald ea52117d70 Fixed SD2-525: Changing the output Window font changes the text editor window font. 20 years ago
Matt Ward 2b47edd0cf Fixed typos in VB.Net file templates. 20 years ago
Daniel Grunwald df78c1123b Moved C++ and WiX templates to the (disabled) AddIn projects. (SD2-566) 20 years ago
Daniel Grunwald b8b3f163aa Fixed SD2-585: DataGridView does not appear in Tools | Data tab 20 years ago
Daniel Grunwald 2cff0d9e07 Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles. 20 years ago
Markus Palme 7701bf5ea4 added icons for the debugger pads. they are not perfect but at lease distinctable. 20 years ago
Daniel Grunwald 49b9f18bb1 Check dependencies when enabling/disabling AddIns. 20 years ago
Daniel Grunwald 0642cc120b Now AddIns are loaded from three locations: 20 years ago
Daniel Grunwald 49040ea269 Fixed code completion for project references. 20 years ago
Mathias Simmack 8e5e8caee9 updated WinFX templates for the WinFX Runtime Components November 2005 CTP 20 years ago
Daniel Grunwald d72a6d98b6 ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad. 20 years ago
Daniel Grunwald 392040b16f Fixed some bugs regarding missing files and folders in the project browser. 20 years ago
Daniel Grunwald 81f0f4322c Fixed NullReferenceException in DynamicHelpPad. Updated layout configuration to hide DynamicHelpPad by default. 20 years ago
Daniel Grunwald 3af84e5070 Fixed SD2-561: Running a single file causes unhandled exception 20 years ago
Daniel Grunwald de36e77696 FileTypeRegisterer now uses HKCU\Software\Classes when there is no write access to HKEY_CLASSES. 20 years ago
Mathias Simmack a04475c926 changed the Avalon templates to its real name: WPF (Windows Presentation Foundation) 20 years ago
Daniel Grunwald 205b2efb02 SharpDevelop should now work on .NET 2.0 final. Implemented a workaround for SD2-485 (Compile solution not working with .NET 2.0 RC1). 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
Mathias Simmack 8bd159545c support for DependentUpon and SubType attributes in XPT project templates added (see the Avalon* templates for a working demo) 20 years ago
Mathias Simmack 3a45a3bdd4 Avalon Navigation App template renamed 20 years ago
Mathias Simmack a52392516a Avalon page template updated 20 years ago