From 89e756a16f880baa32deb4b4f6e2989b81f85249 Mon Sep 17 00:00:00 2001 From: Eduardo Fonseca Date: Fri, 25 Sep 2020 15:50:42 -0300 Subject: [PATCH] Fix ProjectManagerListener scope (#36) Listeners for topic "com.intellij.openapi.project.ProjectManagerListener" don't work inside , only . --- src/main/resources/META-INF/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 2dc3797..18c852d 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -12,8 +12,8 @@ - + - +