主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Fedor Belov
活动总数
41
最后的活动
2016年01月16日 13:01
成员加入日期
2013年01月24日 13:04
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
14
活动概览
帖子(13)
评论(14)
按最近的活动排序
最近的活动
投票数
创建于
2014年09月30日 13:38
Thanks!May be someone know any "good implemented" UI example to get better idea how it should work? I tried to understand ChooseByNameBase class and found it totally unreadable
社区
IntelliJ IDEA Open API and Plugin Development
Pls suggest good UI guide
0 票
创建于
2014年11月02日 20:03
https://github.com/dkandalov/scratch/commit/46f05236b959eeaeb481005aa98cedb8c4c0d3d8https://github.com/JetBrains/intellij-community/blob/db26bcceb5b547b67f2b642be1bb78f6755f7276/platform/platform-i...
社区
IntelliJ IDEA Open API and Plugin Development
Strange popup on creating files outside of plugin's directory (WebStorm 9)
0 票
创建于
2014年11月08日 11:51
WebStorm 9 SDK doesn't have this class (I found it in IDEA 14 SDK).1. How can I solve this problem in WebStrorm 9 and IDEA 14?2. How do you think is it ok that you change API so frequently?
社区
IntelliJ IDEA Open API and Plugin Development
Strange popup on creating files outside of plugin's directory (WebStorm 9)
0 票
创建于
2014年09月25日 20:41
Thank you
社区
IntelliJ IDEA Open API and Plugin Development
How can I provide UI to change plugin's settings
0 票
创建于
2014年09月25日 19:31
Thank you! it really helped me
社区
IntelliJ IDEA Open API and Plugin Development
Where can I store custom plugin's files?
0 票
创建于
2014年10月06日 17:43
I read sources and found following solution. Is it correct? Is it possible to improve it?OpenFileDescriptor descriptor = new OpenFileDescriptor(project, file); if (!descriptor.navigateInEdit...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to specify default editor?
0 票
创建于
2014年09月29日 14:27
I need to implement something similar to ctrl-shift-n dialog (com.intellij.ide.util.gotoByName.ChooseByNamePopup). I wanna implement it by myself (without extending com.intellij.ide.util.gotoByName...
社区
IntelliJ IDEA Open API and Plugin Development
Pls suggest good UI guide
0 票
创建于
2014年12月17日 17:29
Hm... can I skip until-build param? Suppose I've got two versions:v1 since-build="133"v2 since-build="139"If I use IDEA 13 v1 will be downloaded. If I use IDEA 14 v2 will be downloaded. Is it corre...
社区
IntelliJ IDEA Open API and Plugin Development
How to upload different plugin versions for different SDK versions?
0 票
创建于
2014年12月28日 14:11
Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
How to move cursor to the end of the file?
0 票
创建于
2014年12月16日 16:19
Thanks. Pls answer one more related question. Suppose you changed an API. How can I get `since-build` for new API?Here is real example - I'm using NonProjectFileWritingAccessExtension.java. 1. I fo...
社区
IntelliJ IDEA Open API and Plugin Development
How to upload different plugin versions for different SDK versions?
0 票
«
第一页
‹
上一页