Recently in the Android project, using the jquery mobile framework and PHONEGAP, so it will involve some HTML files, but the HTML file is opened in the form of text Editor, and after opening some HTML code keywords are not highlighted, And there's no code hint. For the convenience of the future, we searched the Internet to install the HTML editor plugin. However, according to some methods on the Internet, there is no way out, do not know whether I understand the error, or they are not the right way. Below, is my own according to the method on the Internet, plus my own modifications after groping a set of correct, install plug-in method.
1. Download the GEF Dependency package:
You can find it in the resources you share in my blog, or you can download it from the links below.
Http://www.eclipse.org/downloads/download.php?file=/tools/gef/downloads/drops/3.7.2/R201201171043/GEF-ALL-3.7.2.zip
Then unzip, there are two folders: Features and plugins, respectively, open their copy of all, respectively, placed under the eclipse you installed under the features and plugins
2. Download HTMLEditor
Http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor ( can also be found in the resources shared by my blog after download, there is only one jar package named Tk.eclipse.plugin.htmleditor_2.1.0.jar, which is copied directly into the Eclipse\plugins .
3. The test is successful
Open Eclipse, and then file->new->other->amateras->html, if you can find that for the installation to succeed.
Here's how to modify the font style of an HTML page
Windows->preferences->general->appearance->colors and Fonts->basic->text Font
I usually choose the font as Courier New, the size is set to 11, it feels pretty good.
OK, you can try it below.
Install the Html/jsp/xml Editor plugin in Eclipse and modify the font for HTML pages