Using MyEclipse 6.6 and have come across a problem with editing the JSF faces-config.xml files from older projects created with 6.0.1.
Basically, just opening and using the “Outline” view to add managed beans and bean properties, then saving the file results in the contents of the file being totally rearranged. Blocks of comments are bundled at the top of the file, indentation has totally changed for all elements. This causes the whole file to become out of sync with the CVS repository version. Which makes it very hard to merge possible changes between multiple developers.
Is there anyway to disable this behavior, or am I stuck with just opening faces-config.xml with the text editor and losing the GUI support?
Also, is this still the default behavior for the new ME 7.x versions ?