主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2009年02月27日 19:03
Certainly not major, but I'm not sure about bytecode compatibility. For example, make contributors return void instead of boolean.And if we'll require some language context (which is certainly a go...
社区
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 票
创建于
2009年02月17日 09:51
This functionality will be available in IDEA 9. Current OpenAPI allow for such foldings.
社区
IntelliJ IDEA Open API and Plugin Development
Folding anonymous inner classes to closure syntax
0 票
创建于
2009年02月07日 07:18
Dan Cioca wrote:In IDEA 7.0 I used to be able to set the attribute *LookupItem.INSERT_HANDLER_ATTR* to a com.intellij.codeInsight.completion.LookupItem. This gave me the flexibility to define my ow...
社区
IntelliJ IDEA Open API and Plugin Development
How to register an InsertHandler with IDEA 8.0 (Diana)
0 票
创建于
2009年01月26日 12:23
The simplest way is to implement CustomPropertyScopeProvider extension. An example can be found in Velocity plugin sources. You should return scope restricted by Java file type. Note that enabling ...
社区
IntelliJ IDEA Open API and Plugin Development
Find Usages of custom reference problem
0 票
创建于
2009年01月16日 19:51
This problem should be fixed in the next EAP, thank you!
社区
IntelliJ IDEA Open API and Plugin Development
Get available enums as variants in custom reference.
0 票
创建于
2009年01月13日 13:33
The simplest way is to change reference getRangeInElement() method so that it doesn't include the leading $ character, and not mess with prefix matchers at all.
社区
IntelliJ IDEA Open API and Plugin Development
CompletionContributor: how to use withPrefixMatcher?
0 票
创建于
2009年01月26日 12:26
You could create your own CompletionContributor, check the caret position there, somehow extract the prefix from file text, obtain new matcher via CompletionResultSet#withPrefixMatcher() and feed y...
社区
IntelliJ IDEA Open API and Plugin Development
CompletionContributor: how to use withPrefixMatcher?
0 票
创建于
2009年05月06日 18:49
From Spring integration plugin.xml:<dom.fileDescription implementation="com.intellij.spring.SpringDomFileDescription"/>
社区
IntelliJ IDEA Open API and Plugin Development
DomManager and registering DomFileDescription
0 票
创建于
2009年10月15日 17:58
Nobody has needed this until now. I believe that the JAM should hang on a PsiPackage object. As for the pattern, you can create it yourself.
社区
IntelliJ IDEA Open API and Plugin Development
Registering JAM w/ annotation for PsiPackageStatement in package-info.java
0 票
创建于
2010年06月15日 18:49
This doesn't look like a well-formed IDEA DOM interface. Could you post an XML sample of a code which should be completed?
社区
IntelliJ IDEA Open API and Plugin Development
getting Code-completion to work
0 票
«
第一页
‹
上一页
下一页
›
最后
»