#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.
 
 
 
 
 
 
Daniel Grunwald 6667e3fbdb Code completion: Handle implicit conversion of "null" to all reference types and Nullable<T>. 18 years ago
..
ConsoleApp Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base). 20 years ago
Services_Navigation fixed the unit test that was breaking the build. 18 years ago
StringTagProvider ${ProjectDir} string now returns the active project's directory and not its filename. 18 years ago
Templates File and project template categories can now specify a sort order if required. Defaults to sorting by category name. Updated string resources for new templates. 20 years ago
Utils Don't reuse IAmbience instances (they are not thread-safe). 18 years ago
WebReferences Implemented SD2-1183: Use MSBuild libraries 19 years ago
AbstractEntityIsOverridableTestFixture.cs Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 18 years ago
AssemblyInfo.cs Reset accidentally modified assembly info version numbers. 20 years ago
CSharpExpressionFinderTests.cs Fixed resolving when a generic class derived from a non-generic class with the same name. 18 years ago
CancelLongRunningAppTestFixture.cs Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base). 20 years ago
CodeConverterTests.cs Make IClass (+ IMember, IParameter, IAttribute, ICompilationUnit .....) immutable. 18 years ago
CollectionClassOverridesTestFixture.cs Merge Merged SD 2.2 revision 2603:2624 to trunk. 18 years ago
ConsoleAppTestFixtureBase.cs Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base). 20 years ago
ExceptionClassOverridesTestFixture.cs Fixed build. 19 years ago
ExitCodeTestFixture.cs Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base). 20 years ago
GenerateOverrideMethodTests.cs Fixed forum-17917: Overriding properties that have get/set accessors with different visibility as the property does not insert the visibility modifier in the overriding code. 18 years ago
GenericResolverTests.cs Don't reuse IAmbience instances (they are not thread-safe). 18 years ago
GetElementByReflectionNameTests.cs Some fixes suggested by FxCop. 18 years ago
ICSharpCode.SharpDevelop.Tests.csproj ${ProjectDir} string now returns the active project's directory and not its filename. 18 years ago
ICSharpCode.SharpDevelop.Tests.csproj.user Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM. 20 years ago
InnerClassesResolverTests.cs Fixed DefaultProjectContent.GetClass implementation: inner classes nested in other inner classes were not found. 18 years ago
LineReceivedFromProcessTestFixture.cs Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base). 20 years ago
MemberLookupHelperTests.cs Code completion: Handle implicit conversion of "null" to all reference types and Nullable<T>. 18 years ago
NRefactoryResolverTests.cs Fixed several minor code completion bugs. 18 years ago
NoSuchExecutableTestFixture.cs Implemented SD2-1183: Use MSBuild libraries 19 years ago
OutputTextLineParserTestFixture.cs Add Rename command to refactoring menu. 20 years ago
OverloadFinding.cs Code completion: Handle implicit conversion of "null" to all reference types and Nullable<T>. 18 years ago
OverridableMethodsTestFixture.cs Fixed SD2-1199 - Override completion list for KeyedCollection class contains invalid methods. ReflectionMethod and ReflectionProperty classes now set the Sealed modifier if the method or property getter/setter is marked as final. Incremented DomPersistence.FileVersion to invalidate the cached files. Code generators now use the OverrideCompletionDataProvider class to determine the overridable methods and properties instead of using their own implementation. 19 years ago
OverridablePropertiesTestFixture.cs Fixed SD2-1199 - Override completion list for KeyedCollection class contains invalid methods. ReflectionMethod and ReflectionProperty classes now set the Sealed modifier if the method or property getter/setter is marked as final. Incremented DomPersistence.FileVersion to invalidate the cached files. Code generators now use the OverrideCompletionDataProvider class to determine the overridable methods and properties instead of using their own implementation. 19 years ago
ProcessExitedTestFixture.cs Add Rename command to refactoring menu. 20 years ago
ProcessRunnerNotStartedTestFixture.cs Add Rename command to refactoring menu. 20 years ago
RefactoringTests.cs Fixed unit tests. 20 years ago
ReflectionLayerTests.cs Make IClass (+ IMember, IParameter, IAttribute, ICompilationUnit .....) immutable. 18 years ago
SearchClassTests.cs Re-enable resolver unit tests. 19 years ago
SearchGenericClassTests.cs Improved SharpDevelop.Dom API. 19 years ago
SharpDevelopColorDialogTests.cs Added a custom ColorDialog that remembers any user defined custom colors. 19 years ago
StandardOutputFromProcessTestFixture.cs Add Rename command to refactoring menu. 20 years ago
VBExpressionFinderTests.cs Fixed build. 18 years ago