aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-05-15 15:31:55 +0200
committerEike Ziller <eike.ziller@qt.io>2017-05-15 15:31:55 +0200
commit64b19af7dd28f6c02588c977af9ce10441b28a3f (patch)
treeb78685ec58c633b652fa8f493e225152c2afd170 /doc
parent36c8227cafb58a97b28aadb12c14218337da9c64 (diff)
parent02d2b36ce7fcba99829c28325b803e07bb8b14b2 (diff)
Merge remote-tracking branch 'origin/4.3'
Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri Change-Id: I6d89ea588de955f5d878500b59285d3adde6c77d
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-todo-options.pngbin0 -> 13161 bytes
-rw-r--r--doc/images/qtcreator-todo-pane.pngbin13690 -> 35561 bytes
-rw-r--r--doc/src/howto/creator-ui.qdoc28
3 files changed, 20 insertions, 8 deletions
diff --git a/doc/images/qtcreator-todo-options.png b/doc/images/qtcreator-todo-options.png
new file mode 100644
index 0000000000..acf1a1ee90
--- /dev/null
+++ b/doc/images/qtcreator-todo-options.png
Binary files differ
diff --git a/doc/images/qtcreator-todo-pane.png b/doc/images/qtcreator-todo-pane.png
index 73908e1538..eed8e3deba 100644
--- a/doc/images/qtcreator-todo-pane.png
+++ b/doc/images/qtcreator-todo-pane.png
Binary files differ
diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc
index f00a025aad..71e197e8d8 100644
--- a/doc/src/howto/creator-ui.qdoc
+++ b/doc/src/howto/creator-ui.qdoc
@@ -504,20 +504,32 @@
\section2 To-Do Entries
The \uicontrol {To-Do Entries} pane lists the BUG, FIXME, NOTE, TODO, and
- WARNING keywords from the current file or from all project files. The
- keywords are organized into information, warning, and error categories.
+ WARNING keywords from the current file, from all project files, or from a
+ subproject. Click the icons on the toolbar to show only the selected
+ keywords.
\image qtcreator-todo-pane.png
To add keywords, select \uicontrol Tools > \uicontrol Options >
- \uicontrol {To-Do} > \uicontrol Add.
- Set an icon and a line background color for the keyword. To change the icons
- and colors set for an existing keyword, select \uicontrol Edit.
+ \uicontrol {To-Do} > \uicontrol Add. Set an icon and a line background color
+ for the keyword.
- To determine whether the keywords in the whole project or in the current
- file are displayed by default, select \uicontrol {Scanning scope}.
+ \image qtcreator-todo-options.png
- To exclude files from scanning, select \uicontrol {To-Do} in the
+ To change the icon and line background color of the selected keyword, select
+ \uicontrol Edit.
+
+ To remove the selected keyword, select \uicontrol Remove.
+
+ To reset the list to predefined keywords, select \uicontrol Reset. All your
+ changes will be permanently lost.
+
+ To determine whether the keywords in the whole project, in the current file,
+ or in a subproject are displayed by default, select the appropriate option
+ in the \uicontrol {Scanning scope} group.
+
+ To exclude files from scanning, select \uicontrol {Project Settings} >
+ \uicontrol {To-Do} in the
\uicontrol Projects mode. Select \uicontrol Add and enter a regular
expression that matches the path to files to exclude. Use a forward slash
(/) as a separator in the path also on Windows.