forked from qt-creator/qt-creator
Doc: add missing CLI options
Move -block up to keep general options together. Add example of running Qt Creator from the command line on OS X. Change-Id: Id9b6fcfa42d99dbb5a0df10d1d5dbfe0b73b5c48 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
between the filename and line number. You can also use a space between the
|
||||
separator and the line number.
|
||||
|
||||
For example:
|
||||
For example, on Windows:
|
||||
|
||||
\list
|
||||
|
||||
@@ -54,6 +54,14 @@
|
||||
|
||||
\endlist
|
||||
|
||||
On OS X:
|
||||
|
||||
\list
|
||||
|
||||
\li \c {Qt Creator.app/Contents/MacOS/Qt Creator -help}
|
||||
|
||||
\endlist
|
||||
|
||||
To open a project that is located in a particular folder, you can pass on the folder
|
||||
name as a command line argument. \QC looks for a session that matches the folder name and
|
||||
loads it. Or it looks for a project file in the folder and opens it. For example:
|
||||
@@ -88,6 +96,16 @@
|
||||
\li -client
|
||||
\li Attempt to connect to an already running instance of \QC.
|
||||
|
||||
\row
|
||||
\li -pid
|
||||
\li Attempt to connect to an already running instance of \QC with
|
||||
the specified process ID.
|
||||
|
||||
\row
|
||||
\li -block
|
||||
\li Open files in editors in a running \QC instance and block the
|
||||
command line until the first editor is closed.
|
||||
|
||||
\row
|
||||
\li -load <plugin>
|
||||
\li Load the specified plugin.
|
||||
@@ -113,6 +131,11 @@
|
||||
\li -color <color>
|
||||
\li Core plugin: override the selected UI color.
|
||||
|
||||
\row
|
||||
\li -presentationMode
|
||||
\li Core plugin: display keyboard shortcuts as popups when you
|
||||
press them. Mostly useful when presenting \QC to someone else.
|
||||
|
||||
\row
|
||||
\li -debug <pid>
|
||||
\li Debugger plugin: attach to the process with the given process ID.
|
||||
@@ -146,9 +169,9 @@
|
||||
and sysroots.
|
||||
|
||||
\row
|
||||
\li -wincrashevent <event-handle>
|
||||
\li -wincrashevent <event-handle:pid>
|
||||
\li Debugger plugin: Attach to crashed processes by using the specified
|
||||
event handle.
|
||||
event handle and process ID.
|
||||
|
||||
\row
|
||||
\li -customwizard-verbose
|
||||
@@ -162,10 +185,6 @@
|
||||
Open the projects and files that were open when you last exited \QC.
|
||||
For more information about managing sessions, see \l{Managing Sessions}.
|
||||
|
||||
\row
|
||||
\li -block
|
||||
\li Open files in editors in a running \QC instance and block the
|
||||
command line until the first editor is closed.
|
||||
\endtable
|
||||
|
||||
\section1 Using Custom Styles
|
||||
|
||||
Reference in New Issue
Block a user