主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vladimir Rudev
活动总数
94
最后的活动
2016年01月17日 12:33
成员加入日期
2010年08月12日 20:29
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
29
活动概览
帖子(20)
评论(45)
按最近的活动排序
最近的活动
投票数
创建于
2011年01月04日 18:37
~/.IdeaIC10/system/plugins-sandbox/plugins or ~/.IntelliJIdea10/system/plugins-sandbox/plugins if you use ultimate edition.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Development - Project Menu
0 票
创建于
2011年05月05日 05:19
Did you mean Configurable is ProjectConfigurable or ApplicationConfigurable and nodes like in 'Code Style' in IDE Settings window?
社区
IntelliJ IDEA Open API and Plugin Development
Configurables
0 票
创建于
2011年05月05日 09:52
If so, one possible way is extends your Configurable from com.intellij.openapi.options.SearchableConfigurable.Parent.Abstract and in method buildConfigurables() create your nested nodes(which also ...
社区
IntelliJ IDEA Open API and Plugin Development
Configurables
0 票
创建于
2011年10月16日 11:28
Found this worked solution:FileBasedIndex.getInstance().getContainingFiles(FilenameIndex.NAME, file.getName(), ProjectScope.getProjectScope(project));
社区
IntelliJ IDEA Open API and Plugin Development
PsiShortNamesCache analog in PhpStorm
0 票
创建于
2012年02月05日 13:52
After trying implement DnD with TransferHandler I found another problem - within javax.swing.TransferHandler#importData is no way to access com.intellij.ide.dnd.DnDEvent,so I can't access object fr...
社区
IntelliJ IDEA Open API and Plugin Development
How to enable DnDAwareTree setDropMode behaviour?
0 票
创建于
2012年02月08日 04:07
Project SDK already include tools.jar file, and as I mention in first message - build from IDEA works fine.Problem is only in ant build(which doesn't use IDEA SDK, I think).Don't know whats wrong w...
社区
IntelliJ IDEA Open API and Plugin Development
Can't build community edition
0 票
创建于
2012年02月08日 04:41
Ha! Renaming SDK from "IDEA src jdk" -> "IDEA jdk" did the trick!Build successful.Seems ant script can build with and without project SDK, but on my computer without properly configured and named S...
社区
IntelliJ IDEA Open API and Plugin Development
Can't build community edition
0 票
创建于
2012年08月29日 14:26
Thank you both!
社区
IntelliJ IDEA Open API and Plugin Development
IDEA tab bar api
0 票
创建于
2012年09月09日 19:27
Sorry, my question is wrong, action is almost in list - just need to check non-menu actions in goto window.
社区
IntelliJ IDEA Open API and Plugin Development
How to add action to global searchable actions list?
0 票
创建于
2012年12月01日 09:33
Thank you very much! This seems exactly what I need.
社区
IntelliJ IDEA Open API and Plugin Development
AssertionError:No ID found for serializer
0 票
«
第一页
‹
上一页
下一页
›
最后
»