Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c25c3678
Commit
c25c3678
authored
Feb 23, 2011
by
Leena Miettinen
Browse files
Doc: opening files to a specified line from command line
Reviewed-by: Leandro Melo Reviewed-by: dt
parent
adb4ce20
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
c25c3678
...
...
@@ -10315,15 +10315,28 @@
\t
itle Using Command Line Options
You can start Qt Creator and specify some options from the command line.
For example, you can open a file to any line.
To specify command line options, enter the following command in the Qt Creator
installation or build directory:
\c {qtcreator [option] [filename]}
\c {qtcreator [option] [filename[:line_number]]}
\n
ote You can use either a colon (:) or a plus sign (+) as a separator
between the filename and line number. You can also use a space between the
separator and the line number.
For example:
\c {C:\qtcreator-2.1
\b
in>qtcreator -help}
\list
\o \c {C:\qtcreator-2.1
\b
in>qtcreator -help}
\o \c {C:\qtcreator-2.1
\b
in>qtcreator C:\TextFinder
\t
extfinder.cpp:100}
\o \c {C:\qtcreator-2.1
\b
in>qtcreator C:\TextFinder
\t
extfinder.cpp +100}
\endlist
The following table summarizes the available options:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment