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 add the
following to your .inputrc:

set prefer-visible-bell

and the following to your .bashrc:

set bell-style visible

-dain

> -----Original Message-----
> From: Khoa Do [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 17, 2002 1:26 PM
> To: Jboss-Development@Lists. Sourceforge. Net
> Subject: [JBoss-dev] Source code editors
> 
> 
> 
>       Hi,
>       I was just wondering if any of you guys have found any 
> open source
> Java IDE that was worth using in developing Jboss.  Emacs is 
> too new for me.
> I can't stand vi because it beeps at me way too often.  Forte 
> CE is way too
> slow at start up and plus I wants us to create a new project.  Any
> suggestions?
>       Sincerely,
>       - Khoa Do
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to