I\'m developing tow eclipse plugin, I have the next problem:
I have two perspective that manages the same files. I would like to make an association between file ext
Other option may be programmatically change file type association with Java code shown in
Eclipse RCP: programmatically associate file type with Editor?
Then there is only a question how to execute that code on perspective change event.