Community
Participate
Working Groups
+++ This bug is a regression of Bug #170180 +++ The CDT navigator extension provides refactoring actions (copy, paste, ...). The enablement is set for ICElement (instanceof) only. This works fine if the user selects IResource elements only, or ICElements only. If the user selects elements of both kinds (e.g. source files and text files), no refactoring actions will show up. Setting the enablement to [IResource OR ICElement] would probably be a solution. The CDT refactoring actions would show up for both, IResource, ICElement and a mix of both. I just wonder what happens, if another extension - like JDT - tries to do the same.
Fixed in 4.0.2 and 5.0 > 20071011.