主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按最近的活动排序
最近的活动
投票数
创建于
2012年06月29日 09:26
It appears that it's actually easier to create LightElement, which is almost the same (don't ask me why we have two). You subclass it, no need to implement anything, and then check instanceof your ...
社区
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 票
创建于
2012年06月29日 13:46
I'm not sure I understand this completely, in particular, what element variable is.One should avoid calling setParent, it's too low-level an API, so yes, I don't like it either :)Why didn't addSubT...
社区
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 票
创建于
2012年06月29日 15:09
That's really strange because the approach with copying a tag and adding a child to it should work. Perhaps it doesn't work good with incomplete tags. You may try to debug addSubTag, it's not very ...
社区
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 票
创建于
2012年07月02日 09:18
Stranger and stranger. Is it possible for you to just share the code so that I could look at the whole picture?BTW have you tried to do all that tag copying/creation in CompletionContributor, and j...
社区
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 票
创建于
2013年04月29日 12:32
It doesn't seem to be normal. Are all elements in the list added by your contributor? Does the list appear quickly, or shows calculation progress for some time?
社区
IntelliJ IDEA Open API and Plugin Development
Sort Completion Result elements
0 票
创建于
2013年07月29日 16:07
Could it be that a previous test doesn't call fixture tearDown?
社区
IntelliJ IDEA Open API and Plugin Development
Exception running tests under 13 EAP
0 票
创建于
2013年10月23日 07:48
Do you add DEDENT as the first token in lookAhead method, somewhere in the middle, or the last one?
社区
IntelliJ IDEA Open API and Plugin Development
DEDENT tokens problem
0 票
创建于
2013年11月14日 13:05
You can implement your own TypedHandler and in checkAutoPopup method analyze the context (i.e. you're in a PhpFile, and just typed '>' after '-'), and invoke AutoPopupController.getInstance(project...
社区
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 票
创建于
2013年11月19日 09:40
Do you mean the pattern commented out? It looks like correct one, if "->" is a single token in PHP. I'd suggest to override "fillCompletionVariants" method in CompletionContributor and check the Ps...
社区
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 票
创建于
2013年11月21日 08:32
Then, there seems to be another completion contributor before yours that stops the process. You can put a breakpoint to com.intellij.codeInsight.completion.impl.CompletionServiceImpl.CompletionResu...
社区
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 票
«
第一页
‹
上一页
下一页
›
最后
»