krasa / GrepConsole

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

PyCharm - GrepConsole Settings Missing From RunConfig Dialog #183

Open paxbit opened 3 years ago

paxbit commented 3 years ago

Description When using PyCharm the GrepConsole profile settings seem to be absent in the run configuration dialog. The whole tab is missing. I understand how it's supposed to look when I switch over to IDEA. However in PyCharm it only shows the tabs Configuration and Logs. The plugin itself is working in the console window and its config button is also there.

To Reproduce Steps to reproduce the behavior:

  1. In PyCharm, create a Python, or any other type of run config.
  2. The GrepConsole tab is missing from the run config settings pane.

Expected behavior When GrepConsole is installed and working in the console window while also offering me to enable/disable run config profile integration and multiple profiles creation I'd expect to be able to actually assign those profiles to a run config via a dedicated tab on its settings pane.

Screenshots image-1610022287500

Environment : PyCharm 2020.3 (Professional Edition) Build #PY-203.5981.165, built on January 7, 2021 Runtime version: 11.0.9+11-b1145.21 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Linux 5.4.0-4-amd64 GC: ParNew, ConcurrentMarkSweep Memory: 1092M Cores: 4 Registry: debugger.watches.in.variables=false Non-Bundled Plugins: GrepConsole, com.mnr.java.intellij.idea.plugin.base64helper, org.igu.plugins.bettercomments, com.intellij.kubernetes, com.jetbrains.intellij.datalore, ru.adelf.idea.dotenv, org.asciidoctor.intellij.asciidoc Current Desktop: GNOME

Additional context