krasa / GrepConsole

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

Doesn't work with output from Dart? #98

Open bobjackman opened 6 years ago

bobjackman commented 6 years ago

I've played with this for a couple hours today trying to get it to colorize my dart server output logs, but couldn't get it do to anything at all. Is this a known issue, or is there a workaround?

krasa commented 6 years ago

It seems they disabled it: https://github.com/JetBrains/intellij-plugins/blob/58c3ac478f904d453b05200d8dbe247e7d851294/Dart/src/com/jetbrains/lang/dart/ide/runner/server/DartCommandLineRunningState.java#L61

You could create an issue with them.

bobjackman commented 6 years ago

Thank you. Issue created here: https://youtrack.jetbrains.com/issue/WEB-30192

krasa commented 6 years ago

btw "Configure the rules to colorize the console text output (via ANSI color codes)" - ANSI is handled solely by IntelliJ, but there were many issues for particular consoles where they only removed ANSI codes without coloring.

bobjackman commented 6 years ago

Should I change the wording on that?

krasa commented 6 years ago

Well certainly. And I am not sure if you want ANSI coloring or Grep Console to work. That are two separate things.

bobjackman commented 6 years ago

Ah, I understand now. Updated. 😄