KDevelop 5 too slow?
Alexander Shaduri
ashaduri at gmail.com
Wed May 3 19:08:50 BST 2017
Hi,
I can reproduce at least some of the slowness using a template
(Qt/C++) project from KDevelop.
Simply opening main.cpp:
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
testkdev5 w;
w.show();
return app.exec();
}
and changing "app" definition (like typing "2" after it so it becomes app2)
takes about 3-4 seconds to re-parse and re-highlight.
It all becomes a lot slower with 2 other projects I have (one quite small
and one large, with the parser sometimes "giving up?" - not highlighting
errors).
Should I file a bug report?
Thanks,
Alexander
On Tue, 2 May 2017 23:53:04 +0200
Aleix Pol wrote:
> On Tue, May 2, 2017 at 7:41 PM, Sven Brauch <mail at svenbrauch.de> wrote:
> > Hi,
> >
> > On 04/22/2017 04:27 PM, Alexander Shaduri wrote:
> >> Is this normal behavior, or is my build broken somehow?
> > I have seen this behaviour with some projects, but not with others
> > (orthogonal to size). I still don't know what causes it and it's very
> > annoying. :/
>
> +1
More information about the KDevelop
mailing list