Console line max characters.

Hi, I'm trying to write plugin for formatting (change) console output.

In console may appear very long lines (xml logs) - even 20 000 characters in one line which I want to parse and print in short formatted version.

I use com.intellij.execution.filters.InputFilter interface but in method applyFilter, I receive part of line (something about 8000 characters) and I need whole line to parse xml log. Is there any way to receive whole line? Maybe there is any properties to achieve this?

 

0

请先登录再写评论。