Trigger parsing of <projectname>.files
-
Is it possible to trigger the parser for the file <projectname>.files manually? The only solution I found out is to edit this file (e.g. add a line and remove it again) and save it. The other one, recommended by the Wiki (http://doc-snapshot.qt-project.org/qtcreator-2.5/creator-project-generic.html), is to restart the creator. Not very comfortable too.
kind regards,
benediktibk -
Creator should watch the file, so changing it should trigger it to reprocess it. "touch <projectname>.files" should actually be enough.
Why would you want to trigger a parsing run when you know that the file has not changed?
-
Actually the creator is watching the file and asks me, if I want to reload it. But the project tree is not updated so I believe the content is not parsed again.
-
That does sound like a bug! Please "file a bug report":http://bugreports.qt-project.org/ so that this is actually looked into.