主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jay
活动总数
165
最后的活动
2016年01月17日 19:25
成员加入日期
2006年08月24日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
62
活动概览
帖子(28)
评论(75)
按最近的活动排序
最近的活动
投票数
创建于
2006年08月24日 15:27
haven't written a guide yet,though i'm doing this kind of detective work for a month already so i can try to answer your questions, share sources or help in any other way. So if it'll help you feel...
社区
IntelliJ IDEA Open API and Plugin Development
Simple Language Example
0 票
创建于
2006年09月15日 16:15
higetCanonicalText() Returns the name of the reference target element which does not depend on import statements and other context (for example, the full-qualified name of the class if the refer...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference and completion
0 票
创建于
2006年12月06日 16:44
Any chance this is possible?I want to write test on psi reference resolve and many resolve implementations use cache at a project-component level.Maybe there's a better way to test resolve ?
社区
IntelliJ IDEA Open API and Plugin Development
Load a project component in LightIdeaTestCase ?
0 票
创建于
2006年12月07日 11:17
Could you explain it please ?
社区
IntelliJ IDEA Open API and Plugin Development
Load a project component in LightIdeaTestCase ?
0 票
创建于
2006年12月07日 14:09
If i get you right then i should add that i run LightIdeaTestCase with "-Didea.plugins.load=false" option declared (otherwise some of the plugins produces fatal error)and in the setUp function i ca...
社区
IntelliJ IDEA Open API and Plugin Development
Load a project component in LightIdeaTestCase ?
0 票
创建于
2006年12月05日 15:39
return your implementation of from your
社区
IntelliJ IDEA Open API and Plugin Development
How to display Hint (Tooltip) for resolved PsiReference on Ctrl + MouseOver
0 票
创建于
2006年11月30日 20:26
I did this:and this:However in the second implementation my custom action in my handler is called while in the first one not. But it still does not popup the completion automatically.
社区
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 票
创建于
2006年12月01日 18:01
The difference is in the filter you pass to CompletionVariant:in the first case it wasand in the second just
社区
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 票
创建于
2006年12月01日 18:40
So the problem is that this variant is processed because it's handler is called instead of the default one,but i cannot pop it up automatically.I tried doingbut to no avail.
社区
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 票
创建于
2006年12月04日 19:37
I can't get it working like this.I get completeReference only after ctrl+space.Could you please post your whole completionData class ?
社区
IntelliJ IDEA Open API and Plugin Development
AutoCompletion popup after custom symbol ?
0 票
«
第一页
‹
上一页
下一页
›
最后
»