I am programming in Eclipse and the “Delete” button wants to delete my source files instead of code.
and if i want to use Ctrl+A to select all my code it is selects all the files in package explorer…
All the shortcuts i want to use in my code it is takes effect on PackageExplorer.
Everything like ctrl +c , ctrl +v , delete button, or ctrl +a
Please dont come solutions like “click on your code” because at least i tried that before asking.
Do you know why?
I also faced the same issue. Seems some of my source files are in archive and read-only mode.
Executing command
attrib -r -a /s /dsolved my issue.