#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 d9eb7f997e Added support for integrated unit testing with IronPython. 15 years ago
..
AddHandlerConversionTestFixture.cs Fixed bug when converting references to 'this' and event handlers to python. 16 years ago
ArrayCastConversionTestFixture.cs Now using short type names (e.g. Array instead of System.Array) in generated python code. 16 years ago
ArrayConversionTestFixture.cs Now using short type names (e.g. Array instead of System.Array) in generated python code. 16 years ago
AssignmentOperatorConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
BaseClassConversionTestFixture.cs Class base types now converted to python. 16 years ago
BaseClassReferenceTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
BinaryOperatorConversionTests.cs Xor operator now converted to python correctly. 16 years ago
BitShiftConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
BooleanConversionTestFixture.cs Boolean variables now correctly converted to python. 16 years ago
BreakAndContinueConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
CSharpClassWithNamespaceConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
CallConstructorWithParametersConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
ClassConstructorConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
ClassDestructorConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
ClassFieldReferenceTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
ConvertCSharpToPythonMenuCommandTestFixture.cs Merge 3.0 to trunk. 16 years ago
ConvertToPythonProjectCommandTestFixture.cs Highlighting editor: allow editing colors of highlighting definitions defined in AddIns. 16 years ago
ConvertVBNetToPythonMenuCommandTestFixture.cs Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 16 years ago
ConverterSupportedLanguageTests.cs Can now convert C# and VB.NET projects to Python. 16 years ago
ElseIfStatementConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
EmptyCSharpClassConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
EventHandlerWithObjectCreationTestFixture.cs Fixed bug when converting references to 'this' and event handlers to python. 16 years ago
FieldDeclarationWithNoInitializerTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
ForLoopConversionTestFixture.cs Added support for integrated unit testing with IronPython. 15 years ago
ForeachConversionTestFixture.cs Python code converter now converts 'foreach (string key in dictionary.Keys)' statements correctly. 16 years ago
ForeachConversionWithMethodCallTestFixture.cs Add 'import clr' if clr.GetType used in converted python code. 16 years ago
GenerateMainMethodCallTestFixture.cs Python code converter now adds code to call the project's main entry method. 16 years ago
GenericListConversionTestFixture.cs Convert System.String and System.Int32 to 'str' and 'int' in python. 16 years ago
IfBlockStatementConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
IfStatementConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
IncrementAndDecrementConversionTests.cs Can now convert C# and VB.NET projects to Python. 16 years ago
IntegerClassFieldConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
IntegerClassFieldInitializedInConstructorTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
IntegerClassFieldWithConstructorTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
IntegerMethodParameterTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
LocalVariableAssignedInConstructorTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
LocalVariableDeclarationInIfStatementTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
LocalVariableNotInitializedTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
MethodCallInConstructorTestFixture.cs Fixed null reference exception when converting a constructor to python. 16 years ago
MethodParameterConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
MethodReturnValueConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
MethodWithBodyConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
ModulusOperatorConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
MultiLineCommentTestFixture.cs Added support for multiline comments in the python code converter. 16 years ago
NestedClassConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
NestedIfStatementConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
NullConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
ObjectCreationTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
ObjectInitializerConversionTestFixture.cs Static class methods now use staticmethod when converted to Python. 16 years ago
ObjectReferenceEqualsConversionTestFixture.cs Python code converter now converts type reference expressions. 16 years ago
ProjectHasStartupObjectTestFixture.cs Added support for integrated unit testing with IronPython. 15 years ago
PropertyConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
PropertyReferenceConversionTestFixture.cs Python code converter now attempts to detect property references and adds a this reference. 16 years ago
PropertyWithGetSetStatementsTestfixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
PropertyWithGetterTestFixture.cs Python code converter now supports read-only and write-only property conversions. 16 years ago
PropertyWithSetterTestFixture.cs Python code converter now supports read-only and write-only property conversions. 16 years ago
RemoveHandlerConversionTestFixture.cs Fixed bug when converting references to 'this' and event handlers to python. 16 years ago
SingleClassMethodConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
SingleLineCommentConversionTestFixture.cs Single line comments now converted from C#, VB.NET to Python. 16 years ago
StaticClassReferenceTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
StaticMethodConversionTestFixture.cs Python converter no longer uses 'self' when calling a method inside a static method. 16 years ago
SwitchStatementConversionTestFixture.cs Break statements no longer generated when converting a switch statement to python. 16 years ago
TernaryOperatorConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
ThrowExceptionConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
TryCatchFinallyConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
TypeofConversionTestFixture.cs Add 'import clr' if clr.GetType used in converted python code. 16 years ago
UnaryOperatorConversionTests.cs Can now convert C# and VB.NET projects to Python. 16 years ago
UsingStatementConversionTestFixture.cs New line added between import statements and class definitions when converting code to Python. 16 years ago
VBClassConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
VBStringConcatTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
WhileLoopConversionTestFixture.cs Can now convert C# and VB.NET projects to Python. 16 years ago
XmlDocCommentConversionTestFixture.cs Python code converter now supports xml doc comments for constructors. Xml doc comments that are not before a class, method or constructor declaration are converted to single line python comments. 16 years ago