[Qt-creator] about the clang parser backend

René J.V. Bertin rjvbertin at gmail.com
Tue Dec 4 19:53:52 CET 2018


On Tuesday December 04 2018 16:14:13 Marco Bubke wrote:
> I think open the same project in different IDEs is not a common use case and we should not invest in it. There are more important tasks.

To be clear: I was neither suggesting any kind of support for opening the same project in different IDEs (Creator, KDevelop) beyond what already exists, and not even to open the same project at the same time in multiple copies of the same IDE. It would of course be nice to have persistent project-specific parsing information that speeds up operations when you reopen the project but in a way that's icing on the cake if the basic performance is fast enough.

That said, Creator does spend a considerable amount of time parsing, looking for tests. etc when you open a larger project (like its own sources) - a bit too much when you just want to open a project for a few quick checks or edits. KDevelop can be worse in this aspect but there you can deactive the full project-parse-on-open.

R



More information about the Qt-creator mailing list