]
Michelle Murray commented on JBIDE-17488:
-----------------------------------------
I noticed that if in the Project Explorer view I select an item and immediately press
Ctrl+4, then it does show me project-specific Forge wizards.
But if I am in the same place in the Forge CLI and press Ctrl+4, then it doesn't show
me the project-specific wizards.
Forge2: project-specific wizards are not visible on Ctrl+4
----------------------------------------------------------
Key: JBIDE-17488
URL:
https://issues.jboss.org/browse/JBIDE-17488
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Affects Versions: 4.2.0.Beta2
Environment: Fedora19, GTK2 + GTK3, OpenJDK7
Reporter: Michelle Murray
Priority: Blocker
JBDS-2734 states the following:
{quote}
* The availability of the wizards is depending on the initial selection when hitting the
above key combo.
=> with nothing selected there are wizards for managing connection profiles and Forge
addons and for creating new projects.
=> with e.g. a project selected there will be wizards for setting up support for JPA,
JSF, and so on as well as for creating classes, generating entities, scaffolding a user
interface, etc.
{quote}
After starting forge2, I navigate to my project
{noformat}
[workspace]$ cd my-mobile-app
[my-mobile-app]$
{noformat}
Tab (eventually) provides a list of forge2 possible commands, of which jpa-new-entity is
one.
Ctrl+4 opens the forge2 wizards list window but only the wizards for connections, addons
and new project are displayed.
Navigating down to scr/com/company/example/mymobileapp/model again only shows the wizards
for connections, addons and new project.