[
https://issues.jboss.org/browse/FORGE-1116?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1116.
----------------------------------
Fix Version/s: (was: 2.x Future)
Resolution: Won't Fix
UIProvider.isGUI() should be used instead.
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