RE: [JBoss-dev] Source code editors

2002-01-18 Thread Mariano Kamp
-Original Message- From: Mariano Kamp [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 10:01 PM To: Khoa Do Subject: RE: [JBoss-dev] Source code editors I personally like http://www.eclipse.org very much. It is brandnew, but quite stable and full of useful features. It looks

RE: [JBoss-dev] Source code editors

2002-01-18 Thread John Woo
Friday, January 18, 2002 1:58 AM > To: Hunter Hillegas > Cc: Khoa Do; 'Rhett Aultman'; JBoss Dev > Subject: Re: [JBoss-dev] Source code editors > > > > Try AnyJ, unless you are doing commercial > development it is free. It is > also free for evaluation. See the

Re: [JBoss-dev] Source code editors

2002-01-18 Thread Loren Rosen
t; > However it is commercial (around 300$ I think). > > -Original Message- > From: Anatoly Akkerman [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 18, 2002 1:58 AM > To: Hunter Hillegas > Cc: Khoa Do; 'Rhett Aultman'; JBoss Dev > Subject: Re:

Re: [JBoss-dev] Source code editors

2002-01-18 Thread Fred Loney
- Original Message - From: "Dain Sundstrom" <[EMAIL PROTECTED]> > I have tried almost every ide and they all suck... - Original Message - From: "Jerome Bonnet" <[EMAIL PROTECTED]> > The best IDE ever is IntelliJ IDEA... I had the same experience as Dain and used to groan every

RE: [JBoss-dev] Source code editors

2002-01-18 Thread Jerome Bonnet
(around 300$ I think). -Original Message- From: Anatoly Akkerman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 1:58 AM To: Hunter Hillegas Cc: Khoa Do; 'Rhett Aultman'; JBoss Dev Subject: Re: [JBoss-dev] Source code editors Try AnyJ, unless you are doing commercial deve

Re: [JBoss-dev] Source code editors

2002-01-17 Thread Anatoly Akkerman
Try AnyJ, unless you are doing commercial development it is free. It is also free for evaluation. See their license. The IDE is quite fast (way much smaller than JBuilder) and has some very useful features. I think, I've heard about it from Marc in one of his e-mails. ---

Re: [JBoss-dev] Source code editors

2002-01-17 Thread Hunter Hillegas
;" <[EMAIL PROTECTED]> > Cc: "Jboss-Development@Lists. Sourceforge. > Net"<[EMAIL PROTECTED]> > Subject: RE: [JBoss-dev] Source code editors > > Thank you. I will try to give emacs a shot. It just that I can't > get used to the having to type a >

RE: [JBoss-dev] Source code editors

2002-01-17 Thread Khoa Do
hical attributes. -Original Message- From: Rhett Aultman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 11:39 AM To: Jboss-Development@Lists. Sourceforge. Net Subject: RE: [JBoss-dev] Source code editors Pico is a fairly easy editor to deal with, but it's assinine in its in

RE: [JBoss-dev] Source code editors

2002-01-17 Thread Dain Sundstrom
I have tried almost every ide and they all suck. I use vi, bash and ant. To make vi shut up just add the following to your .vimrc file set tabstop=3 set softtabstop=3 set shiftwidth=3 set autoindent set expandtab set vb t_vb= The last line is the important one. If you want to make bash shut up

RE: [JBoss-dev] Source code editors

2002-01-17 Thread Rhett Aultman
Pico is a fairly easy editor to deal with, but it's assinine in its insertion of carriage returns willy-nilly, and that can get you in trouble. I haven't used Forte much...can't you edit individual files without starting a new project? I know you can in most commercial IDEs. At least, I've b