Tom L.
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
Created CodeCompletion no longer working
AnsweredI 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... -
Created IconProvider Problem in IntelliJ 2023
AnsweredI 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... -
Edited Cannot debug plugin with Version 2023.1
AnsweredI 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 ... -
Created Refreshing File Icons
AnsweredI 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... -
Created FileBaseIndex fails to return data
AnsweredI 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>>... -
Created EditorTabColorProvider not called at startup
AnsweredI 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... -
Created Has ProjectManagerListener behavior changed?
AnsweredI 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, ...