Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
mhashim6
Total activity
12
Last activity
October 15, 2019 20:17
Member since
September 16, 2019 14:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (1)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
October 15, 2019 20:17
so I did this (plugin.xml): <depends optional="true" config-file="python_config.xml">com.intellij.modules.python</depends> (python_config.xml): <idea-plugin> <project-components> <compone...
Community
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 votes
Created
October 03, 2019 14:00
So I've been searching, but I couldn't find any info about specific Python processes/ runners.
Community
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 votes
Created
September 30, 2019 15:46
Thanks! that was it.Is there a a listener for Pycharm's interpreter events?
Community
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 votes
Created
September 30, 2019 15:38
I was hoping that you know which ones should be added. I'll try to add even more. These things really need a documentation.
Community
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 votes
Created
September 30, 2019 15:33
Still no luck
Community
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 votes
Edited
September 30, 2019 15:29
@Yann CebronYeah I know, I added almost all the jars in plugins/<pluginname>/lib and it's still not recognised.
Community
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 votes
Edited
September 30, 2019 15:20
@Yann CebronThanks, which Android studio plugins/jars do I need to add to the classpath in order to use: <depends>com.intellij.modules.androidstudio</depends>
Community
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 votes
Created
September 16, 2019 14:47
@Yann `com.intellij.openapi.compiler.CompileTask` doesn't work with PyCharm or android studio gradle tasks.
Community
IntelliJ IDEA Open API and Plugin Development
How do I create a listener when a project Builds from IDE
0 votes