[Qt-creator] About ANSI color support for Qt-creator output panel
Orgad Shaneh
orgads at gmail.com
Sun Dec 28 17:43:33 CET 2014
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/8ff9086c/attachment.html>
More information about the Qt-creator
mailing list