Community
Participate
Working Groups
Build Identifier: 20100617-1415 I use multiple screens to do my development. views like package explorer, console, ant... I put undocked on the second screen. If I want to do a search within a selected project, I am forced to close all the files in the main window before I can do this. Otherwise selected project will remain grayed out. Reproducible: Always Steps to Reproduce: 1.undock the package explorer view 2.open a file in the main window 3.select a project in the package explorer 4.In the menu, select search->file 5.selected resources remains grayed out. This will not happen if all the files in the main window are closed.
I don't seem to have this problem on Linux/gtk+ with I20100824-1210. If in step 4, you hit Ctrl+H instead to bring up the dialog, does that work?
No indeed, if I use ctrl + h, I am able to select 'selected resources'. If I use the menu bar in the main window, it seems like windows is activating the main window with the file opened there, so eclipse doesn't see any more that I selected something in package explorer.
This works as designed: Detached parts are not considered active once the workbench window is selected: a part (or nothing) in the workbench window gets active and provides the selection.
*** This bug has been marked as a duplicate of bug 323706 ***