]
Lincoln Baxter III commented on JBIDE-17488:
--------------------------------------------
The solution here should be that if the Forge CLI is active and selected. The current
selection should come from the CLI, not from the Eclipse workspace. This should be doable
without too much trouble, I think.
Forge2: project-specific wizards are not visible on Ctrl+4 from CLI
-------------------------------------------------------------------
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
Assignee: Koen Aers
Priority: Blocker
Fix For: 4.2.0.Beta3
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.