krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
436 stars 57 forks source link

Python traceback dump is not colored #166

Closed jacopsd closed 4 years ago

jacopsd commented 4 years ago

Describe the bug Python traceback dump is not colored

To Reproduce Steps to reproduce the behavior:

  1. Have lines with .*ERROR.* case insensitive marked in RED
  2. Run a program which logs an ERROR
  3. Program also has a python traceback dump containing 'TypeError'

Expected behavior Expect the python traceback dump to be colored red just like the log entries are.

Screenshots See screenshot: log entry ERROR is marked red, but python traceback containing 'TypeError' is not marked red.

image

krasa commented 4 years ago

works for me, post the traceback image

jacopsd commented 4 years ago

Did you actually cause a type error, or just copy my code? Difference could be that my type error comes from stderr and the other strings from stdout?

krasa commented 4 years ago

still works fine image

krasa commented 4 years ago

maybe a particular run configuration behaves differently?

jacopsd commented 4 years ago

I just tried it on a different computer with default settings of the plugin, and indeed it works fine there. I will figure out the differences. You can close this ticket. Thank you for your help.