Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Order of File Type Associations
Order of File Type Associations [message #1797796] Tue, 06 November 2018 13:15 Go to next message
Eclipse UserFriend
I am running into a slight problem that I am looking for a bit of advice on.
I am writing an XML Editor to a handle a specific type of XML file. I am
handling this specific XML through the use of the
org.eclipse.core.runtime.contentTypes extension and mapping this from my
org.eclipse.ui.editors extension.
What I am finding is that I am colliding with another editor in my
environment that has set itself to be the default editor for all XML
file extensions.
I have tried setting mine as the default in the org.eclipse.ui.editors
extension, etc but can't seem to get in front of it without setting mine
to be the default for all xml extensions, but then naturally I am
picking up files that I don't want to handle.
Any advice here would be appreciated.
Cheers,discord.software/ downloader.vip/adobe-reader/ downloader.vip/itunes/

[Updated on: Tue, 06 November 2018 19:58] by Moderator

Report message to a moderator

Re: Order of File Type Associations [message #1798055 is a reply to message #1797796] Mon, 12 November 2018 04:43 Go to previous message
Cherry Mann is currently offline Cherry MannFriend
Messages: 1
Registered: November 2018
Junior Member
You can simply remove the defaults on both. That way you will get option to select which one to use each time use try to open a XML file. That will be a more easy solution to your problem.
Previous Topic:v.2.0, working set selecting hides include paths
Next Topic:Eclipse PHP IDE installation issue
Goto Forum:
  


Current Time: Thu Mar 28 19:21:28 GMT 2024

Powered by FUDForum. Page generated in 0.04110 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top