summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-03-13 12:50:27 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-03-13 13:53:54 +0100
commit79f6e4dda7acdebeef5b1afea1c11ba5efc0ac55 (patch)
treea074e3b395073d62ef15530387da074d2dfb9c67
parentb35ca65801507fc1977e61a4544fea7989fe7d42 (diff)
downloadqt-creator-79f6e4dda7acdebeef5b1afea1c11ba5efc0ac55.tar.gz
Doc: the script console is now an output pane
Fix some remaining occurences and screenshots. Change-Id: Ibb8d874996fe767aca180b2964559313efa8157e Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
-rw-r--r--doc/images/qtquick-example-script-console.pngbin78991 -> 79624 bytes
-rw-r--r--doc/src/debugger/qtquick-debugger-example.qdoc10
-rw-r--r--doc/src/debugger/qtquick-debugging.qdoc2
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/images/qtquick-example-script-console.png b/doc/images/qtquick-example-script-console.png
index 30cd1371c2..37945678cd 100644
--- a/doc/images/qtquick-example-script-console.png
+++ b/doc/images/qtquick-example-script-console.png
Binary files differ
diff --git a/doc/src/debugger/qtquick-debugger-example.qdoc b/doc/src/debugger/qtquick-debugger-example.qdoc
index 28b2f3d820..0421385d27 100644
--- a/doc/src/debugger/qtquick-debugger-example.qdoc
+++ b/doc/src/debugger/qtquick-debugger-example.qdoc
@@ -83,8 +83,8 @@
\image qtquick-example-setting-breakpoint3.png
- \li To execute JavaScript commands in the current context, select the
- \gui {Console} tab.
+ \li To execute JavaScript commands in the current context, open the
+ \gui {QML/JS Console} output pane.
\li To change the score to 1000, enter \c{gameCanvas.score = 1000}
in the console.
@@ -108,14 +108,14 @@
\inlineimage qml-inspector-select-button.png
(\gui Select) to activate selection mode and then click the
\gui {Quit} button to move into the \gui ButtonLabel component
- in the \gui {Console} and the code editor.
-
- \image qtquick-example-property-values.png
+ in the \gui {QML/JS Console} and the code editor.
\li In the \gui {Locals and Expressions} view, double-click the value of
the \c text property to change it temporarily from \gui {Quit} to
\gui {End Game}.
+ \image qtquick-example-property-values.png
+
When you select an element, the cursor moves to it in the code
editor, where you can change the value permanently.
diff --git a/doc/src/debugger/qtquick-debugging.qdoc b/doc/src/debugger/qtquick-debugging.qdoc
index 7de3304aac..552de04cef 100644
--- a/doc/src/debugger/qtquick-debugging.qdoc
+++ b/doc/src/debugger/qtquick-debugging.qdoc
@@ -168,7 +168,7 @@
\inlineimage qml-observer-bar-reload.png "Apply Changes on Save button"
(\gui {Apply Changes on Save}) button on the toolbar.
- When you change property values in the \gui {Console} or in the
+ When you change property values in the \gui {QML/JS Console} or in the
\gui {Locals and Expressions} view, they are immediately updated in the running
application, but not in the source code.