-
Eclipse issues
Hi, I have a JTable myTable; line in my code, as you do. When I type something like myTable. eclipse puts up a selection list and then locks up (it is, apparently, no longer responding) and several minutes pass before I can get back to doing anything at all. Has anybody else had this problem? Or is it just my computer!
-
Hi - looks like your are having trouble with the Eclipse Content Assist Feature. Sometimes when I use my older machine, it freezes up whenever Content Assist kicks in. I just wait for a bit (about 10-15 seconds) and then I can continue working.
However, on my newer PCs it works just fine. I have never tried to disable or modify the feature because I find it to be very helpful, especially when you are learning Java - you can browse through and learn about the plethora of methods available to you.
You can try to disable it/modify how it operates by looking at :
Window > Preferences > Java > Editor > Content Assist.
Hope you can find a fix for your problem.
Best,
-
Resolved
Thanks user0! Just so long as I'm not going crazy. It doesn't happen all that often and, as you say, it is extremely useful! I'll put up with it until I really know what I'm at and/or I get a newer computer. Mine is from 2002 (though it's still a 1.8Ghz so I would like to know what the Eclipse Content Assist Feature is doing with all those clock-cycles!)
All the best,
Mark.