Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 95380

Summary: [Wizards] Issue with BaseNewWizardMenu
Product: [Eclipse Project] Platform Reporter: Stefan Xenos <sxenos>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: n.a.edgar, Tod_Creasey
Version: 3.1Keywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Stefan Xenos CLA 2005-05-16 11:56:58 EDT
API issue filed in bug 89027. Copied from an @issue tag in BaseNewWizardMenu:

    /*
     * @issue Should be possible to implement this class entirely using public
     * API. Cases to be fixed: WorkbenchPage, WorkbenchWizardElement,
     * NewWizardsRegistryReader. Suggestions:
     * - define API for accessing current perspective's wizard shortcuts from
IWorkbenchPage 
     * - define API for a wizard registry and corresponding descriptors
     */


    /**
     * TODO: should this be done with an addition listener?
     */
    private final IRegistryChangeListener registryListener = new
IRegistryChangeListener() {

        public void registryChanged(IRegistryChangeEvent event) {
            // reset the reader.
            // TODO This is expensive.  Can we be more selective?
            if (getParent() != null) {
                getParent().markDirty();
            }
        }

    };
Comment 1 Kim Horne CLA 2005-05-16 12:23:32 EDT
The issues are stale, but still relevant and won't be addressed for 3.1.  I've updated the @issue comments 
to reflect the current state of affairs.  Nick or I should address this sometime after we ship seeing as we 
introduced the problems.  I'll take it for the time being.
Comment 2 Boris Bokowski CLA 2009-11-26 16:19:07 EST
Prakash is now responsible for watching bugs in the [Wizards] component area.
Comment 3 Eclipse Webmaster CLA 2019-09-06 16:12:04 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
Comment 4 Eclipse Genie CLA 2021-09-30 13:43:24 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.