Bug 82615 - Better feedback : "*** Exited with status 2, 2 errors and 0 warnings ***"
Summary: Better feedback : "*** Exited with status 2, 2 errors and 0 warnings ***"
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: QMake (show other bugs)
Version: 3.5.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-01 02:09 UTC by Sebastien
Modified: 2009-01-24 02:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastien 2004-06-01 02:09:00 UTC
Version:            (using KDE KDE 3.2.1KDE 1.2)

When a compilation is finished, we can see the message :
"*** Exited with status: 2 ***"

But it's not enougth : the majority of all other IDEs show count of errors and warnings.
This help to see if the last errors are now resolved (less errors), or if we don't take care of warning for a while (during big code changes), see if new warnings have appears...

So I would like to see that :
"*** Exited with status 2 (2 errors and 0 warnings) ***"

A lot better :-) (and easy to implement, I suppose)