How to remove js/jsp syntax error hints in MyEclipse

Source: Internet
Author: User

An optimization myeclipse

1, close the MyEclipse automatic validation
Windows > Perferences > MyEclipse > Validation, remove all of the build
When you need to validate a file, you can verify it separately. The method is:
On the file that needs to be validated (right-click MyEclipse, Run Validation.
2, start the optimization, close the module that do not need to use
Window > Perferences > General > Startup and Shutdown > will plug-ins activated on Startup
check box in the checkbox is selected and removed.
I just let it load tomcat6 tick myeclipse Easie Tomcat 6.
WTP: A thing similar to MyEclipse, the main difference is that the WTP is free, if you use MyEclipse, this can be canceled
Mylyn: Team task management tools, similar to CVS, manage project progress in a task-based organization, which can be canceled
Derby: A database saved as a jar, I didn't use it, I canceled it.
A large row of MyEclipse Easie start items: MyEclipse supported servers, only choose their own, other cancellations, such as I only chose Tomcat.
3, remove myeclipse spell check (if you feel useful can not go)
Spell check will bring us a lot of trouble, our method of naming will be the abbreviation of the word, he will prompt the wrong, so it is best to remove, not much use
Window > Perferences > General > Editors > Text Editors > Spelling > The Enable spell checking check box is removed.
4. Edit the Editing tool when myeclipse edit JSP page
Window > Perferences > General > Editors > File associations >
In file types, select *.jsp > Set myeclipse jsp Editor to default in associated editors.
There is also the default editor for XML files
5, always pop-up quick update error, turn off the MyEclipse quick Update Automatic Updates function
The solution to this problem is to turn off automatic Updates
Windows > Preferences > MyEclipse Enterprise Workbench > Community Essentials,
Remove the front tick of the option "Search for new features on startup".
6. Using JRockit as the Java VM for Eclipse
Eclipse startup parameters, specifying the JRE to use when Eclipse starts
"E:\MyEclipse8.0\MyEclipse Blue Edition 8.0 ga\myeclipse-blue.exe"-VM E:\JRockit\jrrt-3.1.2-1.6.0\bin\javaw.exe- vmargs-xms256m-xmx512m
Inside Eclipse, Window > Preferences, then select Java > Installed JREs add jrockit and set as default. In this way, you can use JRockit to compile the project.
7. Turn off Automatic Updates
1.window->perferences->general->startup and Shutdown tick off Automatic updates Scheduler (Automatic Update Scheduler)
2.window->perferences->myeclipse->maven4myeclipse hook on Enable maven4myeclipse featrures; ok close window; This step is to show the MAVEN node in step 3rd
3.window->perferences->myeclipse->maven4myeclipse–>maven hook off Download repository index updates on startup
8. Modify the Eclipse.ini file of the MyEclipse installation directory to increase the non-heap memory of the JVM
The specific contents are as follows:
-clean
-showsplash
Com.genuitec.myeclipse.product.ide
–launcher. Xxmaxpermsize
256m
-vmargs
-xms128m
-xmx512m
-duser.language=en
-xx:permsize=128m
-xx:maxpermsize=256m
-xx:maxpermsize the lower one, like-xx:maxpermsize=512m, and then turn-xx:permsize into
As big as-xx:maxpermsize.
9. The code automatically prompts the setting: "Window" → "Preferences" → "java" → "editor" → "content Assist" → "content Assist" → right "auto-activation" below " Auto Activation triggers for Java option
10. Do not run multiple projects at the same time, the temporary use of the close off, use to re-open

How to remove js/jsp syntax error hints in MyEclipse

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.