summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-06-16 14:10:02 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-06-16 15:54:21 +0200
commitc408285b9055fc821e843cbdcd0ed45d9ade479a (patch)
tree9ee9524b27b0b10ee20a9450cf09b81dcba95b48 /doc
parent6175fb4ff2441794dba3b0cc3e06834a5fafb2d0 (diff)
downloadqt-creator-c408285b9055fc821e843cbdcd0ed45d9ade479a.tar.gz
Doc: new context menu options in Issues output pane
Add docs for Get Help Online and Show Output. Change-Id: I4668c0727a36a1529d28b36d0361922f7acb3083 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-ui.qdoc11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc
index 4cc2308593..0843aadd0d 100644
--- a/doc/src/howto/creator-ui.qdoc
+++ b/doc/src/howto/creator-ui.qdoc
@@ -331,14 +331,19 @@
\image qtcreator-build-issues.png
- Right-clicking on a line brings up a context menu with options to remove a line, copy
- its contents, or to show a version control annotation view of the line
- that causes the error message.
+ Right-clicking on a line brings up a context menu with actions that you can
+ apply to the contents of the line. You can remove a line, copy its contents
+ to the clipboard, or search the Internet for a solution using the contents
+ of the line as search criteria. In addition, you can show a version control
+ annotation view of the line that causes the error message.
To navigate to the corresponding source code, click an issue or
select \gui {Show in Editor} in the context menu. The entry must contain the
name of the file where the issue was found.
+ To view more information about an issue in the \gui {Compile Output} pane,
+ select \gui {Show Output} in the context menu.
+
To jump from one issue to the next or previous one, press \key F6 and
\key Shift+F6.