summaryrefslogtreecommitdiff
path: root/doc/src/editors
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@digia.com>2013-10-04 15:54:39 +0200
committerNikolai Kosjar <nikolai.kosjar@digia.com>2013-10-04 17:46:42 +0200
commit589d9c777355de26b426263190e9bd782ac69590 (patch)
tree5ad7f470ed9be6efeb7bc8153709cc4b7b7dbdda /doc/src/editors
parenta2615c610e07d8e3d7415de8d5f6e295fc2cae7c (diff)
downloadqt-creator-589d9c777355de26b426263190e9bd782ac69590.tar.gz
CppTools: Rename "Update Code Model" to "Reparse Externally Changed Files"
It was not clear what "Update Code Model" did. Change-Id: I245307039f8770047b80c7234481099edfe60bc9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'doc/src/editors')
-rw-r--r--doc/src/editors/creator-coding-edit-mode.qdoc12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/src/editors/creator-coding-edit-mode.qdoc b/doc/src/editors/creator-coding-edit-mode.qdoc
index 4da42fe161..dac877fc12 100644
--- a/doc/src/editors/creator-coding-edit-mode.qdoc
+++ b/doc/src/editors/creator-coding-edit-mode.qdoc
@@ -170,12 +170,10 @@
If you change the default behavior, the shortcuts for opening link targets
in the next split are used to open them in the current split.
- \section1 Using Update Code Model
-
- To refresh the internal information in \QC pertaining to your code,
- select \gui{Tools} > \gui{C++} > \gui{Update Code Model}.
-
- \note In \QC indexing updates the code automatically. Use
- \gui{Update Code Model} only as an emergency command.
+ \section1 Reparsing Externally Changed Files
+ If source files are modified from outside \QC, the opened files will be
+ reparsed automatically. For all other files, you can use \gui{Tools} >
+ \gui{C++} > \gui{Reparse Externally Changed Files} to update the code
+ model.
*/