krasa / GrepConsole

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

[bug] Can not hightlight the console ouput of Flutter on Android Studio 4.2 which publish on 30 Apr 2021. #195

Closed Guang1234567 closed 3 years ago

Guang1234567 commented 3 years ago

Describe the bug

Can not hightlight the console ouput of Flutter on Android Studio 4.2 which publish on 30 Apr 2021.

To Reproduce Steps to reproduce the behavior:

  1. install Android Studio 4.2 on macOS
  2. install flutter plugin
  3. install GrepConsole plugin
  4. create a flutter helloworld project
  5. run it
  6. see console, see error (can not hightlight)

Expected behavior Work as Android Studio 4.1.3

Thanks.

krasa commented 3 years ago

180

Guang1234567 commented 3 years ago

last working version with android studio 4.2 :

https://plugins.jetbrains.com/plugin/7125-grep-console/versions/stable/84802

krasa commented 3 years ago

Ok, but it is a flutter issue.

krasa commented 3 years ago

Wait, I will try it.

krasa commented 3 years ago

It seems that I removed a workaround that flutter needed :( I do not remember why, I will add it back,

Guang1234567 commented 3 years ago

@krasa

thanks your great job, Y(^o^)Y !

And it seems working now for android studio 4.2 with flutter.

image