Clear "Problems" - how? [message #65355] |
Tue, 17 May 2005 14:39  |
Eclipse User |
|
|
|
Originally posted by: ed.batutis.com
After some configuration "adventures" I have over 68,000 "Problems" in my
Problems window. In reality I have zero problems - I've fixed my build
configuration and everything is fine. But, I can't figure out how to clear
out the unwanted "Problems"! I can highlight the problems but 'Delete' is
greyed out on the context menu (which doesn't seem logical at the moment).
Thanks for any help.
|
|
|
|
|
|
|
|
|
|
Re: Clear "Problems" - how? [message #66144 is a reply to message #65894] |
Wed, 18 May 2005 16:10  |
Eclipse User |
|
|
|
Originally posted by: eclipse.rizzoweb.com
ed batutis wrote:
> It would be nice to manually delete the Problems. I don't get the
> reasoning behind preventing me from doing this manually.
>
Think about how Eclipse was designed to be used most of the time, with
its Java builder enabled. In that context, the items in the Problems
view are a result of the operation of the builder, "generated artifacts"
you might say. Furthermore, the Problems view is intended to operate in
conjunction with the builder to give real-time up-to-date feedback on
the status of builds (usually compiling, but possibly other things).
What would happen if you did some coding (with Java builder enabled),
saved (producing some Problems), manually removed a Problem, then did
some more coding and saving. Should the problem(s) you manually removed
be replaced by the builder/compiler? If not, how do you get back that
convenient real-time up-to-date list of build problems? See, it wouldn't
work nearly as well that way.
HTH,
Eric
|
|
|
Powered by
FUDForum. Page generated in 0.08752 seconds