主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
mhashim6
活动总数
12
最后的活动
2019年10月15日 20:17
成员加入日期
2019年09月16日 14:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(1)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2019年10月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 票
创建于
2019年10月03日 14:00
So I've been searching, but I couldn't find any info about specific Python processes/ runners.
社区
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 票
创建于
2019年09月30日 15:46
Thanks! that was it.Is there a a listener for Pycharm's interpreter events?
社区
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 票
创建于
2019年09月30日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 票
创建于
2019年09月30日 15:33
Still no luck
社区
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 票
已编辑于
2019年09月30日 15:29
@Yann CebronYeah I know, I added almost all the jars in plugins/<pluginname>/lib and it's still not recognised.
社区
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 票
已编辑于
2019年09月30日 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>
社区
IntelliJ IDEA Open API and Plugin Development
Listen to pycharm run/debug events, and android studio gradle tasks.
0 票
创建于
2019年09月16日 14:47
@Yann `com.intellij.openapi.compiler.CompileTask` doesn't work with PyCharm or android studio gradle tasks.
社区
IntelliJ IDEA Open API and Plugin Development
How do I create a listener when a project Builds from IDE
0 票