How to modify jsp fonts in eclipse: First click the [window], [preferences], and [general] options in sequence; then find the [colors and fonts] option; finally click the [change] button to modify the font size. .
Eclipse is an open source, Java-based extensible development platform. By itself, it is just a framework and a set of services for building development environments through plug-in components.
Most Eclipse settings are implemented through Window->preferences in the menu bar
1. Change the font size of java files
Window->preferences-> ;General->Appearance->Colors and Fonts->
Java->Java Editor Text Font->right button Change
The default for the English version is Courier New Regular 10
2. Change the font size setting of the jsp file (This setting also changes the font size of other types of files, such as xml, etc.)
Window->preferences->General->Appearance->Colors and Fonts ->
Basic->TextFont->Button on the right Change
The English version defaults to Courier New Regular 10
3. Separate jsp file writing interface settings
The above is the detailed content of How to modify jsp font in eclipse. For more information, please follow other related articles on the PHP Chinese website!