630 Commits (4816d086ef0b5bddf06343a7e9973c8af29e026f)

Author SHA1 Message Date
Daniel Grunwald 4816d086ef The Boo forms designer now supports partial classes. 20 years ago
Peter Forstmeier 5f0e9b5271 Forgot to clean ReportModel.cs 20 years ago
Peter Forstmeier 2ad3f0278d Cleanup 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 356cea55e4 Fixed SD2-579: Design tab not always available for partial class forms (patch by Christian Hornung) 20 years ago
Daniel Grunwald 1538282335 C# <-> VB converter now converts P/Invoke declarations. 20 years ago
Daniel Grunwald f1941afc91 Put more strings into the translation database. 20 years ago
Matt Ward 63c58c0b1b Toolbox provider no longer refreshes the project browser pad since new references are added by the project browser itself. This also fixes a null reference exception that was occuring when the project browser instance was accessed when the pad had not been created. 20 years ago
Daniel Grunwald 9833db1c49 Fixed NRefactory bugs regarding "else if"-statements. 20 years ago
Peter Forstmeier 62fb0abb39 Fixed endless loop for nonsorted Reports, implement a basic checking of CommandText, (check for 'Update' and 'Delete') 20 years ago
Daniel Grunwald a3c3230123 Added some strings to the translation database. 20 years ago
Peter Forstmeier 51b61792f5 Remove RunSharpReport.cs, Extract some Commands for SharpReportView and FieldsExplorer 20 years ago
Daniel Grunwald e8ca795929 Removed Visual Styles workaround that is not needed on .NET 2.0 anymore. This fixes the background color of radio buttons in group boxes when WinXP is used but Visual Styles are disabled. 20 years ago
Daniel Grunwald 1acdd6d9e0 Project converter now converts project settings. 20 years ago
Peter Forstmeier 0b6c513366 Changed handling of Report Preview 20 years ago
Peter Forstmeier bfc7af014d Modified DatabaseConnections 20 years ago
Daniel Grunwald 651d370758 Added SharpReport 20 years ago
Peter Forstmeier 6ed00c1095 Change in SharpQuery.addin 20 years ago
Peter Forstmeier 2455f778f8 Small change in Collections.cs 20 years ago
Daniel Grunwald c7eb2454fd Fixed exception in dynamic help pad when language of current project was unknown (e.g. project file not found) 20 years ago
Daniel Grunwald dac4be9a65 Added SharpQuery. 20 years ago
Daniel Grunwald 55300ef602 Fixed project converter bugs. 20 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
Daniel Grunwald 7aed280b1f Applied patch by Alex Prudkiy: fixes loading the forms designer when the file contains multiple classes. 20 years ago
Matt Ward 191510b4bc Reset accidentally modified assembly info version numbers. 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 64cfc3cef3 Fixed code completion for global methods. 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 7029bc66cf Revert two forms designer files that shouldn't be committed... 20 years ago
Daniel Grunwald 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Daniel Grunwald 77020dbcce Fixed Visual Basic operator precedence and added unit tests for operator precedence. 20 years ago
Daniel Grunwald 21de318a25 Fixed SD2-636: NRefactory -> CodeDom converter might not work on first try. 20 years ago
Daniel Grunwald dee27d74c7 Fixed exception when trying to delete a MarshalByValueComponent (like DataSet) using the keyboard. 20 years ago
Daniel Grunwald 4ac89b6905 Overworked form designer assembly loading a bit. Showing the custom components in the tools pad no longer causes the assembly to be loaded, it is loaded only when the component in the toolbox is activated. 20 years ago
Matt Ward d6b8a0e642 Fixed typo - use MessageService.ShowError instead of non-existent MessageService.Show method. 20 years ago
Daniel Grunwald 3013f698f3 Implemented right-to-left mirroring for dialogs and the main menu. 20 years ago
Daniel Grunwald 02d57c4611 Improved C# <-> VB conversion. 20 years ago
Daniel Grunwald a2323c417a Fixed SD2-629: VBNetForeachLoopVariableTest. 20 years ago
Matt Ward 309a0b8978 Fixed SD2-628 - Can now design unsaved files when a project is currently open. 20 years ago
Matt Ward 533efc470c Added support for web references. 20 years ago
Daniel Grunwald 7420da5fc4 Fixed SD2-613: Renaming a solution generates a Not Implemented exception. 20 years ago
Daniel Grunwald b483073c64 Fixed SD2-624: "Configure Sidebar" not shown when right-clicking on the tools pad. 20 years ago
Daniel Grunwald e1e7877a49 Fixed BOO-628 - Alt+Ins code generation only works for C# and VB. 20 years ago
Daniel Grunwald de20032c48 Fixed VB interface implementation code generator. 20 years ago
Daniel Grunwald 935f026883 Fixed BOO-589: Tooltip information fails when a property is named after a type 20 years ago
Daniel Grunwald acda9fb540 Use callback method for MSBuildEngine instead of Application.DoEvents() loop. Probably fixes SD2-619. 20 years ago
Daniel Grunwald 66a4289544 Fixed parser crash on incomplete ReDimStatement. 20 years ago
Matt Ward 26fe065d3a When checking the project's references, after a control has been dropped onto a form in the designer, the code now ensures that the referenced assembly exists before trying to retrieve the assembly name. If it does not exist the code tries the GAC. This handles the case where the HintPath has been set to a folder which does not exist. 20 years ago
Daniel Grunwald d0b2864289 Fixed C#<->VB conversion of #if preprocessing directives. 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