1040 Commits (5ea1656392d7c0a4fc27460a2db1111b09e409b6)
 

Author SHA1 Message Date
David Alpert 5ea1656392 Fixed another possible NullReferenceException in recent changes to the project browser. 20 years ago
Daniel Grunwald ebbd3bd080 Fixed SD2-640: Add existing form to project does not add .resx file 20 years ago
Daniel Grunwald 0d9ccc034b Applied forms designer patch by Christian Hornung: use the MenuCommandService implementation from the .NET framework. 20 years ago
Daniel Grunwald ae6635bcb6 Fixed SD2-639: Renaming a form should rename the resource file 20 years ago
Daniel Grunwald 8f779b2ffb Fixed SD2-654: Get file types to register from AddIn tree. 20 years ago
Daniel Grunwald cd423a3efa Fixed SD2-656: Show tab order menu option should indicate current state 20 years ago
Daniel Grunwald 9a42a2c0f8 Fixed SD2-484: Designer verbs not displayed in forms designer 20 years ago
Daniel Grunwald 3255344aba Fixed SD2-652: Code completion for form component with modifier set to public 20 years ago
Daniel Grunwald ff84b11400 Fixed SD2-653: Design tab missing for new form added to project 20 years ago
Daniel Grunwald 369f7d4f06 Use default help namespace when help2environment.xml is empty. 20 years ago
Peter Forstmeier 210d65be08 Change delegates to EventHandler<T> 20 years ago
Peter Forstmeier ed17b45b28 Fixes from FxCop 20 years ago
Daniel Grunwald 8cad70aec9 Fixed exception when renaming project while project options are opened. 20 years ago
Peter Forstmeier 40e7a2e3ea Folder's are set correctly from ReportWizard 20 years ago
Daniel Grunwald f73f3cb986 Fixed path to ngen. 20 years ago
Daniel Grunwald a34a53ef09 PostInstallTasks now calls ngen for SharpDevelop.exe (and its dependencies). 20 years ago
Peter Forstmeier 56ea8e3809 More fixes from FxCop 20 years ago
Peter Forstmeier 5b3be80b73 Applied some rules from FxCop 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
David Alpert e53be414f7 Grouped code according to interface implementations and added #region wrappers to identify them. 20 years ago
Daniel Grunwald 218da5ed20 Fixed SD2-651: Opening a single file displays error message 20 years ago
Daniel Grunwald 889902cff7 Fixed SD2-650: Find References error with single file open 20 years ago
Matt Ward 6cc832fad8 Fixed null reference exception in project browser if the last selected file is null. 20 years ago
Peter Forstmeier 5f0e9b5271 Forgot to clean ReportModel.cs 20 years ago
Peter Forstmeier 2ad3f0278d Cleanup 20 years ago
David Alpert bc1c5c33c4 Improved ProjectBrowser's ability to track the selected file. 20 years ago
Daniel Grunwald 217f008544 Add some strings to the translation database. 20 years ago
Daniel Grunwald 49e6aaf100 Include SharpReport in default build. 20 years ago
Daniel Grunwald 3d398142f4 C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute. 20 years ago
David Alpert d9da0705dd Fixed small bug introduced by recent changes that entered search results twice for FindAll searches. 20 years ago
Daniel Grunwald b6709b423c I forgot to check in some files... 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 28f4a33d01 Fixed C# lexer: double-quote in verbatim string parsed incorrectly 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
Daniel Grunwald e6dc607e4f Fixed copy-paste into RTF editors when text contained backslash. 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
David Alpert d7cfa0a8f3 Recent search results now show in most-recently-displayed-first order. 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
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
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
Peter Forstmeier 0b6c513366 Changed handling of Report Preview 20 years ago