Re: Learning Python on jEdit

From: Sean Ross (sross_at_connectmail.carleton.ca)
Date: 02/24/04


Date: Mon, 23 Feb 2004 20:24:00 -0500


"Jarek Zgoda" <jzgoda@gazeta.usun.pl> wrote in message
news:c1dlp0$r11$5@nemesis.news.tpi.pl...
[snip]
> jEdit detects file type by extension, so Python syntax highlighting
> will not work until you save the file with py or pyw extension.

Actually you can set the edit mode manually as well:

http://www.jedit.org/users-guide/modes.html#mode-selection

"""
The edit mode can be specified manually as well. The current buffer's edit
mode can be set on a one-time basis in the Utilities>Buffer Options dialog
box;
"""

Plus you can set the default edit mode to python, so that when you create a
new file it's already in python-mode.

Ray:

You may want to use the plug-in manager[1] to get the console plug-in so you
can run your programs from within the IDE. You may also appreciate the
Jython plug-in. Peronally, I like having the BufferTabs plug-in as well. I
actually tend to use Komodo for Python, but I have jEdit installed for
programming in several other languages and I'm pretty happy with it. Enjoy.

Sean

[1] http://www.jedit.org/users-guide/using-plugins.html



Relevant Pages

  • Re: Learning Python on jEdit
    ... > editors and IDEs and selected jEdit to work in. ... > I have downloaded Python and jEdit. ... jEdit detects file type by extension, ... will not work until you save the file with py or pyw extension. ...
    (comp.lang.python)
  • Re: Learning Python on jEdit
    ... > editors and IDEs and selected jEdit to work in. ... > I have downloaded Python and jEdit. ... PyShell as my interactive console and jEdit as my main editor. ...
    (comp.lang.python)
  • Re: Looking for the Perfect Editor
    ... And, contrary to some others (e.g., JEdit, which I ... > now) you use the current python interpreter you have installed. ... Jython is not at all needed to use ... JEdit can eidt Python files without Jython, ...
    (comp.lang.python)
  • Re: Learning Python on jEdit
    ... You mentioned that jEdit is not Python specific and that others may be ... more appropriate for learning. ... > Whitespace plugin is a real help. ...
    (comp.lang.python)
  • Re: Best IDE for Python?
    ... I'll assume you're not already a vim or emacs ... SPE seems to be the best python IDE out there at the moment, ... and a Jython plugin which allows scripting of jEdit ...
    (comp.lang.python)