#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 dc48a81a05 Python forms designer now supports Control's Padding property. 17 years ago
..
Console Pressing the up key in the Python Console no longer closes the completion window if there is command history. 17 years ago
Converter Python code converter no longer using CodeDom. 17 years ago
Designer Python forms designer now supports Control's Padding property. 17 years ago
Expressions Code completion in the Python binding was not working due to a change in the AbstractCompletionDataProvider's GetExpression method where the expression offset is now after the end of the text. 18 years ago
Parsing Catch InvalidCastException in IronPython parser when parsing invalid code. 17 years ago
Resolver Disabled local variable resolving in Python binding. 17 years ago
Utils Python forms designer now supports loading and generating code for standard control cursors (e.g. AppStarting, Help and WaitCursor). 17 years ago
AddInFileTestFixture.cs Enabled the python code conversion and forms designer. 17 years ago
AddInOptionsTestFixture.cs Added IronPython addin with support for IronPython 1.1 18 years ago
AppSettingsPanelTestFixture.cs Added IronPython addin with support for IronPython 1.1 18 years ago
AssemblyInfo.cs Added IronPython addin with support for IronPython 1.1 18 years ago
CompilingOptionsPanelTestFixture.cs Can now specify target CPU when compiling Python applications. 17 years ago
CreateNewPythonProjectTestFixture.cs Added support for casts and class method calls in the python code converter. 18 years ago
FormsDesignerDisplayBindingTestFixture.cs The Python forms designer (currently disabled) now has limited support for designing very basic forms. 17 years ago
FromImportCompletion.cs Added IronPython addin with support for IronPython 1.1 18 years ago
ImportCompletionTestFixture.cs Added IronPython addin with support for IronPython 1.1 18 years ago
LanguageBindingTestFixture.cs Added IronPython addin with support for IronPython 1.1 18 years ago
PythonBinding.Tests.csproj Python forms designer now supports Control's Padding property. 17 years ago
PythonBindingAddInFile.cs Added IronPython addin with support for IronPython 1.1 18 years ago
PythonOptionsPanelTestFixture.cs Added IronPython addin with support for IronPython 1.1 18 years ago
PythonSyntaxModeTestFixture.cs Added IronPython addin with support for IronPython 1.1 18 years ago
RunPythonCommandTestFixture.cs Fixed build. 17 years ago
StopPythonCommandTestFixture.cs Added IronPython addin with support for IronPython 1.1 18 years ago
TODO.txt Python code converter no longer using CodeDom. 17 years ago
app.config Added IronPython addin with support for IronPython 1.1 18 years ago