aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/qtcreator/images/qtcreator-custom-parser-list.pngbin0 -> 14402 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-custom-parser.pngbin3597 -> 3857 bytes
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-custom-output-parser.qdoc19
3 files changed, 17 insertions, 2 deletions
diff --git a/doc/qtcreator/images/qtcreator-custom-parser-list.png b/doc/qtcreator/images/qtcreator-custom-parser-list.png
new file mode 100644
index 0000000000..5446372e66
--- /dev/null
+++ b/doc/qtcreator/images/qtcreator-custom-parser-list.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-custom-parser.png b/doc/qtcreator/images/qtcreator-custom-parser.png
index fbc344518c..0b25f92972 100644
--- a/doc/qtcreator/images/qtcreator-custom-parser.png
+++ b/doc/qtcreator/images/qtcreator-custom-parser.png
Binary files differ
diff --git a/doc/qtcreator/src/projects/creator-only/creator-custom-output-parser.qdoc b/doc/qtcreator/src/projects/creator-only/creator-custom-output-parser.qdoc
index a4ed650454..fd49fe581b 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-custom-output-parser.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-custom-output-parser.qdoc
@@ -34,6 +34,17 @@
and warning patterns that you specify and create entries
for found patterns in the \uicontrol Issues output pane.
+ To view or add custom output parsers, select
+ \uicontrol Tools > \uicontrol Options >
+ \uicontrol {Build & Run} > \uicontrol {Custom Output Parsers}.
+
+ \image qtcreator-custom-parser-list.png
+
+ To edit the settings of a custom output parser, select it in the list, and
+ then select \uicontrol Edit.
+
+ To remove the selected parser, select \uicontrol Remove.
+
You can activate custom output parsers in the
\uicontrol {Custom Output Parsers} section of
the \uicontrol Build and \uicontrol Run settings,
@@ -69,6 +80,10 @@
\li In the \uicontrol {Test} group, you can test how the message that
you enter in the \uicontrol {Error message} field is matched when
using the current settings.
+ \li Select \uicontrol OK to add the parser to the list of parsers
+ and return to the \uicontrol {Custom Output Parsers} tab.
+ \li Double-click the parser name to change it to something more
+ descriptive than the default value.
\endlist
\section1 Activating Custom Output Parsers
@@ -76,12 +91,12 @@
\image qtcreator-custom-parser.png
To activate a custom output parser in the \uicontrol Build or
- \uicontrol Run setting of a project:
+ \uicontrol Run settings of a project:
\list 1
\li In the \uicontrol {Custom Output Parsers} section, select
\uicontrol Details.
- \li Select custom parsers to activate them for buildin or running
+ \li Select custom parsers to activate them for building or running
the project.
\endlist
*/