From 501e7c2fddec6b93e273dadcac389cd8c934cf00 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 11 Aug 2020 13:06:08 +0200 Subject: Doc: Describe changing the name of a custom output parser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5980f993f831de60910bea3986c2a01cdaed2dbb Reviewed-by: André Hartmann Reviewed-by: Christian Kandeler --- .../images/qtcreator-custom-parser-list.png | Bin 0 -> 14402 bytes doc/qtcreator/images/qtcreator-custom-parser.png | Bin 3597 -> 3857 bytes .../creator-only/creator-custom-output-parser.qdoc | 19 +++++++++++++++++-- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 doc/qtcreator/images/qtcreator-custom-parser-list.png 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 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-custom-parser-list.png differ diff --git a/doc/qtcreator/images/qtcreator-custom-parser.png b/doc/qtcreator/images/qtcreator-custom-parser.png index fbc344518c..0b25f92972 100644 Binary files a/doc/qtcreator/images/qtcreator-custom-parser.png and b/doc/qtcreator/images/qtcreator-custom-parser.png 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 */ -- cgit v1.2.3