How to make XML files always open in the text editor rather than the XML editor?

Viewed 24065

I went to file associations there was no .xml format, when I added it, all editors were added automatically and they are static writing me something like:

locked by 'XML' content type

...can't remove association.

I want that whenever I create an XML file, it would be opened automatically with the text editor.

Please help.

4 Answers

In eclipse IDE,right click the xml file and click openwith then click generic text editor

Related