1074 Commits (0be82e62dd33363985a97df210a25cce4622d0ff)
 

Author SHA1 Message Date
David Srbecký 0be82e62dd Implemented SD2-663 - you can copy values from tooltips to clipborad; 20 years ago
David Srbecký bcae75a925 Implemented SD2-546: Breakpoints that will not be hit should have different icon; 20 years ago
Matt Ward ea4884bf6a Improved speed of expanding tree nodes in code coverage tree view - child nodes added only when the node is expanded via the ExtTreeNode.Initialize method. Classes with no namespace are now added to the tree view without a parent namespace node. 20 years ago
David Srbecký edc71e8dd7 Renaming in Breakpoint class. Added WillBeHit property to BreakpointBookmark. 20 years ago
Daniel Grunwald 440e3e6ba5 Fixed SD2-674: Invalid indentation used by "override" code generator. 20 years ago
David Srbecký 0c46d5169c Fixed SD2-649: Breakpoint within anonymous delegate method causes COMException 20 years ago
Daniel Grunwald 6c0473638e Fixed some NRefactory bugs, added NRefactory unit tests. 20 years ago
David Srbecký 8b753ce99c Fixed SD2-633: Trying to debug a non .NET executable throws an exception 20 years ago
David Alpert 56f82265dc Applied patch by John Simons: Closing an open file tab returns focus to the previously focused tab. Patch edited slightly to use generics & follow DockPane.cs naming conventions. 20 years ago
David Alpert b6b2341ac2 "Save all currently open buffers" option added to OpenFileTab/ContextMenu 20 years ago
Daniel Grunwald 7c58827869 Sort ExtTreeView only when expanding a node for the first time instead of every time a node is expanded. 20 years ago
Daniel Grunwald cbb371b262 Fixed SD2-670: Second form resource added if design view switched to from designer partial class 20 years ago
Daniel Grunwald 36ef218ec5 Fixed SD2-673: Opening invalid projects raises exception 20 years ago
Matt Ward 97a2fd987f Modified code coverage project guid so SharpDevelop.Tests solution now works. 20 years ago
Matt Ward fb130e19bd Added missing string resources for Code Coverage addin. 20 years ago
Peter Forstmeier 43ae176456 Further refactoring of ReportGenerator, new Exception MissingModelException.cs added 20 years ago
Daniel Grunwald b8db7f0b60 Fixed unit tests. 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Matt Ward 6a968c6f6b Items that have zero code coverage are now displayed in grey in the tree view. Added tests and code to parse NUnit xml output files - not currently used. 20 years ago
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