summaryrefslogtreecommitdiff
path: root/doc/src/howto/creator-external-tools.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/howto/creator-external-tools.qdoc')
-rw-r--r--doc/src/howto/creator-external-tools.qdoc11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/src/howto/creator-external-tools.qdoc b/doc/src/howto/creator-external-tools.qdoc
index 28d00f4485..dbe1d0f431 100644
--- a/doc/src/howto/creator-external-tools.qdoc
+++ b/doc/src/howto/creator-external-tools.qdoc
@@ -55,9 +55,7 @@
specify other command line arguments for the tools, select \gui {Tools >
External > Configure}.
- For more information about Qt Linguist, see
- \l{http://qt-project.org/doc/qt-5.0/qtlinguist/qtlinguist-index.html}
- {Qt Linguist Manual}.
+ For more information about Qt Linguist, see \l{Qt Linguist Manual}.
\section1 Previewing QML Files
@@ -66,7 +64,8 @@
for viewing and testing while you are developing an application.
To preview the currently active QML file, select \gui Tools > \gui External
- > \gui {Qt Quick} > \gui {Preview (qmlviewer)} or \gui {Preview (qmlscene)}.
+ > \gui {Qt Quick} > \gui {Qt Quick 1 Preview (qmlviewer)} or
+ \gui {Qt Quick 2 Preview (qmlscene)}.
\section1 Using External Text Editors
@@ -127,6 +126,10 @@
\li In the \gui {Error output pane}, select how to handle error messages
from the tool.
+ \li Select the \gui {Modifies current document} check box to make sure
+ that if the current document is modified by the tool, it is saved
+ before the tool is run and reloaded after the tool finishes.
+
\li In the \gui Input field, specify text that is passed as standard
input to the tool.