Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] How do some CDT views appear in the Windows -> ShowView submenu?

Stefan,

thanks for your response, although it is not exactly good news for me. I want to contribute a view from a plugin of mine and cannot / do not want to change the code of the CPerspectiveFactory.

Is there a way to do it without changing code in other people's plugins?

Thanks,


Norbert 

-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Stefan Bylund
Gesendet: Dienstag, 29. August 2006 10:01
An: CDT General developers list.
Betreff: Re: [cdt-dev] How do some CDT views appear in the Windows -> ShowView submenu?

Hi Norbert,

In createInitialLayout(IPageLayout layout) in your IPerspectiveFactory 
implementation call layout.addShowViewShortcut("<view_id>").

Regards,
Stefan



Back to the top