[Qt-creator] About ANSI color support for Qt-creator output panel

Xiaofeng Wu djangowu at gmail.com
Sun Dec 28 17:46:07 CET 2014


Just tried your solution, it works now.

Thanks,
Xiaofeng

On Sun, Dec 28, 2014 at 11:43 AM, Orgad Shaneh <orgads at gmail.com> wrote:

> On Sun, Dec 28, 2014 at 5:35 PM, Xiaofeng Wu <djangowu at gmail.com> wrote:
>
>> Can I make a slight modification to the code to fixed the problem?
>>
>> Thanks
>> Xiaofeng
>>
>>
> A real solution is not that simple. I started
> <https://codereview.qt-project.org/102661> to work on it, but it requires
> some design...
>
> If you want a workaround, and you don't care about links in the
> application output, in desktopqmakerunconfiguration.cpp replace line 578:
>
>     return new QtSupport::QtOutputFormatter(target()->project());
>
> with
>
>     return new OutputFormatter;
>
> - Orgad
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20141228/cf9ffe90/attachment.html>


More information about the Qt-creator mailing list