Eclipse Kepler XML Editor Does Not Display with Color

I'm sorry if the question is stupid.

I used Eclipse Galileo, Indigo and Juno and am now trying to create an Eclipse Kepler for development. All previous versions showed me the xml syntax painted in Kepler, it is not. Am I missing any settings or settings? Thank you for your time.

enter image description here

+7
eclipse xml ide settings
source share
4 answers

Thanks for all your answers, I did it to solve it.

There is actually no xml editor with Eclipse Kepler. So I just went to

  • Help
  • Eclipse marketplace
  • Xml editor search
  • Find Rinzo XML Editor
  • Install it

And then to make it default

  • Go to the Window menu
  • Click Settings โ†’ General
  • Go to Editors
  • And click File Associations
  • If you find * .xml, select the Rinzo xml editor in Associated Editors
  • Otherwise, click "Add" on the right side of File Types
  • enter " *. xml " without quotes and click "Add"

It does a good job for me.

+14
source share

If you do not see the XML Editor option in the Open With menu, you do not have the XML editor installed. Either get another Eclipse package (for example, the Eclipse IDE for Java EE developers), or install the XML editor from the Kepler update site.

http://download.eclipse.org/releases/kepler/

Just search for XML when a large list of functions appears.

+7
source share

You may have an open file with an Eclipse text editor, not an XML editor. I do not use Kepler, but in previous versions you just

right click the file > Open With > XML Editor 
+2
source share

The color theme highlights the xml syntax based on the theme you select.

+1
source share

All Articles