Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 964
user87362 Avatar asked Mar 05 '10 08:03

user87362


2 Answers

Yes, in the problems view:

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

All the markers are then deleted.

like image 58
James Blackburn Avatar answered Nov 03 '22 21:11

James Blackburn


It is also not best solution, but when you configure Problems view (using menus under arrow icon) you can turn limit off and then select and deleta all errors.

like image 3
kwesolowski Avatar answered Nov 03 '22 21:11

kwesolowski