[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: How to keep view open when changing perspective?

Thanks for reply.

I tried to use stickyView, but it didn't help - maybe I did something wrong, though.
I already had all perspectives declared under "org.eclipse.ui.views" extension point:
<view allowMultiple="true"
class="a.class.Name"
icon="icons/icon.gif"
id="a.class.Name">
</view>
So I added following declaration:


<stickyView
    id="de.ids.acos.et.client.views.InfoObjectsTableViewMeasuredValue">
</stickyView>

but it didn't work. I also tried changing first declaration from view to stickyView, but got PartInitException.
Am I doing something wrong?


/Stanislav