[Qt-creator] Clicking on Fortran issues in Issues tab does not open the file in editor
Goran Žauhar
GZ at ticra.com
Mon Aug 30 09:29:59 CEST 2021
On Sun, 2021-08-22 at 19:06 +0000, Goran Žauhar via Qt-creator wrote:
> Hi there!
>
> I have application written in Fortran and C++. CMake and ninja are
> used
> for compiling. Fortran compiler is Intel Fortran (ifort).
>
> I use QtCreator for development and I am very happy with the setup
> but
> I have one annoying issue with QtCreator: ifort warnings/errors are
> present in Issues tab but clicking on them does not open the file in
> editor.
>
> C++ issues in Issues tab work as expected - clicking on them does
> indeed open the file in editor and the cursor is positioned in the
> line
> with the error/warning.
>
> I have experimented with Custom Output parsers but without any luck.
>
> I have attached the screenshot of the Issues tab, Compiler Output tab
> and Error dialog.
>
> Can I somehow configure QtCreator to overcome this or is it issue
> with
> how QtCreator parses compiler output?
>
> Thank you,
> /Goran
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> https://lists.qt-project.org/listinfo/qt-creator
To answer my own question ... In the meantime I upgraded to QtCreator 5
where the reported issue has been fixed.
With custom output parsers properly set up, errors/warnings reported by
ifort are correctly displayed in Issues tab. Clicking on issues works
as expected.
Thank you!
/Goran
More information about the Qt-creator
mailing list