From: dman <ds...@ri...> - 2001-09-09 22:35:25
|
On Sun, Sep 09, 2001 at 11:43:57PM +0100, Ype Kingma wrote: | Frank, | | >I'm considering contributing code to NetBeans as an IDE to do Jython script | >editing. I'm wondering what people are using to edit Jython scripts? I too use vim or gvim (depending on whether I want to work in the console I'm in or a new GUI window). | On unix I use vi, on the mac BBEdit, | and everywhere else any flat text editor. | I grew up in vi and somehow never needed emacs. Vi has good | python support under unix (syntax coloring, indentation). Which vi are you using? vim has been ported to the mac as well as almost every other platform. I just can't deal with any other editor :-). (BTW, I even have gvim built with the GTK+ gui to run in XFree under cygwin on win2k) -D |