Bug 76598

Summary: Output view cpu behaviour fix
Product: [Applications] kdevelop Reporter: Sylvain Joyeux <sylvain.joyeux>
Component: Output ViewsAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: MakeWidget::appendToLastLine shouldn't use removeParagraph
right fix. Should work fine (actively used here for a few days)
Following modifications in HEAD (IS ANYBODY READING THE BTS ????)

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) ;)