主页
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月05日 14:56
> if I create a new project on IntelliJ, it also creates a folder in wich my project is stored. I want this and nothing else! This isn't always true. On the last page of 'New Project' wizard we hav...
社区
IntelliJ IDEA Open API and Plugin Development
How to: Get Project path
0 票
创建于
2017年09月05日 14:37
Hello, what do you mean by 'my project is stored'? Project may contain different kind of files. There are project configurations files (.idea directory), there are directories where java sources ar...
社区
IntelliJ IDEA Open API and Plugin Development
How to: Get Project path
0 票
创建于
2017年09月04日 08:55
You can call 'buildPlugin' task from intellij-gradle-plugin, it'll produce a zip file containing the plugin distribution in build/distributions directory. You can install that zip file into PyCharm...
社区
IntelliJ IDEA Open API and Plugin Development
Problem installing juliafy in PyCharm
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»