| Summary: | [Intro] Intro as an editor / Intro with custom content | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Christian Schneider <schneider> |
| Component: | UI | Assignee: | Platform UI Triaged <platform-ui-triaged> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | cgold, pchuong, remy.suen |
| Version: | 4.2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Christian Schneider
Christian, unfortunately we're really short on cycles at the moment so this is unlikely to make it into the current release cycle. Note that in 4.x we allow you to put views in the editor area so you may be able to just put the 'Welcome' view (as a view) there if that helps.
Here's a example of the contribution you'd make to do this:
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="org.eclipse.team.cvs.ui.cvsPerspective">
<view
id="org.eclipse.ui.internal.introview"
relationship="stack"
relative="org.eclipse.ui.editorss">
</view>
</perspectiveExtension>
</extension>
Unfortunately I'm just now implementing the Intro support for 4.x so you'll have to wait until 4.2 M4 comes out to try this...
Hi Eric, thanks for the info. This would resolve my point b) at least. Hi Eric, Is there a way to set the intro viewpart maximized in the editor area? If I use the perspectiveExtensions trick, the intro viewpart is not maximized when eclipse start with a clean workspace. At least for us this does not need any resolving. Our workaround is sufficient for our product. |