Myeclipse10 building workspace slow solution

Optimizing the slow speed of Myeclipse10 Building Workspace

As the title says, a large part of the reason for the slow speed of Building Workspace is to validate those JS files unnecessarily.

And: turn off Build automatically in Preference -> General -> Workspace, or: Turn off Manual and Build in Preference -> MyEclipse -> Validation (Note: Pay attention to the gorgeous first item: Allow projects to override these preference settings) can not solve the essential problem, because the .project file in the root directory of each project contains information such as how to validate and how to build (as noted above, the configuration of the project may override the default configuration that has been set by the system).

So, the solution is as follows:

select the project, select Project -> Properties -> Builders, cancel the JavaScript Validator or other options you think are unnecessary (only valid for this project).

Another: MyEclipse will be stuck when pressing Ctrl, the solution:
Window -> Preference -> General -> Editors -> Text Editors -> HyperLinking -> Under the list of HyperLinking Style Nevigation controlled by the Ctrl key, uncheck with JPS or Javascript related options.

Another: MyEclipse edits the JSP card (MyEclipse automatically accesses the latest API documentation of sun company on the network when it is prompted intelligently, resulting in a slower response speed), the solution:

1. Change the default JSP opening method: windows -> perferences -> genera -> editors -> file associations, select the .jsp type, and select MyEclipse JSP Editor as the default opening method;

2. Right-click on the project name you created and select Properties->Java Build Path->Libraries tab, find: JRE System Libraries->charsets.jar->Javadoc location, and Remove Javadoc location, you can.

-------
   Note: The above content is excerpted from: http://www.cnblogs.com/iuranus/archive/2013/01/24/2875279.html is
   only for backup.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326995534&siteId=291194637