Skip to main content

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


Please post your question on the newsgroup (news://www.eclipse.org/eclipse.tools).

Simon :-)



Rishi.Sahni@xxxxxxxxxxx
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

02/04/03 10:56 PM
Please respond to platform-ui-dev

       
        To:        platform-ui-dev@xxxxxxxxxxx
        cc:        
        Subject:        [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

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev



Back to the top