19

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).

Mark Lalor
  • 7,820
  • 18
  • 67
  • 106
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862

4 Answers4

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.

Triangle Thing

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
0

You can make use of Working Sets to put projects into logical groups.

brianestey
  • 8,202
  • 5
  • 33
  • 48