1084 Commits (1893856800fd234349e62a8e5038e3ca894734be)
 

Author SHA1 Message Date
Daniel Grunwald 1893856800 Fixed SD2-580: Adding GAC reference to standard .NET assemblies adds full assembly name to project 20 years ago
Matt Ward 149af8951d Fixed SD2-679. Attempting to create a directory in the project browser containing invalid characters, such as a backslash, will display an error message. 20 years ago
Markus Palme 752efc9b96 load resoures when addin is inserted and enabled 20 years ago
Markus Palme 6446c1a06f don't load resources if hintPath is null 20 years ago
Matt Ward 44ad25ab69 Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base). 20 years ago
Peter Forstmeier 5d81e37a5d Fixing Issue SD2-669 from Matt Ward 20 years ago
Peter Forstmeier 471de2f4ce Fixing Issue SD2-688 from Matt Ward 20 years ago
David Srbecký 641af3f5f8 Console applications run from debug build of #D have their own console 20 years ago
Markus Palme f6eba6fd7d bitmap/string resources can now be registered in *.addin files using the tags <BitmapResources> and <StringResources> 20 years ago
Peter Forstmeier c7030d4c0a Moved Icons for SharpReport to BitmapResources 20 years ago
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