oowekyala / intellij-javacc

JavaCC and JJTree grammar support for the IntelliJ Platform
https://plugins.jetbrains.com/plugin/11431-javacc
MIT License
44 stars 6 forks source link

JccDescriptionProvider overrides description of other plugins' types #22

Closed jhonnen closed 2 years ago

jhonnen commented 2 years ago

JccDescriptionProvider should check the PsiElement's type, similar to other implementations. Currently it can override the description for PsiElements from different plugins.

oowekyala commented 2 years ago

Thanks for the report, I'll fix this this week