主页
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年10月31日 18:49
Problem described in this issue. Also this issue was created.
社区
IntelliJ IDEA Plugin Users
TFS checkout fail
0 票
创建于
2010年12月02日 20:09
Yes, rearranger look like what I want, but it doesn't have integration in vcs commit process. While Reformat Code applies automaticaly on commit, I fogot doing rearrange action - it is inconvenient...
社区
IntelliJ IDEA Plugin Users
IDEA codestyle question
0 票
创建于
2010年10月22日 07:05
hablutzel1 wrote:Hi, I want to develop a dialog to allow the user to choose some javadoc annotations in methods in a structured way, so I have realized that the classcom.intellij.ide.util.MemberCho...
社区
IntelliJ IDEA Open API and Plugin Development
need access to com.intellij.ide.util.MemberChooser from plugin
0 票
创建于
2010年08月13日 11:25
I have a similar problem. I add my action to the toolbar and to the popup menu in project view. When I run IDEA it opens on small project, but when I open larger project it freezes in the end of in...
社区
IntelliJ IDEA Open API and Plugin Development
OutOfMemoryError while running/debugging
0 票
创建于
2011年01月03日 11:34
The problem is in plugin loading order - your plugin starts before Subversion plugin, and SubversionGroup is not created.Add to your plugin.xml this:<depends>Subversion</depends>
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Development - Project Menu
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»