JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.13k stars 635 forks source link

Handle deprication of ProjectManagerListener.projectOpened #348

Closed bucherfa closed 1 year ago

bucherfa commented 1 year ago

currently the template makes use of ProjectManagerListener.projectOpened in MyProjectManagerListener. now the function is listed as deplicated and should therefore be replaced.

hsz commented 1 year ago

Fixed by removing! Thanks for pointing it out!