主页
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年03月24日 13:52
I have following code: $control.setTemplate("<caret>")I want to implement code completion when Ctrl+Space pressed. I wonder how to implement it? I want to use following code : registrar.register...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement code completion for Velocity method's parameter?
0 票
创建于
2009年03月05日 19:46
Create your annotation for a leaf element, token (like name identifier). Then there won't be any problematic children.
社区
IntelliJ IDEA Open API and Plugin Development
Gutter Icon
0 票
创建于
2009年03月06日 09:17
You just analyze the leaf element instead of its parent in your annotate() method and give the respective text range. BTW a more user-friendly way of providing gutter icons is to implement LineMark...
社区
IntelliJ IDEA Open API and Plugin Development
Gutter Icon
0 票
创建于
2009年03月06日 10:05
There are LineMarkerProvider's in JavaScript, Python, Ruby, Spring open-source plugins.
社区
IntelliJ IDEA Open API and Plugin Development
Gutter Icon
0 票
创建于
2009年02月27日 16:52
It was always xxx in smart completion. It can be anything. You can even change it in CompletionContributor#beforeCompletion(). But first I advise you to check your code, maybe there's another way o...
社区
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 票
创建于
2009年02月27日 17:46
Yes, apparently this API isn't as good as I thought. There are other problems with it, so it may be changed in Maia.
社区
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 票
创建于
2009年02月28日 16:04
The ordering rule for completion contributors is the same as for any other extensions. Any extension can have an id and order attributes, where the latter may specify "before <id>, after <id>, firs...
社区
IntelliJ IDEA Open API and Plugin Development
"IntellijIdeaRulezzz" vs. "xxx" dummy token in 8.1
0 票
创建于
2009年02月07日 07:17
正式评论
Implement your CompletionContributor, and it will receive CompletionType in CompletionParameters
社区
IntelliJ IDEA Open API and Plugin Development
How to determine what type of code completion was invoked
0 票
创建于
2009年01月26日 14:48
Why if i provide reference in JAVA code in PsiLiteralExpression for some method with method's name exactly equals to reference text - it's included into results.But when i provide reference to sett...
社区
IntelliJ IDEA Open API and Plugin Development
Find Usages of custom reference problem
0 票
创建于
2009年01月26日 12:27
Should work in 9678
社区
IntelliJ IDEA Open API and Plugin Development
Get available enums as variants in custom reference.
0 票
«
第一页
‹
上一页
下一页
›
最后
»