主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2024年04月09日 09:30
Looks like com.intellij.xdebugger.impl.breakpoints.InlineBreakpointInlayRenderer/Manager, but it doesn't look easy to extend right now.
社区
IntelliJ IDEA Open API and Plugin Development
Color picker for string token
0 票
创建于
2024年04月09日 09:25
I think this might already be possible - doesn't the debugger do this for its inline breakpoints?
社区
IntelliJ IDEA Open API and Plugin Development
Color picker for string token
0 票
创建于
2024年01月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Editor Component for code Fragments
0 票
创建于
2023年11月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
ProcessCanceledException when debugging, despite -Didea.ProcessCanceledException=disabled
1 票
创建于
2023年10月17日 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'...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2023年10月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2023年10月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement PsiNamedElement with complex identifiers?
0 票
创建于
2023年07月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
URL refs in string literals of cusom language
1 票
下一页
›
最后
»