[
https://issues.jboss.org/browse/FORGE-1116?page=com.atlassian.jira.plugin...
]
George Gastaldi commented on FORGE-1116:
----------------------------------------
the comment above is valid for UICommands
Move forge.compatibility.IDE to the Environment Addon
-----------------------------------------------------
Key: FORGE-1116
URL:
https://issues.jboss.org/browse/FORGE-1116
Project: Forge
Issue Type: Feature Request
Components: Builtin Plugins
Affects Versions: 2.0.0.Alpha10
Reporter: Lincoln Baxter III
From the shell addon:
{code}
public void startupDefaultShell(@Observes PostStartup startup) throws Exception
{
if (!Boolean.getBoolean("forge.compatibility.IDE"))
{
Settings settings = new SettingsBuilder().create();
this.shell = shellFactory.createShell(settings);
}
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira