Tagged Questions

0
votes
1answer
389 views

How to tell eclipse preferred content type for a file

I'm working on a plugin that will handle files of a given type, say, .xyz when in eclipse I try to open an xyz file. I'm trying to use org.eclipse.core.runtime.content.IContentType type = ...