Tom L.
- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
创建于 CodeCompletion no longer working
已回答I have several CodeCompletion providers that have been working for years now. Since one of the latest IntelliJ updates, one of them no longer shows any results. When I debug the provider, I see tha... -
创建于 IconProvider Problem in IntelliJ 2023
已回答I am using an IconProvider (com.intellij.ide.IconProvider) to add an overlay to the icons of some java classes and it had been working for years. Since version 2023.X it throws an exception:Must be... -
已编辑于 Cannot debug plugin with Version 2023.1
已回答I am developing a plugin for IntelliJ since several years. So far, I was using platform SDK for version 2021.3 with Java 11. I need to switch to the newest version 2023.1 now but I cannot debug it ... -
创建于 Refreshing File Icons
已回答I wrote an IconProvider which draws an overlay for some Java files and it is working in most cases. The user can enable/disable these icons by a setting in preferences. If the user changes this opt... -
创建于 FileBaseIndex fails to return data
已回答I try to build a cache, based on FileBasedIndexExtension. This is the code: public class NavFileIndex extends FileBasedIndexExtension<String, Map<String, Map<String, Map<String, Collection<MyItem>>... -
创建于 EditorTabColorProvider not called at startup
已回答I use an implementation of EditorTabColorProvider to colorize tabs that contain Java Swing controls. This is working well when I open a new tab. But when I close IntelliJ and restart it, the colori... -
创建于 Has ProjectManagerListener behavior changed?
已回答I use a ProjectManagerListener in my plugin project. In "projectOpened" method, I initialize a cache for data from XML files. I load these files as follows: FilenameIndex.getAllFilesByExt(project, ...