Version: Subversion 3.4 branch revision 596958 (using KDE KDE 3.5.5) Compiler: g++ 4.1 OS: Linux Whenever the line information of a message in the Problems tab changes there is flickering. It seems as if the tab is cleared and then the new values are entered. Just write a line of code that is marked as wrong. For example: void a() { for (); } Then press enter in front of void to insert new lines. Each time the entries in the problems bar flicker.
I can't reproduce that here with a revision > 600000. Which tab do you see the flickering in?
you're correct, it does remove and readd.
SVN commit 617453 by dagerbo: This patch does a few related things: #removes a lot of unused and weird stuff from problemreporter #all parser activation decisions are moved back into cppsupport where it belongs, problemreporter is just UI #fixes flickering problem tabs #fixes a case where already open documents don't get a problem icon marker #fixes sorting so it happens numerically, no lexographically #afaik fixes repeated entries. if this still happens, I don't think problem reporter is responsible #afaik fixes the remaining cases where the parser could be invoked against non-c/c++ files BUG: 111341 BUG: 117621 BUG: 131716 BUG: 135958 M +53 -14 cppsupportpart.cpp M +9 -4 cppsupportpart.h M +44 -144 problemreporter.cpp M +7 -16 problemreporter.h