Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Colin Fleming
Total activity
1477
Last activity
August 28, 2024 19:36
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
484
Activity overview
Posts (205)
Comments (788)
Sort by recent activity
Recent activity
Votes
Created
November 05, 2017 20:33
You want to implement com.intellij.codeInsight.editorActions.enter.EnterHandlerDelegate - there are plenty of examples in the Community source code.
Community
IntelliJ IDEA Open API and Plugin Development
Assign ENTER to plugin shortcut
1 vote
Created
November 04, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Redesigning the forum
1 vote
Created
January 10, 2014 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Problems to add PsiReferenceContributor
1 vote
Created
June 20, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
What is the best strategy to cache PsiClass objects ?
1 vote
Created
January 09, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
1 vote
Created
March 14, 2011 20:05
Why wouldn't you just add support for GroupLayout to the IDEA GUI builder? It's open source now...
Community
IntelliJ IDEA Open API and Plugin Development
GroupLayout Plugin For GUI Builder
1 vote
Created
January 23, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Resolving Reference Outside of the Current File
1 vote
Created
June 06, 2014 20:58
Hi Sebastian,You need to implement getChildAttributes() in your implementation of Block.Cheers,Colin
Community
IntelliJ IDEA Open API and Plugin Development
Formatter - indent after enter
1 vote
Created
August 28, 2024 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.
Community
IntelliJ IDEA Open API and Plugin Development
Handling index use in FindUsagesHandler.getSecondaryElements
0 votes
Created
August 21, 2024 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.
Community
IntelliJ IDEA Open API and Plugin Development
Handling index use in FindUsagesHandler.getSecondaryElements
0 votes
«
First
‹
Previous
Next
›
Last
»