Will keep the question simple, but its implications are much broader.
Goal
Create a 'My C/C++' perspective plugin.
- this plugin is just the standard C/C++ plugin from CDT
- plus some view sizing, extra help menus, and (1) custom plug-in
Need
Essentially just a way to share a customized C/C++ perspective
- that includes a handful of my own plugins
- but still harnesses all the power of CDT (editors, builders, parsers, views, etc).
Notes
This is a very helpful perspective-plugin tutorial:
There must be a simple 'man/example/etc' out there. I've browsed all over the CDT plug-in manual to no avail:
Perhaps it has to do with the org.eclipse.ui.perspectiveExtensions, but it is not clear to me how that would work.