Listen to loading of an unloaded module

已回答

Hi!

I need to listen when a module that is unloaded pass to be loaded. I saw the com.intellij.openapi.project.ModuleListener doesn't catch this event. Is there any way

 

Best regards

0

I think ModuleListener#moduleAdded should be called in such cases, like moduleRemoved is called when a module is unloaded. Could you please file an issue about that in our tracker?

0

请先登录再写评论。