Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-team-dev] Re: Trouble with org.eclipse.compare.contentViewers extension point

Michael,


Thanks for the reply.

After some more digging around I found what the
problem was:

I was using the wrong extension point
(org.eclipse.compare.contentViewers)

The correct extension point is
org.eclipse.compare.contentMergeViewers

I did implement the content type for rtf files and
associated the viewer with it. That did not help until
the correct extension point was used. Also, not having
the content type extension did not matter afterwards.

Finally, I do have a separate package for my code. I
removed the package names from the XML snippet I
posted to simplify things.

Thanks for the help.


       
____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
http://sims.yahoo.com/  


Back to the top