1055 Commits (a328ef8561378d5051a728ccd5d31289db2adfba)
 

Author SHA1 Message Date
Matt Ward a328ef8561 Output text line parser now successfully parses NUnit output containing a carriage return character. 20 years ago
Matt Ward 5c474f46a7 When a tree node in the ExtTreeView is selected, but the control does not currently have the focus, the node's text colour is set to ControlText and not the node's ForeColor. This makes the ExtTreeView consistent with the .NET framework TreeView. 20 years ago
David Srbecký 7a3087b6a3 Fixed SD2-672: Applications using DynamicProxy cannot be debugged 20 years ago
David Srbecký c345caa1a6 BreakPointsPad derives from BookmarksPad. Implements: 20 years ago
David Srbecký d139534b91 Fixed Forums-3382,3489,3575: Attempt to display property of property crashed the debugger 20 years ago
David Srbecký f8131d60a1 Fixed SD2-638: Crash when closing console window during debugging; 20 years ago
David Srbecký 3ec442e255 Fixed SD2-637: Cannot expand array in debugger tree view; 20 years ago
Peter Forstmeier 6991095c10 Small changes in ReportGenerator and better handling of IDisposable 20 years ago
David Srbecký 57e48ef856 Added debugger test: ArrayValue 20 years ago
Daniel Grunwald bba33f86ce Add JScriptGlobals by John Simons: HtmlHelp settings (e.g. language filter) are now persisted. 20 years ago
Matt Ward a2469ef84d Added code coverage addin - supports NCover. 20 years ago
Daniel Grunwald ae35cdce8b Fixed exception when adding solution folder. 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 fdad3d05d5 Fixed SD2-661: Project browser cannot be navigated with keyboard 20 years ago
Peter Forstmeier 1119f56695 FieldsExplorer is invisible until SharpReport run's and update themself from SharpReportView 20 years ago
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