Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314092

Summary: Ctrl+A does not work as expected in 'Project Explorer'
Product: [Eclipse Project] Platform Reporter: Deepak Azad <deepakazad>
Component: IDEAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: minor    
Priority: P3 CC: daniel_megert
Version: 3.6   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Deepak Azad CLA 2010-05-24 06:16:30 EDT
I20100520-1744
- New workspace
- Create a Java project with one simple class - A.java
- Create a simple project (SimpleProject) and copy the .java file from previous step to this project
- Open 'Project Explorer' view -> Select A.java under SimpleProject -> Hit Ctrl+A to select all elements in Project explorer => Nothing happens

If a file under the Java project is selected in the beginning then ctrl+A works as expected.
Comment 1 Dani Megert CLA 2010-05-24 06:27:00 EDT
Project explorer's action contributor for normal elements does not re-targeted 'Select All' (as opposed to the one contributed by JDT).

*** This bug has been marked as a duplicate of bug 281966 ***