如何将编辑器添加到Eclipse?

问题描述:

我今天注意到我的列表中没有 HTML 编辑器.如何添加它以及其他需要添加的东西?

I noticed today that i don't have an HTML editor in my list. How can i add it and others if need be?

安装 Web工具平台-或Eclipse的EE Devlopers版本,其中包括Web工具平台.

Install the Web Tools Platform -- or EE Devlopers version of Eclipse, which includes the Web Tools Platform.

其他类型的文件通常会自动作为文本文件加载.为了获得特定的语言功能,通常需要在Eclipse中安装该语言的开发库.即CDT(用于C ++),PyDev(用于Python)等.

Other types of files are usually automatically loaded as text files. To get specific language capabilities you usually want to install a development library for that language into Eclipse. i.e. CDT for C++, PyDev for Python, etc..

此外,您还可以在此处找到如何将任意文件类型与特定编辑器相关联:

Also you can find how to associate arbitrary file types to specific editors here :Eclipse File Type Association.