Eclipse CDT: How to clear Problems window without invoking Clean Project or Build Project?

user87362 picture user87362 · Mar 5, 2010 · Viewed 9.9k times · Source

Is there a way to clear the Problems window (and any related source code error/warning annotations) without invoking "Build All/Project/..." or "Clean project" (or deleting the project and then re-creating/re-importing it)?

Answer

James Blackburn picture James Blackburn · Mar 19, 2010

Yes, in the problems view:

  1. Right Click > Select All (or ctrl-A)
  2. Right Click > Delete

All the markers are then deleted.