On 20.09.2013 13:30, Witold E Wolski wrote: > How do I redirect the output of an external tool (in my case cppcheck) > into an issues pane > so I can work through the errors similarily to compiler warnings.
You can't do that directly, sorry. What you can do though is to generate a .tasks file from the output (simple tab-separated format, it is even documented in the manual;-). The tasklist plugin can load such a file via File->Open File or Project and will put it the entries into the Build Issues view. Best Regards, Tobias -- Tobias Hunger, Senior Software Engineer - Digia, Qt Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Anja Wasenius Sitz der Gesellschaft: Berlin. USt-IdNr: DE 286 306 868 Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
