I want to be able to ignore warnings in other projects in my workspace when I'm concentrating on my current project. I looked through Window | Preferences and saw no such option. Eclipse obviously knows which project is current, because when I mash F11 it runs (or tries to).
Asked
Active
Viewed 5,457 times
4 Answers
39
In the Problems view, click the little triangle thinggie on the right, and select Show -> Errors/Warnings on selection. Then it will show the errors from the currently selected project/file, etc.

CSchulz
- 10,882
- 11
- 60
- 114

Nikolay Elenkov
- 52,576
- 10
- 84
- 84
3
You can either Close Project all other projects, you can set a filter on the Problems View to only show errors for the current project, or use Mylin to limit the scope of what you are currently seeing.

Tassos Bassoukos
- 16,017
- 2
- 36
- 40
1
I just upgraded Eclipse (Helios) to the latest version of the SDK and LogCat shows my current application automagically.

Thunder Rabbit
- 5,405
- 8
- 44
- 82