From c408285b9055fc821e843cbdcd0ed45d9ade479a Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 16 Jun 2014 14:10:02 +0200 Subject: [PATCH] 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 --- doc/src/howto/creator-ui.qdoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc index 4cc23085932..0843aadd0dc 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.