forked from qt-creator/qt-creator
Doc: Describe applying context menu actions to multiple issues
...in the Issues pane. Task-number: QTCREATORBUG-26610 Change-Id: I5ad148b7f8e1696aa0f3b494f05b068df9d2210d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
** Copyright (C) 2021 The Qt Company Ltd.
|
** Copyright (C) 2022 The Qt Company Ltd.
|
||||||
** Contact: https://www.qt.io/licensing/
|
** Contact: https://www.qt.io/licensing/
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Creator documentation.
|
** This file is part of the Qt Creator documentation.
|
||||||
@@ -508,10 +508,10 @@
|
|||||||
|
|
||||||
\image qtcreator-issues.png "Issues output pane"
|
\image qtcreator-issues.png "Issues output pane"
|
||||||
|
|
||||||
Right-clicking on a line brings up a context menu with actions that you can
|
Select one or several lines to apply context-menu actions to their contents.
|
||||||
apply to the contents of the line. You can remove a line, copy its contents
|
You can remove the selected lines or copy their contents to the clipboard.
|
||||||
to the clipboard, or search the Internet for a solution using the contents
|
For single lines, you can search the Internet for a solution using the
|
||||||
of the line as search criteria. In addition, you can show a version control
|
contents of the line as search criteria or open a version control
|
||||||
annotation view of the line that causes the error message.
|
annotation view of the line that causes the error message.
|
||||||
|
|
||||||
To navigate to the corresponding source code, click an issue or
|
To navigate to the corresponding source code, click an issue or
|
||||||
|
Reference in New Issue
Block a user