On 07.04.2005, at 08:33, <[EMAIL PROTECTED]> wrote:

Does anyone have experience with jEdit? (www.jedit.org)
It's an GPL'ed all purpose editor written in Java that claims
to also support Python.

I use it for editing, also for Python code, but it's just an editor, not an IDE.


It has Python support for syntax coloring, and it is scriptable in Python through a Jython plugin. The Jython plugin also provides a minimal IDE for Jython, but all my code requires standard C Python, so I don't use that feature.

My current setup is jEdit for major editing and Emacs for interactive testing and debugging. I wish a single tool would be good for both, but I can live with those two rather well.

Konrad.
--
------------------------------------------------------------------------ -------
Konrad Hinsen
Laboratoire Leon Brillouin, CEA Saclay,
91191 Gif-sur-Yvette Cedex, France
Tel.: +33-1 69 08 79 25
Fax: +33-1 69 08 82 61
E-Mail: [EMAIL PROTECTED]
------------------------------------------------------------------------ -------


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to