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:
Leena Miettinen
2014-07-23 16:19:46 +02:00
parent 54eb6c42c7
commit b0de066759

View File

@@ -42,7 +42,7 @@
between the filename and line number. You can also use a space between the between the filename and line number. You can also use a space between the
separator and the line number. separator and the line number.
For example: For example, on Windows:
\list \list
@@ -54,6 +54,14 @@
\endlist \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 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 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: loads it. Or it looks for a project file in the folder and opens it. For example:
@@ -88,6 +96,16 @@
\li -client \li -client
\li Attempt to connect to an already running instance of \QC. \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 \row
\li -load <plugin> \li -load <plugin>
\li Load the specified plugin. \li Load the specified plugin.
@@ -113,6 +131,11 @@
\li -color <color> \li -color <color>
\li Core plugin: override the selected UI 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 \row
\li -debug <pid> \li -debug <pid>
\li Debugger plugin: attach to the process with the given process ID. \li Debugger plugin: attach to the process with the given process ID.
@@ -146,9 +169,9 @@
and sysroots. and sysroots.
\row \row
\li -wincrashevent <event-handle> \li -wincrashevent <event-handle:pid>
\li Debugger plugin: Attach to crashed processes by using the specified \li Debugger plugin: Attach to crashed processes by using the specified
event handle. event handle and process ID.
\row \row
\li -customwizard-verbose \li -customwizard-verbose
@@ -162,10 +185,6 @@
Open the projects and files that were open when you last exited \QC. Open the projects and files that were open when you last exited \QC.
For more information about managing sessions, see \l{Managing Sessions}. 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 \endtable
\section1 Using Custom Styles \section1 Using Custom Styles