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?


Logged http://bugs.eclipse.org/bugs/show_bug.cgi?id=15673 ContainerSelectionDialog mishandles external projects

This is very reproduceable on 20020508.





Tod_Creasey@xxxxxxx
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

05/09/2002 03:13 PM
Please respond to platform-ui-dev

       
        To:        platform-ui-dev@xxxxxxxxxxx
        cc:        
        Subject:        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?



_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev



Back to the top