krasa / GrepConsole

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

"Grep" menu item disabled in RunDashboard #154

Closed waypoint100 closed 4 years ago

waypoint100 commented 4 years ago

image

It works fine in regular "Run" or "Debug" windows, but not in "Run Dashboard"

IntelliJ IDEA 2019.1.3 (Community Edition) Build #IC-191.7479.19, built on May 27, 2019 JRE: 1.8.0_202-release-1483-b58 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.14.2

krasa commented 4 years ago

What is RunDashboard - how do you get it?

waypoint100 commented 4 years ago

It's one of the new features in Intellij IDEA (not sure about other products like PyCharm): image

It's some sort of nice way to accumulate all "Run" and "Debug" windows in one tab. It was added half a year or so ago.

waypoint100 commented 4 years ago

p.s. colorer works fine in Run Dashboard, it's just "Grep" disabled for some reason: image

krasa commented 4 years ago

Works fine in 2019.3, if it is the same as Services.

image

waypoint100 commented 4 years ago

yep, looks like it's working in 2019.3, only older versions were affected