主页
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月04日 08:58
Which IDEA version are you targeting? 10.5, 11 or 12?If it's for your internal purposes, then you don't need universality. And I'm sure that priority like -1000 will fulfil your needs. OTOH if you ...
社区
IntelliJ IDEA Open API and Plugin Development
Adding to java auto-complete options in the relevant context and at the correct position.
0 票
创建于
2012年06月25日 11:54
Instead of putting an integer as an Object, I'd use PrioritizedLookupElement or user data, and make something else a lookup object. Something, which identifies your item unambiguously. Maybe a your...
社区
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 票
创建于
2013年01月28日 09:25
There's no such specific highlighting available currently. There's a more general option. You can annotate your root DomElement with @DefinesXml annotation and then everything in your XML that's no...
社区
IntelliJ IDEA Open API and Plugin Development
Fixed-number(single) SubTag elements
0 票
创建于
2013年01月28日 10:13
I see. Nobody ever needed that and consequently this is not implemented yet. :) Could you please file a feature request?
社区
IntelliJ IDEA Open API and Plugin Development
Fixed-number(single) SubTag elements
0 票
创建于
2013年05月15日 10:58
This is because for some historical reasons, references for XML text inside tags should be registered for XmlTag elements, not the text ones. And better with the tag name given. Sorry for the confu...
社区
IntelliJ IDEA Open API and Plugin Development
XmlPatterns.xmlText pattern won't work when registering PsiReferenceProvider
0 票
创建于
2013年07月30日 09:15
LexerTest was badly structured and assertions to detect such flaws were added in IDEA 13. I've rewritten the test.
社区
IntelliJ IDEA Open API and Plugin Development
Exception running tests under 13 EAP
0 票
创建于
2013年10月22日 19:58
What doesn't work when adding empty tokens to LookAheadLexer? What do you observe?
社区
IntelliJ IDEA Open API and Plugin Development
DEDENT tokens problem
0 票
创建于
2013年10月25日 15:02
It appears that your lexer is restarted from INDENT token position and it doesn't know from the offset only whether it should include IDENT or not. Could you please trace how "start" method is call...
社区
IntelliJ IDEA Open API and Plugin Development
DEDENT tokens problem
0 票
创建于
2013年11月15日 12:58
The list consists of the items you provide in the CompletionContributor. ElementPattern is an implementation detail in your completion contributor that you may choose to use for checking for the co...
社区
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 票
创建于
2013年11月21日 08:25
Is your code invoked during autopopup completion: if you put a breakpoint there, does it stop?
社区
IntelliJ IDEA Open API and Plugin Development
I want to add completion with no annotations.
0 票
«
第一页
‹
上一页
下一页
›
最后
»