<div class="gmail_quote">On Tue, Jul 26, 2011 at 4:23 PM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de">mail@milianw.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

David Nolden, 19.06.2011:<br>
<div><div></div><div class="h5">> 2011/6/18 Milian Wolff <<a href="mailto:mail@milianw.de">mail@milianw.de</a>>:<br>
> > On Wednesday 08 June 2011 14:30:55 Niko Sams wrote:<br>
> >> Hi,<br>
> >><br>
> >> while driving home and hacking in the train I found the reason for the<br>
> >> strange mainwindow resizing milian and alex had during typing kDebug()<br>
> >> <<. I also had it while doing that, but I was already in a string<br>
> >> (kDebug() << "foooo). The reason is that the backgroundparser parses<br>
> >> the file while parsing and fails - as<br>
> >> the statement is not finished. It then displays a red message in the<br>
> >> status bar to state<br>
> >> that.<br>
> >> For some reason this message is displayed multiple times - concated. And<br>
> >> exactly that makes the mainwindow resize.<br>
> >> I reproduced it by typing fast.<br>
> ><br>
> > Yeah, I finally saw that myself. What can we do about it? Here are my<br>
> > ideas sorted by my personal preference:<br>
> ><br>
> > a) make sure that given error message is only shown once at a time<br>
> > c) only show one error at a time and make the next one visible thereafter<br>
> > b) prevent the statusbar from resizing the whole page<br>
> ><br>
> > actually a) shouldn't be too hard I think, lets see...<br>
><br>
> I'd prefer first b) then a), in this order. Because by fixing b) you<br>
> fix the framework, by a) you only workaround the problem.<br>
<br>
</div></div>I've fixed this now with<br>
<a href="http://commits.kde.org/kdevplatform/d39f33b190ec37d24839d4db50729781f2e12c0d" target="_blank">http://commits.kde.org/kdevplatform/d39f33b190ec37d24839d4db50729781f2e12c0d</a><br>
<br>
Should I still limit the display to one message at a time?<br>
<br>
bye<br>
--<br>
<div class="im">Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
</div><a href="http://milianw.de" target="_blank">http://milianw.de</a><br>
<br>--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
<br></blockquote></div><br><div>Cool you fixed it! :)</div><div><br></div><div>I think it's not very useful to have these messages there anyway, but yes, it would be good.</div><div><br></div><div>Does it show the full message on the tooltip or something?</div>

<div><br></div><div>Aleix</div>