Filter for error lines in Run output?
Hi,
I'd like to be able to have IDEA monitor the output of a Run configuration, and highlight javac-style error lines (filename:line) with links to the line. Is this possible? I seem to recall seeing something about customisable output filters but now I can't find it.
Cheers,
Colin
请先登录再写评论。
Anyone? Anyone at all?
You may need to file a Jira request. They have filtering for application server output.
dunno about filters, but if you happen to be using log4j, you can use following pattern to make links clickable:
<param name="ConversionPattern" value="%-5p - - at %c.%M(%F:%L)%n"/>
not production friendly though ;)
Message was edited by: fixed typo
M. J. Milicevic
null
Thanks for the tip. Unfortunately I can't use that for javac output. Can anyone from Jetbrains comment on whether this is possible?
Thanks,
Colin
Hello Colin,
It is easy to write a corresponding plugin. If you would like to do it I'll
help you :)
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
That's an awesome tip!! Worthy of adding as a tip of the day to IDEA in my oh so humble opinion. So I created a JIRA for it: http://www.jetbrains.net/jira/browse/IDEA-16286 (attributing credit for the tip to M. J.).