GrepConsole icon indicating copy to clipboard operation
GrepConsole copied to clipboard

Doesn't work with output from Dart?

Open bobjackman opened this issue 7 years ago • 6 comments
trafficstars

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?

bobjackman avatar Nov 30 '17 21:11 bobjackman

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.

krasa avatar Dec 08 '17 01:12 krasa

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

bobjackman avatar Dec 08 '17 18:12 bobjackman

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.

krasa avatar Dec 08 '17 19:12 krasa

Should I change the wording on that?

bobjackman avatar Dec 08 '17 21:12 bobjackman

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

krasa avatar Dec 08 '17 21:12 krasa

Ah, I understand now. Updated. 😄

bobjackman avatar Dec 08 '17 21:12 bobjackman