Summary: | Kdevelop should inform that building proces has been finished | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Marcin Palka <mar_10> |
Component: | Output Views | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | mbaj |
Priority: | NOR | ||
Version: | 3.0.3 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Something is a bit buggy with the regexps of the makewidget. I think I've seen the brief view neglect to show the first or the last compile action. I wonder if this isn't a dupe though. *** Bug 84278 has been marked as a duplicate of this bug. *** I get a "***Success***" message at the bottom of the Messages output view with the upcoming KDevelop 3.4 release. Please upgrade to a newer version of KDevelop and if you still have the problem, please reopen this bug. |
Version: 3.0.3 (using KDE 3.2.2, Mandrake Linux Cooker i586 - Cooker) Compiler: gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk) OS: Linux (i686) release 2.4.22-30mdk Kdevelop should inform user that building proces has been finished. Currently it does not say that the compilation is already done. For my sample project it shows only: >>*linking subeditpro_client (libtool) >>*Entering directory /home/marcin/Storage/Programming/Source/subeditpro/debug and after that there are no compiler processes running (verified with ps command). It's a bit misleading to user. There should be a message like "Building finished" or something similar.