aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-07-17 12:14:14 +0200
committerhjk <hjk121@nokiamail.com>2014-07-17 17:52:33 +0200
commitac771eb552e421e76c79102347c6a4d9620a5270 (patch)
treef69f6ae0e6470676ad615ba19007e88c6364180a /doc
parenta1b5a61b6ef301b22382be11d734ea5cff5455cf (diff)
Hide broken "Apply on Save" feature
The feature has always been somewhat experimental, but got even more broken over time. Let's hide it for the time being. Change-Id: If46861831d7fb7ed8e9b77b79d1ebe583243ab48 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/debugger/qtquick-debugging.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/debugger/qtquick-debugging.qdoc b/doc/src/debugger/qtquick-debugging.qdoc
index 7bb43fb0658..f7f6414653c 100644
--- a/doc/src/debugger/qtquick-debugging.qdoc
+++ b/doc/src/debugger/qtquick-debugging.qdoc
@@ -167,12 +167,17 @@
\section1 Applying QML Changes at Runtime
+ \omit
+ // currently broken & disabled
+
If you change property values or add properties in the code editor, the
debugger can update the properties in the running application when you save
the file. This is enabled by default. To disable it, click the
\inlineimage qml-observer-bar-reload.png "Apply Changes on Save button"
(\gui {Apply Changes on Save}) button on the toolbar.
+ \endomit
+
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.