ikuraj / alloy4eclipse

Automatically exported from code.google.com/p/alloy4eclipse
0 stars 0 forks source link

Show by default A4 wizards in New contextual menu #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When being in an Alloy 4 perspective, the new Alloy model and new Alloy
Project should be available by default from the project explorer contextual
menu, without having to go to Other...

Original issue reported on code.google.com by daniel.l...@gmail.com on 16 Jan 2008 at 7:44

GoogleCodeExporter commented 8 years ago
The New Project and New ALS spec wizards do appear properly in the File/New... 
menu,
so I guess that we just need to find out the right extension point to provide 
those
wizards to the project explorer contextual menu.

Original comment by daniel.l...@gmail.com on 23 Jan 2008 at 6:10

GoogleCodeExporter commented 8 years ago

Original comment by daniel.l...@gmail.com on 24 Jan 2008 at 9:25

GoogleCodeExporter commented 8 years ago
It should work but it does not.
We will investigate this for next milestone.

Original comment by rdrue...@gmail.com on 13 Mar 2008 at 9:43

GoogleCodeExporter commented 8 years ago
We will ask some help from Eclipse guys when M6 burden will disappear.

Original comment by rdrue...@gmail.com on 3 Apr 2008 at 8:44

GoogleCodeExporter commented 8 years ago
Found this discussion on the web:

http://dev.eclipse.org/mhonarc/lists/wtp-dev/msg03527.html

"The extension point org.eclipse.wst.common.navigator.workbench.commonWizard is
replaced by commonWizard under org.eclipse.ui.navigator.navigatorContent"

We should explore that extension point.

Original comment by daniel.l...@gmail.com on 23 Apr 2008 at 8:58

GoogleCodeExporter commented 8 years ago
That feature now works almost fine.

We need to find out a way to enable the new Alloy project wizard when the 
workspace
is empty or when no projects are selected. It looks like the IWorkspaceRoot is 
not
the way to enable it.

Original comment by daniel.l...@gmail.com on 23 Apr 2008 at 6:45