Skip to main content

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

Hi Norbert,

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

Regards,
Stefan


Ploett, Norbert wrote:

Hi folks,
can anybody tell me a secret? I have noticed that the content of the Windows -> Show View submenu is context sensitive, apparently depending on the perspective. When I am in the C/C++ perspective a collection of useful views is offered. I would like to add another view I created to this list but I could not figure out how it is done. Any help available? Thanks, Norbert
------------------------------------------------------------------------

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top