主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Tom L.
活动总数
32
最后的活动
2024年02月13日 11:45
成员加入日期
2021年02月26日 12:40
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
8
活动概览
帖子(7)
评论(16)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2021年03月16日 16:26
I changed everything to your recommendation with the effect, that it now builds index in an endless loop on startup of IntelliJ. I also tried to invalidate caches and also deleted the folder "plugi...
社区
IntelliJ IDEA Open API and Plugin Development
FileBaseIndex fails to return data
0 票
创建于
2021年03月16日 15:43
There are about 50 or more XML files and reading them completely takes about 2 seconds. So I put the relevant data in a dictionary because I need to query it quite often. I use the contents in seve...
社区
IntelliJ IDEA Open API and Plugin Development
Has ProjectManagerListener behavior changed?
0 票
创建于
2021年03月15日 18:41
Upload id: 2021_03_15_9jJevXGB8CytgmCZ (files: IndexTestProject.zip, untitled5.zip) Just click the menu action that loads data from the index. For the first file in the loop, data is retrieved, for...
社区
IntelliJ IDEA Open API and Plugin Development
FileBaseIndex fails to return data
0 票
创建于
2021年03月01日 16:31
Then I'm back at my original problem. The initial call will return immediately because Index is not loaded yet and it does not get called any more until I close and reopen the Tab. Is there any way...
社区
IntelliJ IDEA Open API and Plugin Development
EditorTabColorProvider not called at startup
0 票
创建于
2021年03月01日 15:51
Then it throws an IndexNotReadyException when calling InheritanceUtil.getSuperClasses()
社区
IntelliJ IDEA Open API and Plugin Development
EditorTabColorProvider not called at startup
0 票
创建于
2021年03月01日 15:31
Here is the relevant part of my code: public class Tcp implements EditorTabColorProvider { @Nullable @Override public Color getEditorTabColor(@NotNull Project project, @NotNull VirtualFi...
社区
IntelliJ IDEA Open API and Plugin Development
EditorTabColorProvider not called at startup
0 票
«
第一页
‹
上一页