You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2009/09/15 00:17:58 UTC

[jira] Created: (IVYDE-201) Enable the edition of the IvyDE container in a launch configuration

Enable the edition of the IvyDE container in a launch configuration
-------------------------------------------------------------------

                 Key: IVYDE-201
                 URL: https://issues.apache.org/jira/browse/IVYDE-201
             Project: IvyDE
          Issue Type: Improvement
          Components: classpath container
    Affects Versions: 2.0.0.final
            Reporter: Nicolas Lalevée
            Priority: Minor


The edition of the IvyDE container is not enabled in the launch configuration.
As far as I could look into the code, IvyDE can enable it by providing the proper editor. 
see org.eclipse.jdt.internal.debug.ui.actions.EditClasspathEntryAction#getEditor()


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVYDE-201) Enable the edition of the IvyDE container in a launch configuration

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée resolved IVYDE-201.
-----------------------------------

    Resolution: Won't Fix

Actually it is not possible, all of the API I was expected to use is internal to Eclipse, as the package name suggest it.

> Enable the edition of the IvyDE container in a launch configuration
> -------------------------------------------------------------------
>
>                 Key: IVYDE-201
>                 URL: https://issues.apache.org/jira/browse/IVYDE-201
>             Project: IvyDE
>          Issue Type: Improvement
>          Components: classpath container
>    Affects Versions: 2.0.0.final
>            Reporter: Nicolas Lalevée
>            Priority: Minor
>
> The edition of the IvyDE container is not enabled in the launch configuration.
> As far as I could look into the code, IvyDE can enable it by providing the proper editor. 
> see org.eclipse.jdt.internal.debug.ui.actions.EditClasspathEntryAction#getEditor()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.