|
Browse by Tags
All Tags » IronPython ( RSS)
-
|
SharpDevelop 4.0 now includes templates to create WPF and Silverlight applications for IronRuby and IronPython. The WPF template will create a basic WPF application that loads its main window from disk by using XamlReader.Load and then displays it. The...
|
-
|
SharpDevelop 4 has been updated to support running IronPython unit tests that use the unittest2 library, as shown in the screenshot below. Make sure unittest2 is on the Python path before running the unit tests. Out of the box SharpDevelop will actually...
|
-
|
SharpDevelop 4 has been updated to support unit testing with IronPython. First you will need to install Python 2.6 . SharpDevelop uses the standard Python unit test library (unittest.py) to run the unit tests. SharpDevelop should detect where the Python...
|
-
|
Here is a walkthrough on how to compile Python packages and modules, such as those provided by the Python Standard Library , so you can distribute your IronPython application as a set of standalone assemblies. If you just want to use the Python Standard...
|
-
|
SharpDevelop IronPython IronRuby SharpDevelop 2.2.1 IronPython 1.1* n/a SharpDevelop 3.0 IronPython 2.0 n/a SharpDevelop 3.1 IronPython 2.0.2 IronRuby 0.9.1* SharpDevelop 3.1.1 IronPython 2.6 IronRuby 0.9.1* SharpDevelop 3.2 IronPython 2.6.1 IronRuby...
|
-
|
Python auto-indentation has now been added to SharpDevelop 3.1 in revision 5007 . The latest SharpDevelop builds can be downloaded from the build server . The indentation will be increased after a line ending with the colon character, such as a method...
|
-
|
Getting an IronPython WinForm to display an icon or image can be done in different ways. Here we will take a look at the following ways to add a background image to the main form of an IronPython WinForms application. Using the SharpDevelop forms designer...
|
-
|
With SharpDevelop 3.1 you can now debug IronPython code with the IronPython Interpreter (ipy.exe). Before you start make sure the debugger is set to use the Just My Code feature. From the Tools menu select Options and then click the Debugging category...
|
-
|
Support for designing Windows Forms in IronPython is now available in SharpDevelop 3.1. The original IronPython forms designer was removed when SharpDevelop 3.0 began supporting IronPython 2.0 which had removed support for generating IronPython code from...
|
-
|
SharpDevelop 3.1 now supports converting C# and VB.NET code to IronPython. It can convert a single file or an entire project. The code to convert between these languages is still under development and has some limitations. Converting an Individual File...
|
-
|
Here is a short walkthrough on how to use the Python Standard Library with SharpDevelop 3.0 and IronPython 2.0. Prerequisites You will need to have SharpDevelop 3.0 and Python 2.5 installed on your machine. These can be downloaded from the following locations...
|
-
|
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....
|
|
|
|