主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Tom L.
活动总数
32
最后的活动
2024年02月13日 11:45
成员加入日期
2021年02月26日 12:40
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
8
活动概览
帖子(7)
评论(16)
按最近的活动排序
最近的活动
投票数
创建于
2021年03月02日 16:09
Wow, that was fixed quickly. Thank you.
社区
IntelliJ IDEA Open API and Plugin Development
EditorTabColorProvider not called at startup
2 票
创建于
2023年12月07日 13:43
What helped for me was adding the following to the action group:popup="true"But not sure if this is the official solution or just a workaround
社区
IntelliJ IDEA Open API and Plugin Development
Plugin menus collapsed since IntelliJ update
1 票
创建于
2024年02月13日 11:45
UPDATE:I think I found the problem myself. It was not directly related to the CompletionProvider but because of a PsiReferenceContributor, which returned a wrong PsiReference in getReferencesByElem...
社区
IntelliJ IDEA Open API and Plugin Development
CodeCompletion no longer working
0 票
创建于
2024年02月13日 07:02
Here is the registration in the plugin.xml:<completion.contributor language="XML" implementationClass="de.my.XmlCompletionContributor" order="first" />In the constructor of my contributor, I addede...
社区
IntelliJ IDEA Open API and Plugin Development
CodeCompletion no longer working
0 票
创建于
2023年09月19日 10:59
Thank you, that solved my problem.I had already tried it with ProgressManager but it seems my problem was, that I used ProgressManager.getInstance().getProgressIndicator()instead ofnew ProgressIndi...
社区
IntelliJ IDEA Open API and Plugin Development
IconProvider Problem in IntelliJ 2023
0 票
创建于
2023年09月19日 06:22
I uploaded a minimal example that reproduces the problem with the latest stable version 2023.2.2Upload id: 2023_09_19_23SBu73GV3gcrCBCeWwbBC (file: icontest.zip)
社区
IntelliJ IDEA Open API and Plugin Development
IconProvider Problem in IntelliJ 2023
0 票
创建于
2023年09月18日 07:49
java.lang.Throwable: Must be executed under progress indicator: com.intellij.openapi.progress.EmptyProgressIndicator@4d93b327. Please see e.g. ProgressManager.runProcess() at com.intellij.opena...
社区
IntelliJ IDEA Open API and Plugin Development
IconProvider Problem in IntelliJ 2023
0 票
创建于
2021年08月18日 16:56
It is called from a menu action. IntelliJ shows "AWT-EventQueue-0" as thread. To be really sure, I now wrapped the call into ApplicationManager.getApplication().invokeLater() but with the same effect.
社区
IntelliJ IDEA Open API and Plugin Development
Refreshing File Icons
0 票
创建于
2021年03月17日 12:57
That is the same error that I get. The structure represents a tree with several layers. This structure exists in multiple files. When querying the index, I combine the results into one tree and add...
社区
IntelliJ IDEA Open API and Plugin Development
FileBaseIndex fails to return data
0 票
创建于
2021年03月16日 18:22
I don't have any GitHub account, so I uploaded it here to the JetBrains Upload service: Upload id: 2021_03_16_76nrPkobWGG3FaYL (file: GradleIndexTest.zip) I'm not sure what you mean by "not symetri...
社区
IntelliJ IDEA Open API and Plugin Development
FileBaseIndex fails to return data
0 票
下一页
›
最后
»