Browse by Tags
All Tags »
Python (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
Support for IronPython 2.0 Beta 4 is now available with SharpDevelop 3. Missing Features Some of the features have been disabled compared to the IronPython integration in SharpDevelop 2 . Forms designer C# and VB.NET code conversion to Python Both of...
|
-
|
This is a tutorial about how to create a language binding for SharpDevelop using the IronPython addin as an example. As well as covering how to create a language binding it will also look at how the addin used IronPython. The source code for the IronPython addin is available at the end of this tutorial.
The tutorial will cover the following.
* Syntax Highlighting
* File Filters
* Project and File Templates
* Compiling a Project
* Project Options
* Code Folding
* Class View
* Creating a Forms Designer
* Code Completion
* Code Conversion
...
|
-
|
Support for IronPython 1.1 is now available for SharpDevelop 2.2.1.2648. The IronPython addin is an early alpha release and is not an official part of SharpDevelop 2.2.1 so it is available as a separate download at the end of this post. The addin will not work with SharpDevelop 3.0 nor IronPython 2.0....
|