<div class="gmail_quote">On Wed, Jun 8, 2011 at 2:30 PM, Niko Sams <span dir="ltr"><<a href="mailto:niko.sams@gmail.com">niko.sams@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
while driving home and hacking in the train I found the reason for the strange<br>
mainwindow resizing milian and alex had during typing kDebug() <<. I also had<br>
it while doing that, but I was already in a string (kDebug() << "foooo).<br>
The reason is that the backgroundparser parses the file while parsing<br>
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 exactly<br>
that makes the mainwindow resize.<br>
I reproduced it by typing fast.<br>
<br>
Niko<br>
<font color="#888888"><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>
</font></blockquote></div><br><div>Plugins should have standard ways to interacting with the UI and stop accessing the main window or dialogs...</div><div><br></div><div>Aleix</div>