Bug 95380 - [Wizards] Issue with BaseNewWizardMenu
Summary: [Wizards] Issue with BaseNewWizardMenu
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2005-05-16 11:56 EDT by Stefan Xenos CLA
Modified: 2021-09-30 13:43 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.