From b33188169bbcdcd32e72b3e4fc719f9e3b1806d0 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 20 Dec 2010 12:32:52 +0100 Subject: Doc: parsing and scanning when opening projects Task-number: QTCREATORBUG-3383 Reviewed-by: Thorbjorn Lindeijer --- doc/qtcreator.qdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index a9f18a06c3..6e13d1ed17 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -2406,6 +2406,12 @@ \endlist + Qt Creator parses all the source files in the project and performs a semantic + analysis to build up the information that it needs for functions such as + navigation and finding usages. Qt Creator also scans for all include files in + your include path recursively, so that it can complete them. + Progress bars are displayed during parsing and scanning. + */ -- cgit v1.2.1