aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-09-12 16:10:00 +0200
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-09-13 10:10:31 +0200
commitc58569e16396d1bcf1e98bfb85b88e300622e96a (patch)
tree2dfa7fb34141d4179a623509880a9508adf696bb /doc
parent75ee870259473d38256e6937bca352d249b09850 (diff)
Doc: using locator to open a file to the specified line
Change-Id: Ic732bd32ccc16fe507b42db211e7d34ddb85b3dd Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/editors/creator-editors.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index 9e285314b8..264d56c629 100644
--- a/doc/src/editors/creator-editors.qdoc
+++ b/doc/src/editors/creator-editors.qdoc
@@ -1806,8 +1806,14 @@
The main.cpp file opens in the editor.
+ \o To move to a line in the file, enter the line number in the locator.
+
\endlist
+ To move directly to a particular line in the document when you open the
+ document, append a plus sign (+) or a colon (:) to the file name in the
+ locator. For example, to open main.cpp to line 41, enter: \c {main.cpp:41}.
+
If the path to a file is very long, it might not fit into the locator
window. To view the full path, press \key Alt when the filename is selected.