This is a mirror of official site: http://jasper-net.blogspot.com/

IronPythonIDE

| Monday, November 1, 2010
Project Description
Iron Python Ide that you can embed in your project to enable scripting support


The primary objective of this project is to provide a minimal basic functional IronPython integration for scripting extensibility into your projects.
Most projects that enable scripting would simply suffice with just access to:
A syntax highlighter.
An API for common types of dialogs
An Intellisense Provider
A debugger:
Console Access to the debugged code.
A Variable Watcher.
A Call Stack.
A Visual Designer. Very low priority for me but still.

These things will be implemented in the same order.
Basically it aims to be same as VBA for your applications except that it is going to use IronPython!

The reason the project is LGPL is because this depends highly on code written for SharpDevelop (The BEST ide for IronPython development). Also I can use other cool OSI Libraries as well. If you believe that this project can be MIT even if it uses GPLed Libraries be sure to guide me :)

Read more: Codeplex

Posted via email from .NET Info

0 comments: