Results 1 to 2 of 2
- 12-24-2009, 11:47 PM #1
Member
- Join Date
- Dec 2009
- Posts
- 3
- Rep Power
- 0
I know there's an error, let me finish typing!
I usually work with C++, and I've recently been trying out some stuff with Java. I started out with eclipse, since that's what my school used.
Normally in C++ I have trouble finding a program with decent code completion and related stuff. However, Eclipse is giving me _way_ too much.
I managed to turn off most of the unnecessary syntax highlighting, but I can't figure out how to slow down the error highlighting. Is there a way to "slow it down"? Like, at least making it wait until there's been a reasonably long pause in my typing before telling me if there's a problem?
It's a useful feature to have, I don't want to turn it of entirely, but it's distracting when it jumps in highlighting big blocks of my code red every other second.
-Stravant
- 12-26-2009, 03:26 PM #2gcampton Guest
I just ignore it (it's only there to show you, you cannot run the program at this time), until I want to use it to complete some mutators, acessors, imports or the like. it should only be a a little warning light over near the side unless it's auto completing things for you like in the case of "printf" it will automatically stick in the
printf( "cmds", args );
couple of hits of the delete gets rid of this fast, or you can tab through it which is a nice feature.
There should be a time settings somewhere. If you can not find it, you might be best searching the eclipse forums for an answer as it has most likely been asked before.Last edited by gcampton; 12-26-2009 at 03:43 PM.
Similar Threads
-
Finish Java Application
By ojsimon in forum Jobs OfferedReplies: 8Last Post: 12-07-2009, 04:25 PM -
Need to end program by typing quit and not -1!!! I have pasted my code for assistance
By sarchie109 in forum New To JavaReplies: 7Last Post: 11-23-2009, 08:42 AM -
create a typing software-could anyone giv me help or guideline?
By javabeginner in forum New To JavaReplies: 1Last Post: 08-20-2009, 04:28 PM -
Help me finish an instance method which references a class variable?
By trueblue in forum New To JavaReplies: 20Last Post: 06-03-2009, 05:33 PM -
Next, Finish Buttons !!!
By pele in forum SWT / JFaceReplies: 1Last Post: 07-14-2007, 05:22 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks