Basic settings for Eclipse development tools.
Here is the most basic configuration I have summarized, of course, depending on the development environment may also need to further modify or expand.
1 modifying fonts
The steps are as follows:
One: Modify Java font size for Edit interface: as follows
Wiondow --Preferences----appearance, Colors and Fonts-- Java -- Java Editor Text Font
At the end, click "Edit" on the right.
Second: Modify JSP font size for Edit interface: as follows
Wiondow --Preferences----appearance, Colors and Fonts-- Basic -- Text Font
At the end, click "Edit" on the right.
Third: Modify the Console font size for Edit interface: as follows
Wiondow--Preferences----appearance---Colors and Fonts--Debug
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/72/3B/wKioL1Xe8HOhXZmsAALzclEjJdA457.jpg "title=" 123. JPG "alt=" wkiol1xe8hohxzmsaalzclejjda457.jpg "/>
At the end, click "Edit" on the right.
Four:
Reduce the need to validate the compilation of projects, increase the speed of compilation
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/72/3F/wKiom1Xe7rzRXVGfAAOlhJmQN6A260.jpg "title=" Qq20150827190358.png "alt=" Wkiom1xe7rzrxvgfaaolhjmqn6a260.jpg "/>
Five: turn off automatic publishing of the server
Action: Never publish automatically, publishing, Server
two installing springide
Help--install new Software--add, enter the URL http://springide.org/updatesite. And then follow the prompts to do it.
threeinstalling hibernate Tools
1. download Hibernate tools Plugin
Click the Eclipse menu Help, select Install New software ...
Click Add and enter Hibernate plugin to download url:http://download.jboss.org/jbosside/updates/stable
Four: Modify background color
Select Custom color, pop up the color custom bar, set the following parameters:
Hue:
Saturation:123
Brightness:205
This article is from the "Siege Lion" blog, please be sure to keep this source http://crazyzxl.blog.51cto.com/8781147/1689035
Eclipse Development Environment Configuration