Qt Creator grep Application Output
Unsolved
Qt Creator and other tools
-
Is it possible to set some regular expression on "Application Output" windows then running application ?
In many lines of application output it will be very useful@abarmotov
No, I don't know of any integrated way to do that. You could copy the contents to a file and do agrep
, or other regex matching on it.Kind regards.
-
Hi,
Do you want to filter the output or find something in it ?
-
AFAIK, it's not something implemented but you could make a feature request for that.
Note that you can also make use of Qt's categorized logging to ease such a task.