Bug 76598 - Output view cpu behaviour fix
Summary: Output view cpu behaviour fix
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: git master
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-02 22:17 UTC by Sylvain Joyeux
Modified: 2004-04-20 00:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
MakeWidget::appendToLastLine shouldn't use removeParagraph (3.22 KB, patch)
2004-03-02 22:18 UTC, Sylvain Joyeux
Details
right fix. Should work fine (actively used here for a few days) (5.54 KB, patch)
2004-03-05 16:45 UTC, Sylvain Joyeux
Details
Following modifications in HEAD (IS ANYBODY READING THE BTS ????) (6.64 KB, patch)
2004-04-12 22:59 UTC, Sylvain Joyeux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Joyeux 2004-03-02 22:17:35 UTC
Version:           CVS HEAD (using KDE KDE 3.2.0)
Installed from:    Debian testing/unstable Packages

The output view has a very bad behaviour when the compiler generates a lot of errors. It leads to a 100% and being unable to stop the compilation.

It looks like it comes from the use of removeParagraph( )

The attached patch should fix this
Comment 1 Sylvain Joyeux 2004-03-02 22:18:52 UTC
Created attachment 4979 [details]
MakeWidget::appendToLastLine shouldn't use removeParagraph
Comment 2 Sylvain Joyeux 2004-03-02 22:40:41 UTC
Forget this patch. I'll sleep and try to do better. This one is totally buggy.
Comment 3 Sylvain Joyeux 2004-03-05 16:45:42 UTC
Created attachment 5039 [details]
right fix. Should work fine (actively used here for a few days)
Comment 4 Sylvain Joyeux 2004-04-12 22:59:13 UTC
Created attachment 5611 [details]
Following modifications in HEAD (IS ANYBODY READING THE BTS ????)
Comment 5 Jens Dagerbo 2004-04-13 00:34:48 UTC
Yes, every comment in a kdevelop bug report goes to the kdevelop-devel mailing list.
Comment 6 Jens Dagerbo 2004-04-20 00:20:12 UTC
Applied to CVS HEAD. Thanks for your patch! (and patience) ;)