Bug 58886 - [ActionSets] [Javadoc] API review QuickStartAction. should be deprecated
Summary: [ActionSets] [Javadoc] API review QuickStartAction. should be deprecated
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2004-04-16 13:41 EDT by Michael Van Meekeren CLA
Modified: 2004-05-09 01:48 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Van Meekeren CLA 2004-04-16 13:41:20 EDT
this class is replaced by the intro support it should be depricated.

pasted nicks email note on this as well:

The old welcome support was all moved up to the IDE layer.  RCP apps should 
use the new intro mechanism.  We should deprecate QuickStartAction.

The welcomePage= attribute in org.eclipse.platform should be deprecated too.  
Since the new intro mechanism is introduced in org.eclipse.platform, and 
causes the old Help > Welcome action to disappear, any welcomePage= content 
here or in other features will not be seen.  Or does the new intro support 
have some way of showing the old content?

I assume that the WS*.* products are moving to the new mechanism.
Comment 1 Nick Edgar CLA 2004-05-07 14:17:12 EDT
Dejan or Kim, is old welcome content completely inaccessible now?
What about products building on top of the IDE stack like WSAD.
Are they all moving over to intro?

I've added deprecated tags to QuickStartAction and 
IDEActionFactory.QUICK_START, but if there's no way these will ever be used, we 
should just remove them.
Comment 2 Kim Horne CLA 2004-05-07 14:19:36 EDT
The old welcome content will still appear in the event that your product does
not have an intro.
Comment 3 Nick Edgar CLA 2004-05-07 14:39:16 EDT
But our product here (the SDK) defines the intro in its primary feature plugin
(org.eclipse.platform), so we'll always have the intro.

Other RCP apps may not, but the QuickStartAction is only at the IDE layer anyway.

Does the new intro experience provide any way of accessing the old welcome content?
Comment 4 Nick Edgar CLA 2004-05-09 01:48:19 EDT
Will leave QuickStartAction and IDEActionFactory.QUICK_START_ACTION in, but 
deprecated.