Doc: QML/JS console is now an output pane

The console is available in all modes.

Change-Id: Iae6d656b255f2836a96b71bcbc9a6e2bbdffbcfc
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
Leena Miettinen
2013-03-05 10:02:14 +01:00
parent c3f907416f
commit 210e54bfde
3 changed files with 17 additions and 8 deletions

View File

@@ -244,6 +244,8 @@
\li \gui{Compile Output}
\li \gui {QML/JS Console}
\li \gui {To-Do Entries}
\li \gui{Version Control}
@@ -345,6 +347,17 @@
Select the \gui {Cancel Build} button to cancel the build.
\section2 QML/JS Console
In the \gui {QML/JS Console}, you can type JavaScript expressions and use them to get
information about the state of your application during debugging. You can change property
values temporarily, without editing the source, and view the results in the running
application.
\image qml-script-console.png "QML/JS Console"
You can change the property values permanently in the code editor.
\section2 To-Do List
The \gui {To-Do List Entries} pane lists the BUG, FIXME, NOTE, TODO, and