I noticed today that i don't have an HTML
editor in my list. How can i add it and others if need be?
Asked
Active
Viewed 1,008 times
4

James Raitsev
- 92,517
- 154
- 335
- 470
1 Answers
3
Install the Web Tools Platform -- or EE Devlopers version of Eclipse, which includes the Web Tools Platform.
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.

Pyrce
- 8,296
- 3
- 31
- 46