1

I want the default edior to be the internal editor and not the system editor.

I have it configured in window->preferences->file associations to use default internal xml editor for *.xml yet eclipse always tries to open files with OS system editor. How can I prevent this?

dalimian
  • 2,066
  • 1
  • 12
  • 6

3 Answers3

0

The editor type is mapped to file type; you can do this on a per-workspace (global) or per-project basis.

It should be pretty much as simple as this:

paulsm4
  • 114,292
  • 17
  • 138
  • 190
0

I found this question but the answers didn't help me, so I continued searching and found the answer here http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-51.xhtml

Basically, in the Preferences, General > Editors > File Associations, then define your file types (if not already there), and select an editor.

binhn
  • 131
  • 4
-1

Right Click on File from Project,

Select Open with .... Select your editor

Maulzey
  • 4,100
  • 5
  • 22
  • 30