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

eclipse-cdt, manual

Solution

Yes, in the problems view:

- Right Click > Select All (or ctrl-A)

- Right Click > Delete

All the markers are then deleted.

Problem

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

Original source