Note: The author summed up one hours, please respect the work of others, reproduced please indicate: Http://blog.csdn.net/tianyazaiheruan
1. When myeclipse in the code, especially when writing JSP, the cursor always jumps up and down
When using Eclipse or myeclipse development tools, I believe a lot of people have encountered this problem: in the MyEclipse when the code in particular write JSP, always have this situation, is writing code, suddenly the cursor jump to another place, often lead to input errors, directly lead to program errors ; Sometimes it beats and can't be entered at all, it's annoying because the internal automatic refresh Design view in MyEclipse is caused by the synchronization of the Code view.
Workaround:
The cursor always jumps to jump, finally solved, have encountered this kind of situation can try, open window--preferences--myeclipse--files and Editors--html--visual Designer, put manually The refresh Design view is not synchronized (manually refreshing the layout of a different step) option on the hook.
This article is from: Http://blog.csdn.net/tianyazaiheruan
2. Knock the code too fast and cause eclipse or myeclipse to die
Workaround:
Right-click Project Point Properties, pop-up window click Libraries, click the JRE System Library to find the Charsets.jar and then select Javac Location click Remove (Remove)
This article is from: Http://blog.csdn.net/tianyazaiheruan
3. Solve the automatic completion of the instantiation of unnecessary words
To illustrate this problem: for example, I want to write a variable called Sqlstr value, when I write to the SQL click Shortcut, it will automatically fill me up into sqlstring, very annoying it; another example: I write person person = new person (); If I want to give the variable name person also just, but if I want to call P, after you press the space, automatically fill all into person.
Workaround:
Window--preferences--java--editor--content assist--advanced after opening the hook in front of the other Java proposals
This article is from: Http://blog.csdn.net/tianyazaiheruan
4. Cancel MyEclipse Startup items to speed up startup
MyEclipse will have a lot of startup items, and only one or two of which we use, remove no use can speed up some start-up speed, I believe we are very tangled myeclipse start speed problem.
Workaround:
Window--preferences--general--startup and shutdown
This article is from: Http://blog.csdn.net/tianyazaiheruan
5. Cancel MyEclipse automatically check spelling
Sometimes some have to check the spelling of the word, but most of your programming is a combination of two or more words, or abbreviation, then it will also complain, is not very annoying
Workaround:
Window--preferences--general--editors--text editors--spelling; Go to the Enable spell checking front of the check this article from: http:// Blog.csdn.net/tianyazaiheruan