Simon Stratmann
- 活动总数 165
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 13
- 订阅数 47
-
已编辑于 How to diagnose UI freezes
已回答I have reports of UI freezes caused by my plugin: https://gitlab.com/ppiag/intellij_gitlab_pipeline_monitor/-/issues/44 The code makes several network calls which may take longer. But everything is... -
创建于 Recommendations for upgrading to Java 17 for 2022.2
已回答Are there any best practices or recommendations on how to upgrade to Java 17, specifically on how to support older versions? If I switch to Java 17 now I guess the same build will not be supported ... -
已编辑于 Name / description of element not shown in usage dialog when using custom FindUsagesHandler
已回答I have a custom FindUsagesHandler for PsiLiteralExpression elements and a CustomUsageSearcher to find the usages. Everything works fine but in the place where usually the description of the element... -
创建于 Restarting inlay hints provider
已回答How can I trigger the inlay hints to be computed again for any open (selected) editors? DaemonCodeAnalyzer.getInstance(project).restart(); doesnt't work. I also tried: DaemonCodeAnalyzerImpl codeAn... -
已编辑于 Grouping results of CustomUsageSearcher
已回答I have added a CustomUsageSearcher which returns non-navigatable results. But every result is shown in the usage view tree as a leaf below a "1 results" node: I used EP com.intellij.fileStructureG... -
已编辑于 "Action is not performed because target component is not showing"
已回答I'm showing a notification with an action. The action is supposed to open a URL. I get the warning: 2022-03-29 10:02:33,898 [ 33512] WARN - api.actionSystem.ex.ActionUtil - Action is not perf... -
创建于 Adding a banner to a window - com.intellij.openapi.ui.Banner is package-private
已回答The UI Guideline describes banners: https://jetbrains.github.io/ui/controls/banner/ I want to add such a banner to my tool window but com.intellij.openapi.ui.Banner is package-private for some reas... -
创建于 Is it possible ro replace an extension with my own
已回答I would like to replace the logic of a built-in extension with my own. For that I would need to declare the existing extension to not be used. Is that possible? -
已编辑于 Adding custom non-navigatable results to CustomUsageSearcher
已回答I'm trying to add usages that are outside the project and therefore are non-navigateble. In my first attempt I returned a very naive UsageInfo which basically only has a text and is valid and non-n... -
创建于 Configuring pattern for log file in sandbox
已回答How do I set the pattern of the log written to idea.log when running my plugin in a sandbox? I'm setting the log level via a system property but the length of the class part is too short (30 charac...