Crash when during build
Julian Rockey
linux at jrockey.com
Sat Aug 18 19:34:37 BST 2001
Re the below:
1. In KDevelop 2.0, the same two lines need to be added to the
CMakeOutputWidget constructor too (I did my initial testing in 1.4 I'm sorry
- I applied it to 2.0 this morning and it works)
2. This is not a very nice fix - I intended it as a workaround as I assumed
there was something odd in my configuration causing the crash. Just remember
if you are committing it then expect a few comments about "why does the text
wrap around and fill up my message box".
The real issue is whether there is a bug in QMultiLineEdit. I posted this on
the qt-interest group, no info yet.
The other thing I'm not sure of is why QMultiLineEdit is being used at all
for this purpose - why not QTextView?
On Saturday 18 August 2001 10:37 am, you wrote:
> On Saturday, 18. August 2001 07:26, you wrote:
>
> Thanks for your fix, I just commited it. If anyone else has some fixes,
> please hurry with those so that 2.0.1 will be amost bug-free. This is your
> last chance before KDevelop 3 probably :)
>
> Ralf
>
>I recompiled KDevelop
> > adding the following lines into the COutputWidget class constructor:
> >
> > setWordWrap( WidgetWidth );
> > setWrapPolicy( Anywhere );
> >
> > This causes the text to wrap in the message box. Result: no crash (and
> > the crash had been consistent before. Even after a straight re-compile.)
> >
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list