diff --git a/doc/images/qtcreator-external-tools.png b/doc/images/qtcreator-external-tools.png
index cef5374f86debd0eb9881598cb5dddbeb9872e4a..ec79bfdcd081235db36500acc301c47da3f99828 100644
Binary files a/doc/images/qtcreator-external-tools.png and b/doc/images/qtcreator-external-tools.png differ
diff --git a/doc/src/howto/creator-external-tools.qdoc b/doc/src/howto/creator-external-tools.qdoc
index 28d00f4485521fcf33aa65ac562390997cc62734..14e8e716b191ce6e1377d119fc4cb62f2a0ff9cb 100644
--- a/doc/src/howto/creator-external-tools.qdoc
+++ b/doc/src/howto/creator-external-tools.qdoc
@@ -66,7 +66,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 +128,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.