#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.
 
 
 
 
 
 
Mike Krüger 6c4d206dcd Added failing completion test case. 12 years ago
..
BrowsableAttributeTests.cs [Completion] Only check browsable attribute inside the same assembly. 13 years ago
CodeCompletionAccessibleTests.cs Fixed some completion cases with extension methods. 13 years ago
CodeCompletionBugTests.cs Added failing completion test case. 12 years ago
CodeCompletionCSharp3Tests.cs Updated mcs. 14 years ago
CodeCompletionCSharpTests.cs
CodeComplteionOperatorTests.cs
CompletionDataList.cs
DelegateContextTests.cs Added test for the delegate/constructor bug. 12 years ago
DocumentationContextTests.cs Fixed XML comment bug. 13 years ago
EnumContextTests.cs [Completion] Improved enum context handling. 13 years ago
GetCurrentParameterIndexTests.cs Remove constructors from CSharpUnresolvedFile - they could be mistaken to load the specified file name. 12 years ago
ImportCompletionTests.cs [CodeCompletion] Completion engine now can generate import completion 13 years ago
KeywordTests.cs Fixed bug with missing primitive types in is/as type list. 12 years ago
NameContextTests.cs Added missing formatting option. 12 years ago
ObjectInitializerTests.cs Fixed some completion unit tests. 12 years ago
ParameterCompletionTests.cs Fixed parameter completion bug. 13 years ago
PreProcessorTests.cs Fixed pre processor completion bug. 13 years ago
TestBase.cs Add 'FullTypeName' struct, and use it to represent type names. 13 years ago
VariableDeclarationStatementTests.cs