I like the Eclipse IDE, but it has an annoying bug that makes it too frustrating, where I will be typing a line of text, and after the carriage return or scrolling, the IDE draws the line incorrectly or overlaps itself, making it impossible for me to decipher it without scrolling back up to erase the line and let it refresh itself.

Both NetBeans and Eclipse have a problem where the context help will only appear after a '.' is entered after an identifier while I'm typing. After any incorrect letters have been entered or a symbol or space is typed, the context help will disappear and not return until I erase all the way back to the point and retype it.

Is there any way to fix these problems? They are very annoying to me. If not, are there any better IDEs available?

EDIT: Eclipse release was Europa; upgrading to Helios release solved everything

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

In eclipse check out

Windows -> Preferences -> Java -> Editor -> Content Assist

In there are some options for Auto-Activation that you can tweak, and yes... putting every character on your keyboard into the Auto activation triggers for Java option will do pretty much what VS does.

Thanks for asking this question cause it lead me to try this! :D

link|improve this answer
I will have to try that, too. The only IDE that I have seen that does this is MSDEV2010; and it grew on me. Now I'm pampered by it. – TurtleToes Mar 23 '11 at 19:42
One other thing to note is that the characters are case sensitive, so if you want both lower case and upper case letters to trigger auto assist you'll need both in the box. – Shaded Mar 23 '11 at 19:47
How are you inserting more than one character into the auto-activation fields? It only allows me to set 3 or 4. – TurtleToes Mar 23 '11 at 19:52
@TurtleToes - No tricks, just put the cursor in it and hit all the character keys, what version of Eclipse are you running, I'm on Helios Service Pack 1 (1.3.1.20100916-1202) – Shaded Mar 23 '11 at 19:58
Version is 3.3.2 – TurtleToes Mar 23 '11 at 20:01
show 5 more comments
feedback

I think you should try IntelliJ IDEA 10.

link|improve this answer
I will check that out. Thanks for the suggestion :) – TurtleToes Mar 23 '11 at 19:22
feedback

Never had the line drawing issue.

In Eclipse, the auto-complete / context menu can always be brought back up, at any time, by hitting ctrl+space

link|improve this answer
1  
Netbeans also has the same shortcut to bring up the auto-complete. – Riaan Cornelius Mar 23 '11 at 19:30
@RiaanCornelius: Not surprising, since they both stole it from Visual Studio. – Powerlord Mar 23 '11 at 19:31
Eclipse also has customization for just about anything you could want... don't write it off so easily! – Shaded Mar 23 '11 at 19:32
Hmmm, I agree, Eclipse is a good IDE. If it weren't for the bug I would keep using it. I have searched all the settings for ways of fixing the bug, but I can't find anything, and I can't find occurrences of it happening to anyone else. I may have to switch to NetBeans. IntelliJ is having major problems right away and has a strange interface to me. – TurtleToes Mar 23 '11 at 19:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.