Tagged Questions
1
vote
0answers
699 views
Eclipse Perforce Plugin and Defaulting the File Type Modifier so Version is Updated
We migrated our version control system from CVS to Perforce and our Java dev team is using the Perforce plug-in in Eclipse (Mac). The version is no longer updating on adds/edits. We are using the ...
0
votes
1answer
381 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 =
...