Can not download plugins for jEdit (help!!)
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 saying "Dowloading plugin list from jedit.plugins.org but after a couple seconds it disappears. Inveitably when I select Console and the click install, it give me "An I/0 error occurred (Connection refused: connect) If anyone knows why i can't connect, in info about it would be a big help. Thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list
Re: Can not download plugins for jEdit (help!!)
Ant wrote: > > 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). I've also > not found anything like jEdit's Console plugin for vim. It's > interactive. You can run the current buffer in the console window. The > console interacts with an error reporting pane which allows you to > click on the error and it will take you to the appropriate line in the > code that the stack trace indicates. > > The only thing I have found for vim (and it is specific to running > Python code) is the runscript.vim plugin, which merely allows you to > view the stdout from the script in a different buffer. It doesn'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 these days, mainly because I > have to use it a great deal on headless servers (jEdit would be no good > here of course) and I got fed up with adding artefacts such as > extraneous i's, o's and :w's into my code when working with jEdit ;-) > And it starts faster of course. Ant: Great. Can you help me get it? Thanks. -- http://mail.python.org/mailman/listinfo/python-list
Re: Can not download plugins for jEdit (help!!)
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". Choose a > new mirror and try again. If that still fails, it may be that you need > to set up your proxy server properly. Woo hoo! It worked! Now of course it was a dumb question to begin with. 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? Thanks a lot Ant, I appreciate your help. -- http://mail.python.org/mailman/listinfo/python-list