Re: jedit - auto code completetion

2007-06-19 Thread Wildemar Wildenburger
Libertarian wrote: > Does it have a plug-in for python code completetion ? > Yes. /W -- http://mail.python.org/mailman/listinfo/python-list

jedit - auto code completetion

2007-06-19 Thread Libertarian
Hi Does it have a plug-in for python code completetion ? thks -- http://mail.python.org/mailman/listinfo/python-list

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread Neil Cerutti
On 2006-11-09, Anders Arnholm <[EMAIL PROTECTED]> wrote: > Ant <[EMAIL PROTECTED]> skriver: >>> Vim, it can handle all the things.http://www.vim.org/ >> >> I'm not convinced of that quite yet. jEdit's syntax highlighting seems >> more robust (see SocketServer.py in the standard library for an examp

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread Ant
On Nov 9, 3:27 pm, John Salerno <[EMAIL PROTECTED]> wrote: > Ant wrote: > > I do use vim more than Python these daysWhat does that mean? Are you > > referring to all the setup involved with vim? Whoops! I mean I use vim more than jEdit these days! -- http://mail.python

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread Ant
> May I ask another quetion? I don't want to mess with lots of plugins > at this point. What are the minimum plugins to get a typical looking > IDE with a code window and output window and that lets me set > breakpoints and step through code? The Console plugin is a must (I think it depends on th

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread Anders Arnholm
Ant <[EMAIL PROTECTED]> skriver: >> Vim, it can handle all the things.http://www.vim.org/ > > I'm not convinced of that quite yet. jEdit's syntax highlighting seems > more robust (see SocketServer.py in the standard library for an example > - vim gets the highlighting of the first doc-comment wrong

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread BillJosephson
Ant wrote: > On Nov 9, 6:52 am, "BillJosephson" <[EMAIL PROTECTED]> wrote: > ... > > If anyone knows why i can't connect, in info about it would be > > a big help. > > Sounds like the default mirror is down. Go to Utilities -> Global > Options -> Plugin Manager and click on "Update mirror list". C

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread John Salerno
Ant wrote: > I do use vim more than Python these days What does that mean? Are you referring to all the setup involved with vim? -- http://mail.python.org/mailman/listinfo/python-list

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread BillJosephson
;t allow > you to interact (say you are writing a console based interactive > application for example) nor does it have all of those other features > I mentioned. > > I'm very interested in other people's vim setup for Python coding > however, as I do use vim more than Python

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread Ant
On Nov 9, 2:11 pm, Neil Cerutti <[EMAIL PROTECTED]> wrote: ... > """ never are. Then I changed the synchronize declarations in > /syntax/python.vim to the following: > > syn sync match pythonSync grouphere NONE '"""$' > syn sync maxlines=300 > > The above is no good for random Python code, th

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread Neil Cerutti
uickfix mode for Python code. If there's some quickfix mode settings that solve these problems I'd be happy to purloin it. > I'm very interested in other people's vim setup for Python coding > however, as I do use vim more than Python these days, mainly because I > h

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread Ant
or example) nor does it have all of those other features I mentioned. I'm very interested in other people's vim setup for Python coding however, as I do use vim more than Python these days, mainly because I have to use it a great deal on headless servers (jEdit would be no good h

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread Ant
On Nov 9, 6:52 am, "BillJosephson" <[EMAIL PROTECTED]> wrote: ... > If anyone knows why i can't connect, in info about it would be > a big help. Sounds like the default mirror is down. Go to Utilities -> Global Options -> Plugin Manager and click on "Update mirror list". Choose a new mirror and

Re: Can not download plugins for jEdit (help!!)

2006-11-09 Thread Lich_Ray
jEdit Vim, it can handle all the things. http://www.vim.org/ -- http://mail.python.org/mailman/listinfo/python-list

Can not download plugins for jEdit (help!!)

2006-11-08 Thread BillJosephson
Hi all. I am trying to use jEdit, but can't seem to download any plugins. I go to Plugin Manager, and select Download options. I update the mirro and can see lots of servers. I select the first (plugin central default) and say apply. In the Update dialogues bottom window, I see a msg s

[OT] jEdit [was: Re: Why new Python 2.5 feature "class C()" return old-style class ?]

2006-04-19 Thread Wildemar Wildenburger
Ant wrote: > (OT) I don't have the same issue with Syntax highlighting, and I use > jEdit as my main Python editor (Though some of the dedicated Python > IDE's have some nice refactoring/code completion stuff, none has the > raw editing power of jEdit). > Could be I go

Re: Jedit

2006-02-14 Thread Doug Bromley
n.org/moin/ViImproved) PythonCardEditor - (http://wiki.wxpython.org/index.cgi/PythonCardEditor) On 2/14/06, ziggy <[EMAIL PROTECTED]> wrote: > Just wondering if there is something out there like Jedit, but written > in python ( not just supporting, but actually written in it.. ) > > No

Re: Jedit

2006-02-13 Thread Lad
Pythonwin is not good,if you use non Ascii characters.I had to moved to Jedit. L.B -- http://mail.python.org/mailman/listinfo/python-list

Re: Jedit

2006-02-13 Thread Ravi Teja
ziggy wrote: > Just wondering if there is something out there like Jedit, but written > in python ( not just supporting, but actually written in it.. ) > > Nothing large like Stanzi's or Boa.. Just something quick and simple, > with code completion, and a debugger.. PythonWin

Re: Jedit

2006-02-13 Thread Kevin Walzer
ziggy wrote: > Just wondering if there is something out there like Jedit, but written > in python ( not just supporting, but actually written in it.. ) > > Nothing large like Stanzi's or Boa.. Just something quick and simple, > with code completion, and a debug

Re: Jedit

2006-02-13 Thread ziggy
In article <[EMAIL PROTECTED]>, Peter Hansen <[EMAIL PROTECTED]> wrote: > ziggy wrote: > > Just wondering if there is something out there like Jedit, but written > > in python ( not just supporting, but actually written in it.. ) > > > > Nothing larg

Re: Jedit

2006-02-13 Thread DH
ziggy wrote: > Just wondering if there is something out there like Jedit, but written > in python ( not just supporting, but actually written in it.. ) > > Nothing large like Stanzi's or Boa.. Just something quick and simple, > with code completion, and a debugger.. No. T

Re: Jedit

2006-02-13 Thread Peter Hansen
ziggy wrote: > Just wondering if there is something out there like Jedit, but written > in python ( not just supporting, but actually written in it.. ) > > Nothing large like Stanzi's or Boa.. Just something quick and simple, > with code completion, and a debugger.. Is t

Jedit

2006-02-13 Thread ziggy
Just wondering if there is something out there like Jedit, but written in python ( not just supporting, but actually written in it.. ) Nothing large like Stanzi's or Boa.. Just something quick and simple, with code completion, and a debugger.. -- http://mail.python.org/mailman/listinfo/p