Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure Grep Console for Intellij

I installed plugin for colorful console output for Intellij - Grep Console

I configured it for good looking.

But I have some trouble for configuring output for Exceptions.

It filled only some part of thrown exception:

enter image description here

Here how looks configuration for this plugin:

enter image description here

It uses next regular expression for Exception:

[Exception].*

How to include rest part of thrown exception with regular expression?

like image 644
catch23 Avatar asked Jun 26 '14 12:06

catch23


1 Answers

Tick Enable multiline output to color, also following lines which do not contain Exception.

like image 93
Meo Avatar answered Sep 30 '22 21:09

Meo