Re: [Qt-creator] External tools: linking to line in source code in General Messages output pane

2014-04-16 Thread Ziller Eike
On Apr 16, 2014, at 3:10 PM, André Hartmann wrote: > Hi Alfonso, > >> On a somewhat related topic, is it possible to use ANSI escape codes >> to color-code the output from my external tool in the General Messages >> output pane? > > With this change: https://codereview.qt-project.org/#change,6

Re: [Qt-creator] External tools: linking to line in source code in General Messages output pane

2014-04-16 Thread André Hartmann
Hi Alfonso, > On a somewhat related topic, is it possible to use ANSI escape codes > to color-code the output from my external tool in the General Messages > output pane? With this change: https://codereview.qt-project.org/#change,64183 at least ANSI escape code support for compile and applic

[Qt-creator] External tools: linking to line in source code in General Messages output pane

2014-04-15 Thread achartier
Hi, I have noticed that when a Q_ASSERT statement fails when running an application in Qt Creator, Qt Creator kindly makes a link out of the file/line number where the failure occurred in the Application Output pane. This is very helpful, as one can click on this link and it jumps you to the exact