[forge-issues] [JBoss JIRA] (FORGE-1116) Move forge.compatibility.IDE to the Environment Addon

George Gastaldi (JIRA) jira-events at lists.jboss.org
Thu Oct 17 11:11:01 EDT 2013


     [ https://issues.jboss.org/browse/FORGE-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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


More information about the forge-issues mailing list