Bug 433215 - [Wizards] newWizardShortcut extension point not contributing to existing perspectives
Summary: [Wizards] newWizardShortcut extension point not contributing to existing pers...
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 389851
  Show dependency tree
 
Reported: 2014-04-22 10:25 EDT by Dmitry Spiridenok CLA
Modified: 2016-01-20 06:53 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Spiridenok CLA 2014-04-22 10:25:53 EDT
I created one Wizard and through perspectiveExtensions extension point i'm contributing newWizardShortcut for my wizard to an existing perspective (like Plugin Development Perspective) within an existing workspace. In this case wizard is not showed in that perspective.

Two situations are important to consider while solving this bug:
1. The new wizard is installed in the workspace and the workspace is restarted. The new wizard must be available in the desired perspective after restart.

2. The new wizard is installed and Eclipse is exited. After a new start of Eclipse the wizard must be availalbe in the desired perspective.
Comment 1 Dmitry Spiridenok CLA 2014-04-25 15:31:15 EDT
Please review the fix: https://git.eclipse.org/r/25587
Comment 3 Dmitry Spiridenok CLA 2014-04-27 17:13:25 EDT
(In reply to Lars Vogel from comment #2)
> Is this a misunderstanding? See
> https://wiki.eclipse.org/FAQ_How_do_I_add_my_wizard_to_the_New,_Import,
> _or_Export_menu_categories%3F

Does not work out of the box, see https://bugs.eclipse.org/bugs/389851.
So i need to solve this issue first before i can deliver a fix for that problem.
Comment 4 Lars Vogel CLA 2016-01-20 06:53:20 EST
No plans to work on this in the near future