How do I open ALL xml files without the design view being available (just using the source view) in MyEclipse 7.5.
I can open an individual xml file this way by doing the following:
Right click an xml file -> open with -> Other… -> Select MyEclipse Web XML Editor -> OK
The problem is that is only applies to that one file name. I want to do this for all xml files (have them open in MyEclipse Web XML Editor instead of the default MyEclipse XML Editor).
The same applies for properties files which I open using:
Right click a properties file -> open with -> Other… -> Select Properties File Editor -> OK
The reason I want to do this is some keyboard shortcuts will not work when xml files are opened with the design tab. Even if you are not using the design tab, having it available can cause keyboard shortcut issues.
The keyboard shortcuts that the default “open with” editors use breaks Ctrl + Page Up and Ctrl + Page Down that I use to switch between files (also works to switch between other groups of views, like between Console and Problems views after you have switched to one of them); and Alt + R, T which I use to run previous java programs, JUnit tests, maven installs, etc…
Thanks,
Geoff