#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matt Ward ed2d73dd0d SD2-1278. Test method locations are now updated in the test tree as the file is edited. Previously using Goto Definition in the test tree could jump to the wrong line after the file was edited. 19 years ago
..
AddInManager removed unused import statements 19 years ago
AddinScout removed unused import statements 19 years ago
CodeAnalysis Pass "FxCopDir" property to MSBuild. 19 years ago
CodeCoverage Removed Run All Tests context menu item from Unit Tests window. Code coverage window opened after all tests have been run with code coverage and there were no test failures. No longer using a static NCover runner which was raising events in two RunTestWithCodeCoverageCommand instances (toolbar, context menu) and causing one to try to read a test results file which no longer existed. 19 years ago
ComponentInspector SD2-972 - Null reference exception thrown by the Component Inspector's find dialog when trying to show the 'No items found' list item. The find dialog was not handling the list item's tag being null. 19 years ago
Debugger Ignore base class of generic types and return 'object' instead 19 years ago
FiletypeRegisterer Fixed SD2-1286: Nested With statements result in stack overflow 19 years ago
HighlightingEditor/Project Fixed SD2-862. The highlighting editor now supports the singleword attribute on begin and end spans. 19 years ago
HtmlHelp2 Dynamic help pad now checks for a null grid item label when building the list of dynamic search terms. Removed reference to the Tip of the Day menu item in the HtmlHelp2.addin file. Modified the HtmlHelp2 project so full debug information is generated when building the debug configuration. 19 years ago
MonoAddIn Implemented SD2-1183: Use MSBuild libraries 19 years ago
NAntAddIn NAnt pad now supports build files that are not part of a project. 19 years ago
PInvokeAddIn Fixed SD2-931: Undo after inserting code template 19 years ago
RegExpTk/Project removed unused import statements 19 years ago
ResourceToolkit/Project Fixed SD2-1239: ResourceToolkit: Incorrect mapping of manifest resource names to file names in VB. 19 years ago
SharpQuery Implemented SD2-1183: Use MSBuild libraries 19 years ago
SharpServerTools Release builds of SharpServerTools now build to the same folder as Debug builds - AddIns\Misc\SharpServerTools 19 years ago
StartPage/Project Fixed SD2-1261: DOM crash on incomplete VB array field definition 19 years ago
SubversionAddIn/Project Refresh assembly project contents when adding a reference. 19 years ago
UnitTesting SD2-1278. Test method locations are now updated in the test tree as the file is edited. Previously using Goto Definition in the test tree could jump to the wrong line after the file was edited. 19 years ago