Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] ContainerSelectionDialog does not correctly handle external projects?

Joe

Can you give a concrete example of this please? I am not getting the
behaviour you describe. Please log a PR is this sounds subtle and no - I
have seen this before.

Tod



                                                                                                                              
                      Joe_Szurszewski@xxxxxx                                                                                  
                      m                              To:      platform-ui-dev@xxxxxxxxxxx                                     
                      Sent by:                       cc:                                                                      
                      platform-ui-dev-admin@         Subject: [platform-ui-dev] ContainerSelectionDialog does not correctly   
                      eclipse.org                    handle external projects?                                                
                                                                                                                              
                                                                                                                              
                      05/09/2002 04:03 PM                                                                                     
                      Please respond to                                                                                       
                      platform-ui-dev                                                                                         
                                                                                                                              
                                                                                                                              




It appears that the ContainerSelectionDialog does not properly handle
external projects.  If the dialog is realized with the workspace root as
the starting container, then all projects in the workspace, including
external projects, are shown.  However, if an external project is selected,
the getResult() method returns an IPath that makes the external project
look like an 'internal' project, that is, the IPath has a null device and a
single segment equal to the external project name.

Is this a known issue?  Are there any workarounds?





Back to the top