Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] How to open Associated editor on Selection

Hello,

Am facing a problem

I have 2 types of files .xml & .xsl both are created separately there
associated editors

The .xml type of file make use of .xsl file which i have defined in
properties of .xml file using property page.

now when i double click this .xml file if it has some .xsl file associted
with it as defined in property pages
both .xml & .xsl files should be opened in there respective editor.

if no association is there then just .xml file should be opened

am getting the full path of .xsl file from
resource.getPersistentProperty(qName) which i have saved while defining
properties of .xml file

how to do it?
IS it possible first of all  ?

Help needed


regards
Rishi



Back to the top