Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Why does the m2e editor register itself for all XML Documents?

Off hand it seems that the POM editor configuration classes are being 
associated to more content types than warranted.  The viewer configuration 
class hierarchy is intended to mirror the content type hierarchy, the 
extension point being there to tie the two trees together.  There should 
be no need to associate a configuration class with a content type other 
than the one you defined.  If your classes aren't being used, the first 
thing to check is to make sure the pom.xml files are being detected as 
their own content type.

http://www.eclipse.org/webtools/wst/components/sse/designs/EditorConfiguration.html 


Regards,
---
Nitin Dahyabhai
Eclipse WTP Source Editing and JSDT
IBM Rational



Back to the top