主页
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年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 票
创建于
2017年08月02日 08:58
Unfortunately there is no simple way to do this. We have '@since' tags in some javadocs, but not so often. So the only reliable way is compiling the plugins against different IDEA versions. If you ...
社区
IntelliJ IDEA Open API and Plugin Development
Exclude Android Studio from plugin.xml
0 票
创建于
2017年07月31日 06:51
Hi Matthias, it looks like the problem happens not because Android Studio removes some classes from IntelliJ Platform, but because it's based on older version of the IntelliJ Platform where these c...
社区
IntelliJ IDEA Open API and Plugin Development
Exclude Android Studio from plugin.xml
0 票
创建于
2017年07月10日 18:15
I don't know, it was just an assumption. But given that the problem reproduces only with your image and not with ours, it looks like there is some specific thing in your image which causes the prob...
社区
IntelliJ IDEA Open API and Plugin Development
Changing splash image of IntelliJ
0 票
创建于
2017年07月10日 17:24
The splash image is converted from PNG to BMP and injected into exe file. Maybe your image is too big, or too small or contains something specific which causes problems for exe file. Could you plea...
社区
IntelliJ IDEA Open API and Plugin Development
Changing splash image of IntelliJ
0 票
创建于
2017年07月10日 16:06
How did you generate *.exe file? Note that exe files must be signed and the part of build scripts which signs exe files using JetBrains certificate isn't available in the open sources. Did you impl...
社区
IntelliJ IDEA Open API and Plugin Development
Changing splash image of IntelliJ
0 票
创建于
2017年07月06日 18:12
Yes, it's possible, you can create an 'IntelliJ Platform Plugin SDK' (File | Project Structure | SDKs) pointing to WebStorm/PhpStorm home directory and then use it in your project configuration. Wh...
社区
IntelliJ IDEA Open API and Plugin Development
Run plugin on different IDE'S
0 票
创建于
2017年07月04日 11:17
Content of a global library is indexed only if the libraries is added to the dependencies list of some module. So if it isn't attached to any module RAssignmentNameIndex won't contain values from i...
社区
IntelliJ IDEA Open API and Plugin Development
How to search global library without module attachment
0 票
«
第一页
‹
上一页
下一页
›
最后
»