From 0e80e4c12871a658b59cab85ba9bae74ace0d8cc Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 10 Jul 2015 12:17:54 +0200 Subject: [PATCH] Doc: locating columns on lines in the locator Change-Id: I810abe065ae5b58b3793adc9445b34e8a656b721 Reviewed-by: Eike Ziller --- doc/src/editors/creator-editors.qdoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index 65077f56d53..22e93118fb5 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -2408,9 +2408,10 @@ \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}. + To move directly to a particular line and column in the document when you + open the document, append them to the file name in the locator, separated by + plus signs (+) or colons (:). For example, to open main.cpp to line 41 and + column 2, enter: \c {main.cpp:41:2}. 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 @@ -2451,7 +2452,7 @@ \li Locating symbols in the current document (\c {.}) \li Locating a specific line and column in the document displayed in - your editor (\c {l}) + your editor (\c {l :}) \li Opening help topics, including Qt documentation (\c {?})