Home  >  Article  >  How to modify jsp font in eclipse

How to modify jsp font in eclipse

anonymity
anonymityOriginal
2019-05-24 13:21:286430browse

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. .

How to modify jsp font in eclipse

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

How to modify jsp font in eclipse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn