forked from qt-creator/qt-creator
Doc: Update info about sidebar views and output panes
Add icons for toolbar buttons. Task-number: QTCREATORBUG-26278 Change-Id: I92f34775142ebba0489944f90fb956494d0a3174 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.2 KiB |
@@ -35,13 +35,8 @@
|
|||||||
\image qtcreator-open-documents-view.png "Open Documents view"
|
\image qtcreator-open-documents-view.png "Open Documents view"
|
||||||
|
|
||||||
You can use the context menu to apply some of the functions also available
|
You can use the context menu to apply some of the functions also available
|
||||||
in the \uicontrol File menu
|
in the \uicontrol File menu and in the \l {File System Context Menu}
|
||||||
\if defined(qtcreator)
|
{File System} view to the file that is selected in the view.
|
||||||
.
|
|
||||||
\else
|
|
||||||
and in the \l {File System Context Menu} {File System} view to the file
|
|
||||||
that is selected in the view.
|
|
||||||
\endif
|
|
||||||
|
|
||||||
In addition, you can:
|
In addition, you can:
|
||||||
|
|
||||||
|
@@ -293,6 +293,7 @@
|
|||||||
style.
|
style.
|
||||||
\endif
|
\endif
|
||||||
|
|
||||||
|
|
||||||
You can use \QC in the following modes:
|
You can use \QC in the following modes:
|
||||||
|
|
||||||
\list
|
\list
|
||||||
@@ -487,8 +488,8 @@
|
|||||||
|
|
||||||
The pane filters out irrelevant output from the build tools and presents the
|
The pane filters out irrelevant output from the build tools and presents the
|
||||||
issues in an organized way. To further filter the output by type, select
|
issues in an organized way. To further filter the output by type, select
|
||||||
\uicontrol {Filter Tree}
|
\inlineimage filtericon.png
|
||||||
and then select a filter.
|
(\uicontrol {Filter Tree}) and then select a filter.
|
||||||
|
|
||||||
\image qtcreator-issues.png "Issues output pane"
|
\image qtcreator-issues.png "Issues output pane"
|
||||||
|
|
||||||
@@ -550,9 +551,10 @@
|
|||||||
|
|
||||||
To specify settings for displaying application output, select
|
To specify settings for displaying application output, select
|
||||||
\uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} >
|
\uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} >
|
||||||
\uicontrol {Application Output}, or click the \uicontrol {Open Settings Page}
|
\uicontrol {Application Output}, or click the \inlineimage settings.png
|
||||||
button. You can select whether to open the \uicontrol{Application Output} pane
|
(\uicontrol {Open Settings Page}) button. You can select whether to open
|
||||||
on output when running or debugging applications, to clear old output on a new run,
|
the \uicontrol{Application Output} pane on output when running or debugging
|
||||||
|
applications, to clear old output on a new run,
|
||||||
to word-wrap output, and to limit output to the specified number of lines.
|
to word-wrap output, and to limit output to the specified number of lines.
|
||||||
|
|
||||||
\section1 Compile Output
|
\section1 Compile Output
|
||||||
@@ -575,8 +577,8 @@
|
|||||||
In the \uicontrol {Limit output to} field, you can specify the maximum
|
In the \uicontrol {Limit output to} field, you can specify the maximum
|
||||||
amount of build output lines to display in the pane.
|
amount of build output lines to display in the pane.
|
||||||
|
|
||||||
You can also reach the options page by clicking the \uicontrol {Open Settings Page}
|
You can also reach the options page by clicking \inlineimage settings.png
|
||||||
button.
|
(\uicontrol {Open Settings Page}).
|
||||||
|
|
||||||
To copy the output from the pane to the clipboard, select
|
To copy the output from the pane to the clipboard, select
|
||||||
\uicontrol {Select All} in the context menu, and then select
|
\uicontrol {Select All} in the context menu, and then select
|
||||||
|
@@ -97,12 +97,14 @@
|
|||||||
|
|
||||||
\list
|
\list
|
||||||
\li To see a complete list of all bindings, select
|
\li To see a complete list of all bindings, select
|
||||||
\uicontrol {Filter Tree} > \uicontrol {Show All Bindings}.
|
\inlineimage filtericon.png
|
||||||
|
(\uicontrol {Filter Tree}) > \uicontrol {Show All Bindings}.
|
||||||
\li To sort types or symbols alphabetically, select
|
\li To sort types or symbols alphabetically, select
|
||||||
\inlineimage sort_alphabetically.png
|
\inlineimage sort_alphabetically.png
|
||||||
(\uicontrol {Sort Alphabetically}).
|
(\uicontrol {Sort Alphabetically}).
|
||||||
\li To stop the synchronization with the type or symbol selected in the
|
\li To stop the synchronization with the type or symbol selected in the
|
||||||
editor, deselect \uicontrol {Synchronize with Editor}.
|
editor, deselect \inlineimage linkicon.png
|
||||||
|
(\uicontrol {Synchronize with Editor}).
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\section1 Viewing the Class Hierarchy
|
\section1 Viewing the Class Hierarchy
|
||||||
@@ -144,5 +146,6 @@
|
|||||||
\image qtcreator-include-hierarchy-view.png "Include Hierarchy view"
|
\image qtcreator-include-hierarchy-view.png "Include Hierarchy view"
|
||||||
|
|
||||||
To keep the view synchronized with the file currently opened in the editor,
|
To keep the view synchronized with the file currently opened in the editor,
|
||||||
select \uicontrol {Synchronize with Editor}.
|
select \inlineimage linkicon.png
|
||||||
|
(\uicontrol {Synchronize with Editor}).
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user