主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikolay Chashnikov
活动总数
838
最后的活动
2023年11月23日 11:52
成员加入日期
2007年11月13日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
334
活动概览
文章(0)
帖子(1)
评论(503)
按最近的活动排序
最近的活动
投票数
创建于
2017年09月04日 08:52
It's possible to provide a custom type of SDK. In order to do that you need to implement SdkType and register it as 'sdkType' extension in plugin.xml. Look at PythonSdkType for example.
社区
IntelliJ IDEA Open API and Plugin Development
Create a custom SDK (or standard library?) for custom language
0 票
创建于
2017年09月04日 08:40
Hi Navin, currently it isn't possible to ignore http client jars from IntelliJ Platform. However classes of your plugin are loaded by a separate classloader, and it firstly looks into your plugin's...
社区
IntelliJ IDEA Open API and Plugin Development
How to ignore IDE specific apache libs and use apache libs bundle with plugin
0 票
创建于
2017年08月18日 10:55
No, IntelliJ platform doesn't support partial disabling of plugins. It's possible to create two plugins, one will perform checks and enable/disable the other, but it would require IDE restart so it...
社区
IntelliJ IDEA Open API and Plugin Development
Conditional plugin initialization
0 票
创建于
2017年08月17日 06:38
Ryschaeffer, you can try restoring the files using Local History as I described in my previous comment. And it would be great if you create an issue in PyCharm's bug tracker describing what you wer...
社区
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
0 票
创建于
2017年08月16日 13:31
It's strange then. Classes of your plugins are loaded by a separate class loader, which shouldn't see classes from Android plugin. You can debug the code and look which classloader is used to load ...
社区
IntelliJ IDEA Open API and Plugin Development
Using grpc dependencies in plugin gives errors
0 票
创建于
2017年08月11日 11:47
We plan to publish some modules of IntelliJ IDEA as Maven artifacts (probably not on Maven central though), watch this issue to be notified about the progress. This is not a simple task because we ...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij community code on maven central?
0 票
创建于
2017年08月09日 11:15
Does your plugin depend on 'android' plugin?
社区
IntelliJ IDEA Open API and Plugin Development
Using grpc dependencies in plugin gives errors
0 票
创建于
2017年08月03日 06:36
Is that SDK specified in your module editor as 'Module SDK'?
社区
IntelliJ IDEA Open API and Plugin Development
problem with plugin after upgrading to 2017.2
0 票
创建于
2017年08月02日 14:19
So you use a plugin module with IntelliJ Platform Plugin SDK, right? Check that 'IDEA_HOME/lib/guava-21.0.jar' is included into 'Classpath' list of the SDK.
社区
IntelliJ IDEA Open API and Plugin Development
problem with plugin after upgrading to 2017.2
0 票
创建于
2017年08月02日 11:08
What kind of 'dependency issue' do you have? Is is a problem with compilation? Or you have errors at runtime? IDEA 2017.2 have guava-21.0.jar in its classpath, and you don't need to download it sep...
社区
IntelliJ IDEA Open API and Plugin Development
problem with plugin after upgrading to 2017.2
0 票
«
第一页
‹
上一页
下一页
›
最后
»