> Is there a java source code editor for Linux that offers a drop-down
> menes as you type of classes and methods, like eclipse does but that
> isn't a big heavy framework like eclipse.
>
> What I'm after is somthing like gvim or gedit but with dropdown list as
> you type.
Do you want auto-completion? The new vim 7 should have it.
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/
bobblebob@gmail.com - 14 Jun 2006 16:29 GMT
Auto-completion, that's the term I was looking for. I'll go and get a
new version of vim. Saying that since my last post I have been playing
around with eclipse and finding I quite like it.
Thanks for your help.
Darren
> > Is there a java source code editor for Linux that offers a drop-down
> > menes as you type of classes and methods, like eclipse does but that
[quoted text clipped - 10 lines]
> ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
> http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/
> Hello
>
[quoted text clipped - 6 lines]
>
> Darren
I use NetBeans 5.0 on Fedora Core 5 and it has that feature. It comes
highly recommended by me.
bobblebob@gmail.com - 14 Jun 2006 16:45 GMT
I was looking for such a feature that wasn't tied in to such a big
program such as eclipse or netbeans. Though, I may look into using
netbeans for the sole reason that in its autocomplete function it gives
the user lots of info on the class or method. I find that really useful
as I'm still learning and the fact that I have a bad memory. Thanks for
your help.
Darren
> > Hello
> >
[quoted text clipped - 9 lines]
> I use NetBeans 5.0 on Fedora Core 5 and it has that feature. It comes
> highly recommended by me.