take MyEclipse2015 as an example, a variety of useful configurations are as follows.
To
install the SVN plugin:
1. SVN website View the latest version: Http://subclipse.tigris.org, enter "Download and Install"
2. Select a version of the URL, for example: http://subclipse.tigris.org/update_1.10.x
3. Myeclipse:help, Install from Site ... Enter the URL of the 2nd step into "Location" and click OK
4. Tick subclipse and Svnkit Next
5. Slowly wait for download after Next
6. "I Accept the terms ...", Finish
7. Install after installation prompt restart MyEclipse
8. Test whether the installation was successful: MyEclipse Explorer, import, right-click Import ... If you see SVN, the plugin was installed successfully.
to configure your own installed JDK:
1. Install the JDK, configure environment variables (step slightly)
2. Peferences, Java---installed JREs, Add ...
3. Select Standard VM, next>
4. Directory ... Select the installation path for the JDK, Finish
5. Tick the JDK you installed
To
configure maven:Reference: http://blog.csdn.net/clementad/article/details/42169503
Detailed steps for creating a new Maven WebApp project: http://blog.csdn.net/clementad/article/details/46592557
To
configure Tomcat:
1. Runtime environments, Servers, MyEclipse, Preferences,
2. Add ...--Tomcat--select one such as Apache Tomcat v7.0 and Next
3. Browse ... Select the Tomcat installation path
4. JRE: Choose your own installed JDK
5. Finish
to enable custom Tomcat:
1. Sub-window under Main window: Click the Servers tab, right----New Server
2. Server Runtime Environment: Select the server that you just configured Next
3. (optional) Join the project
4. Finish
5. (optional) Right-click the new server, Rename (or press F2) to change the name
Other preference configurations:Add Window: Windows->show views->othersResetting the window layout: Windows--Reset perspectives ...
Configure input Auto-completion: 1. Windows->preferance
2. Search for "Content Assist"java files:The lower end of the panel auto Activation, the "." In the text box after auto Activation triggers for Java Replace with:"Abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz." (Note that there is a "." later.) )XML file:Replace "<=:" In the text box after prompt when these characters is inserted:"<=:ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ" (note there is a space later)
UTF-8 settings (very important):1. Windows->preferencesGeneral->workspace2. Right text file encoding, select Other, change to UTF-8
change font and too small:1. Colors and Font, appearance, Preferences, Genneral, Windows2. In the right-hand box, expand Basic folder, double-click "Text Font", and select "Courier new" in the pop-up window (note: "Courier new" may not be found here, click "Show more Fonts" in the lower left corner of the font selection box.) Link to open the Settings Font Control Panel, find "Courier New", right-click "Show" to activate the font) 3. Select a size of 114. Click "OK" and click "OK" to complete.
Show line number:Left box right click, Show line Numbers
(Original article, reprint please specify the blog from Clement-xu)
MyEclipse various easy-to-use custom configurations (SVN, JDK, Maven, Tomcat, auto-complete, UTF-8, fonts, etc.)