Bug 82615

Summary: Better feedback : "*** Exited with status 2, 2 errors and 0 warnings ***"
Product: [Applications] kdevelop Reporter: Sebastien <slaout>
Component: Build tools: QMakeAssignee: kdevelop-bugs-null
Status: RESOLVED UNMAINTAINED    
Severity: wishlist    
Priority: NOR    
Version: 3.5.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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)