forked from qt-creator/qt-creator
Doc: Do not use the term "Output pane" in docs
When necessary, replace it with "view". When possible, rephrase to omit the term. Link to descriptions of the output views. Update screenshots. Change-Id: I80ccd12f5a10f221bbea6de994a15ddd07d20842 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -135,8 +135,8 @@
|
||||
working directory.
|
||||
|
||||
\li In the \uicontrol Output field, select how to handle output from the
|
||||
tool. You can ignore the output, view it in the \uicontrol {General
|
||||
Messages} output pane, or replace the selected text with the
|
||||
tool. You can ignore the output, view it in \l{Viewing Output}
|
||||
{General Messages}, or replace the selected text with the
|
||||
output in the code editor.
|
||||
|
||||
\li In the \uicontrol {Error output} field, select how to handle error
|
||||
|
||||
@@ -227,22 +227,22 @@
|
||||
\li Switch to \uicontrol Help mode
|
||||
\li Ctrl+6
|
||||
\row
|
||||
\li Toggle \uicontrol{Issues} pane
|
||||
\li Toggle \uicontrol{Issues}
|
||||
\li Alt+1 (Cmd+1 on \macos)
|
||||
\row
|
||||
\li Toggle \uicontrol{Search Results} pane
|
||||
\li Toggle \uicontrol{Search Results}
|
||||
\li Alt+2 (Cmd+2 on \macos)
|
||||
\row
|
||||
\li Toggle \uicontrol{Application Output} pane
|
||||
\li Toggle \uicontrol{Application Output}
|
||||
\li Alt+3 (Cmd+3 on \macos)
|
||||
\row
|
||||
\li Toggle \uicontrol{Compile Output} pane
|
||||
\li Toggle \uicontrol{Compile Output}
|
||||
\li Alt+4 (Cmd+4 on \macos)
|
||||
\row
|
||||
\li Toggle other output panes
|
||||
\li Toggle other output views
|
||||
\li Alt+number (Cmd+number on \macos)
|
||||
|
||||
Where the number is the number of the output pane.
|
||||
Where the number is the number of the view.
|
||||
\if defined(qtcreator)
|
||||
\row
|
||||
\li Activate \uicontrol Bookmarks view
|
||||
@@ -255,13 +255,13 @@
|
||||
\li Activate \uicontrol{Open Documents} view
|
||||
\li Alt+O
|
||||
\row
|
||||
\li Maximize output panes
|
||||
\li Maximize output views
|
||||
\li Alt+9
|
||||
\row
|
||||
\li Move to next item in output panes
|
||||
\li Move to next item in output
|
||||
\li F6
|
||||
\row
|
||||
\li Move to previous item in output panes
|
||||
\li Move to previous item in output
|
||||
\li Shift+F6
|
||||
\row
|
||||
\li Activate \uicontrol Projects view
|
||||
|
||||
@@ -332,7 +332,7 @@
|
||||
|
||||
\li In the \uicontrol Tests view, select the tests to run.
|
||||
|
||||
\li In the \uicontrol {Test Results} output pane, select:
|
||||
\li In the \uicontrol {Test Results}, select:
|
||||
|
||||
\list
|
||||
\li \inlineimage icons/run_small.png
|
||||
@@ -437,8 +437,8 @@
|
||||
are omitted by default. To view them, deselect the \uicontrol {Omit internal
|
||||
messages} and \uicontrol {Omit run configuration warnings} check boxes.
|
||||
|
||||
By default, test result output is limited to 100,000 characters. The output
|
||||
pane is automatically scrolled down when new results are added. To display
|
||||
By default, test result output is limited to 100,000 characters. The view
|
||||
is automatically scrolled down when new results are added. To display
|
||||
full results, deselect the \uicontrol {Limit result output} check box.
|
||||
To disable automatic scrolling, deselect the
|
||||
\uicontrol {Automatically scroll results} check box.
|
||||
@@ -598,7 +598,7 @@
|
||||
|
||||
\section1 Viewing Test Output
|
||||
|
||||
The test results are displayed in the \uicontrol {Test Results} output pane
|
||||
The test results are displayed in \l{Viewing Output}{Test Results}
|
||||
in XML format. XML can be parsed more easily and reliably than plain text.
|
||||
|
||||
However, if a Qt test crashes, it might not produce complete XML code that
|
||||
@@ -608,11 +608,11 @@
|
||||
\uicontrol Options > \uicontrol {Testing} > \uicontrol {Qt Test}, and
|
||||
then deselect the \uicontrol {Use XML output} check box. Then select the
|
||||
\inlineimage icons/text.png
|
||||
(\uicontrol {Switch Between Visual and Text Display}) button in the
|
||||
\uicontrol {Test Results} output pane to switch to the text display.
|
||||
(\uicontrol {Switch Between Visual and Text Display}) button in
|
||||
\uicontrol {Test Results} to switch to the text display.
|
||||
|
||||
The following table lists the messages that the \uicontrol {Test Results}
|
||||
output pane displays:
|
||||
The following table lists the messages that \uicontrol {Test Results}
|
||||
displays:
|
||||
|
||||
\table
|
||||
\header
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
\li \l {Move between open files}
|
||||
\li \l {Switch to Edit mode}
|
||||
\li \l {Find a specific setting}
|
||||
\li \l {Open output panes}
|
||||
\li \l {View output}
|
||||
\li \l {Find keyboard shortcuts}
|
||||
\li \l {Run \QC from the command line}
|
||||
\li \l {Show and hide sidebars}
|
||||
@@ -114,13 +114,16 @@
|
||||
To find specific settings in \uicontrol Tools > \uicontrol Options,
|
||||
use the filter located at the top left of the \uicontrol Options dialog box.
|
||||
|
||||
\section1 Open output panes
|
||||
\section1 View output
|
||||
|
||||
The \l{Viewing Output}{output panes} provide a list of errors and warnings
|
||||
encountered during a build, detailed output from the compiler, status of a
|
||||
program when it is executed, debug output, and search results.
|
||||
The \l{Viewing Output}{taskbar} provides different views to output from
|
||||
several sources, such as a list of errors and warnings encountered during
|
||||
a build, detailed output from the compiler, status of a program when it is
|
||||
executed, debug output, or search results.
|
||||
|
||||
To open output panes, use the following shortcuts:
|
||||
\image qtcreator-output-panes-taskbar.png "Output on the taskbar"
|
||||
|
||||
To view different types of output, use the following shortcuts:
|
||||
|
||||
\list
|
||||
|
||||
@@ -134,7 +137,7 @@
|
||||
|
||||
\endlist
|
||||
|
||||
For additional ways to open all output panes, see \l{Viewing Output}.
|
||||
For additional ways to view other types of output, see \l{Viewing Output}.
|
||||
|
||||
\section1 Find keyboard shortcuts
|
||||
|
||||
|
||||
@@ -34,11 +34,11 @@
|
||||
\page creator-task-lists.html
|
||||
\nextpage creator-logging-viewer.html
|
||||
|
||||
\title Showing Task List Files in Issues Pane
|
||||
\title Showing Task List Files in Issues
|
||||
|
||||
You can use code scanning and analysis tools to examine source code. These
|
||||
tools report issues for you to fix. \QC enables you to load lists of
|
||||
issues into the \uicontrol Issues pane for easier navigation.
|
||||
issues into \l Issues for easier navigation.
|
||||
|
||||
\QC expects tasks to be defined in a simple line-based file format that is
|
||||
easy to generate using scripts. The scripts can either convert reports from
|
||||
@@ -49,13 +49,13 @@
|
||||
|
||||
\section1 Managing Task List Entries
|
||||
|
||||
To open task list files in the \uicontrol Issues pane, choose \uicontrol File >
|
||||
To open task list files in \uicontrol Issues, choose \uicontrol File >
|
||||
\uicontrol Open. Right-click a task list entry to open a context menu that
|
||||
contains commands for managing the entry. You can copy or remove task list
|
||||
entries or navigate to the corresponding source code.
|
||||
|
||||
\QC monitors the loaded files and displays the changes in the \uicontrol Issues
|
||||
pane. To keep the current entries in a task list, but stop checking for
|
||||
\QC monitors the loaded files and displays the changes in \uicontrol Issues.
|
||||
To keep the current entries in a task list, but stop checking for
|
||||
changes, select \uicontrol {Stop Monitoring}.
|
||||
|
||||
\section1 Task List File Format
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
|
||||
\b {On Unix (Linux and \macos):} \c qDebug() and related functions use
|
||||
the standard output and error output. When you run or debug the
|
||||
application, you can view the output in the \uicontrol{Application Output} pane.
|
||||
application, you can view the output in \l{Application Output}.
|
||||
|
||||
For console applications that require input, select \uicontrol Projects >
|
||||
\uicontrol {Run Settings} > \uicontrol {Run in terminal}. To specify the
|
||||
@@ -287,9 +287,9 @@
|
||||
\uicontrol {Run in terminal} for console applications.
|
||||
|
||||
For GUI applications, \c qDebug() and related functions use the Windows API
|
||||
function \c OutputDebugString(). The output is displayed in the
|
||||
\uicontrol{Application Output} pane. However, only one output pane tab may be
|
||||
open at a time or the output is not displayed correctly. You can use an
|
||||
function \c OutputDebugString(). The output is displayed in
|
||||
\uicontrol{Application Output}. However, \QC can show output from only one
|
||||
source at the time for it to be displayed correctly. You can use an
|
||||
external debug output viewer, such as the
|
||||
\l{https://technet.microsoft.com/en-us/sysinternals/bb896647}
|
||||
{DebugView for Windows} to display output from GUI applications.
|
||||
|
||||
Reference in New Issue
Block a user