主页
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月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 票
创建于
2017年06月29日 09:04
In fact you can develop a plugin using a Java module as well as Plugin module. Please firstly check if the plugin is loaded: look at Settings | Plugin and find your plugin in the list. If the plugi...
社区
IntelliJ IDEA Open API and Plugin Development
Issue of running sample plugin
0 票
创建于
2017年06月21日 16:10
BTW maybe it's possible to restore your files even if your project was completely deleted. IntelliJ IDEA saves history of your recent changes in its caches, so if you create an empty project with s...
社区
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
0 票
创建于
2017年06月21日 15:42
Gord, we're sorry for that. If the files were deleted during rebuild most probably it means that you have 'Clear output directory on rebuild' option enabled in Settings | Compiler, and an output di...
社区
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
0 票
«
第一页
‹
上一页
下一页
›
最后
»