> the heuristics to detect file names & lines are in QtOutputFormatter > ($CREATORDIR/src/plugins/qtsupport/qtoutputformatter.cpp). E.g. the > connect statement is catched by a regular expression 'Object::.*in > (.*:\\d+)', and if you keep to exactly this regular expression your > file/line columns should also be clickable. Note though that this is an > implementation detail, and might break without further warning in future > versions. The regexp are conservative in that they only try to catch QObject output, you could also file a feature request to make them more greedy.
daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
