[IronPython] Embeddable IDE?
Hernan Martinez-Foffani Silva
hernan.martinez at ecc.es
Wed Apr 28 02:28:09 PDT 2010
Now that IDEs for IronPython seems a popular topic, I would like to ask if
anyone can recommend me an *embeddable* IDE.
Our customers can already drive many of our application functions through
IronPython scripts. But we want to make a step forward and give them the
ability to extend and customize by the means of IronPython scripts plugins.
While just publishing an API would be enough technically speaking, I think
that in this case the best approach would be to also embed a small IP editor
and debugger.
Things I need:
- Easily embeddable (*).
- Python syntax highlight.
- Step-by-step debugger.
- Object instrospection when debugging.
- Small and compact.
Nice to have, but unimportant.
- Object instrospection when editing (aka. "Intellisense")
- command interpreter.
- Object modification when debugging.
Don't need:
- Project management.
- SCM integration.
- form designer.
- IP compiler.
Do you know such a beast?
Best Regards,
-Hernán.
(*) In this context "easily embeddable" I understand that it should have
an easy way to strip out menu items and toolbars and replace them with our
own,
a debugger linked to an IP compiled by us,
and a suitable distribution license.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100428/0ef9e20d/attachment-0001.htm>
More information about the Users
mailing list