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.
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to