主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2017年11月05日 20:33
You want to implement com.intellij.codeInsight.editorActions.enter.EnterHandlerDelegate - there are plenty of examples in the Community source code.
社区
IntelliJ IDEA Open API and Plugin Development
Assign ENTER to plugin shortcut
1 票
创建于
2016年11月04日 15:57
This is still very confusing - I can't figure out how to search just this forum. If I start from this forum homepage (https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-Inte...
社区
IntelliJ IDEA Open API and Plugin Development
Redesigning the forum
1 票
创建于
2014年01月10日 11:50
Your reference contributor is from SOLFeatureValue.class. The Javadoc for PsiReferenceContributor states:Note that, if you're implementing a custom language, it won't by default support references ...
社区
IntelliJ IDEA Open API and Plugin Development
Problems to add PsiReferenceContributor
1 票
创建于
2014年06月20日 22:52
Hi Sébastien,Your best bet would be to use the CachedValuesManager for this. You can create a cached value and attach it either to the PsiFile or to a PsiElement which represents your class. Make s...
社区
IntelliJ IDEA Open API and Plugin Development
What is the best strategy to cache PsiClass objects ?
1 票
创建于
2016年01月09日 21:56
I asked someone at JetBrains a while ago about this, since I'll probably need to do something similar in my plugin for Clojure.Firstly, one comment was that this is considered a very bad code smell...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
1 票
创建于
2011年03月14日 20:05
Why wouldn't you just add support for GroupLayout to the IDEA GUI builder? It's open source now...
社区
IntelliJ IDEA Open API and Plugin Development
GroupLayout Plugin For GUI Builder
1 票
创建于
2011年01月23日 15:23
Hi Jon,I have an example at:https://github.com/cmf/schemely/blob/master/src/schemely/psi/impl/SchemeFile.java (see the resolve method).Disclaimers: the code is pretty rough, and I'm using custom re...
社区
IntelliJ IDEA Open API and Plugin Development
Resolving Reference Outside of the Current File
1 票
创建于
2014年06月06日 20:58
Hi Sebastian,You need to implement getChildAttributes() in your implementation of Block.Cheers,Colin
社区
IntelliJ IDEA Open API and Plugin Development
Formatter - indent after enter
1 票
创建于
2024年08月28日 19:36
Ok, thanks Karol. I actually wrapped the call in a SlowOperations.allowSlowOperations(SlowOperations.GENERIC), but that doesn't seem to work any more. Anyway, I'll wait for a solution, thanks.
社区
IntelliJ IDEA Open API and Plugin Development
Handling index use in FindUsagesHandler.getSecondaryElements
0 票
创建于
2024年08月21日 20:03
Thanks Karol. Do you have an example of how this is done? I can't see any examples in the community source, and FindUsagesHandlerFactory#createFindUsagesHandler is also called on the EDT.
社区
IntelliJ IDEA Open API and Plugin Development
Handling index use in FindUsagesHandler.getSecondaryElements
0 票
«
第一页
‹
上一页
下一页
›
最后
»