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
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
Created
April 09, 2024 09:30
Looks like com.intellij.xdebugger.impl.breakpoints.InlineBreakpointInlayRenderer/Manager, but it doesn't look easy to extend right now.
Community
IntelliJ IDEA Open API and Plugin Development
Color picker for string token
0 votes
Created
April 09, 2024 09:25
I think this might already be possible - doesn't the debugger do this for its inline breakpoints?
Community
IntelliJ IDEA Open API and Plugin Development
Color picker for string token
0 votes
Created
January 03, 2024 20:54
I haven't read this whole thread in detail, so sorry if I've missed something, but in my plugin I create synthetic classes using com.intellij.psi.impl.source.PsiExtensibleClass whose JavaDoc states...
Community
IntelliJ IDEA Open API and Plugin Development
Editor Component for code Fragments
0 votes
Created
November 08, 2023 07:59
I assume that these actions should be executed on the IDE being debugged, is that correct? Is there a way to enable this at startup via a system property or similar? Something like the -Didea.Proce...
Community
IntelliJ IDEA Open API and Plugin Development
ProcessCanceledException when debugging, despite -Didea.ProcessCanceledException=disabled
1 vote
Created
October 17, 2023 06:28
Sorry for the delay in replying Piotr, and thanks for the very detailed post. Unfortunately it looks like WebSymbols are pretty new and not well supported in all IDE versions I support, although I'...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
October 03, 2023 21:02
Piotr Tomiak I see, thanks - I hadn't read the next doc section. This would be for my own language, my Clojure support currently relies on PomTarget, PomDeclarationSearcher etc, because that was t...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
October 03, 2023 09:39
This API looks like it would also be extremely useful for me. There's one thing that I'm unclear on, the doc states: “The platform obtains the target symbol from a declaration or by resolving a ref...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 votes
Created
July 17, 2023 10:07
I did this for my string literals recently, the magic incantation was: make them implement PsiLiteralValue, and call ReferenceProvidersRegistry.getReferencesFromProviders(this) in its getReferences...
Community
IntelliJ IDEA Open API and Plugin Development
URL refs in string literals of cusom language
1 vote
Next
›
Last
»