Re: [Qt-creator] Has anyone got the new custom parsers running?

2020-08-07 Thread André Hartmann
Hi Christian, I'm feeling stupid now... I totally missed the fact that the parser needs to be enabled in the projects Run settings - which totally makes sense. You already have a hint there where to configure the parsers, however having a hint in the reverse direction would have helped:

Re: [Qt-creator] Has anyone got the new custom parsers running?

2020-08-07 Thread Christian Stenger
Hi Andre, I had a similar issue...: you have custom output parsers on the build *and* on the run settings of a project. I had added them only to the build settings and wondered as well.. Enabling them on the run settings helped here.. BR, Christian

Re: [Qt-creator] Has anyone got the new custom parsers running?

2020-08-07 Thread Christian Kandeler
On Fri, 7 Aug 2020 14:02:06 +0200 André Hartmann wrote: > I've created a project with a main.cpp like that: > > #include > > int main() > { > printf("main.cpp:5: Hello World\n"); > return 0; > } > > Running that gives me the following Application Output: > > 13:49:52: Starting

Re: [Qt-creator] Has anyone got the new custom parsers running?

2020-08-07 Thread André Hartmann
Hi Christian, thanks for your answer. Ok, here's what I did. I've created a project with a main.cpp like that: #include int main() { printf("main.cpp:5: Hello World\n"); return 0; } Running that gives me the following Application Output: 13:49:52: Starting

Re: [Qt-creator] QC 4.13 beta 2 Win10 online installer also installs Qt 5.15.1 docs

2020-08-07 Thread Nikos Chantziaras
On 04/08/2020 12:23, Marco Piccolino wrote: Hello, installing QC 4.13 beta 2 on Windows 10 online installer seems to also installs Qt 5.15.1 docs. Just wanted to mention that for the final release. Run the maintenance tool with "--show-virtual-components" to see which package actually

Re: [Qt-creator] Has anyone got the new custom parsers running?

2020-08-07 Thread Christian Kandeler
On Fri, 7 Aug 2020 09:01:25 +0200 André Hartmann wrote: > To my understanding, I can use the parsers to catch patterns in the > Compile and Application output and bring them to the Issues tab. Correct. > However, I didn't manage to do that with Qt Creator 4.13-rc2 (from > Online Installer),

[Qt-creator] Has anyone got the new custom parsers running?

2020-08-07 Thread André Hartmann
Hi all, I wanted to try the custom parsers in the Build & Run section. To my understanding, I can use the parsers to catch patterns in the Compile and Application output and bring them to the Issues tab. However, I didn't manage to do that with Qt Creator 4.13-rc2 (from Online Installer),