Doc: locating columns on lines in the locator

Change-Id: I810abe065ae5b58b3793adc9445b34e8a656b721
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2015-07-10 12:17:54 +02:00
parent 397c5c10f8
commit 0e80e4c128

View File

@@ -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 <line_number>:<column_number>})
\li Opening help topics, including Qt documentation (\c {?})