frextrite / coala-jetbrains

coala plugin for JetBrains IDEs - coala provides a unified interface for linting and fixing code with a single configuration file, regardless of the programming languages used.
https://coala.io
GNU Affero General Public License v3.0
2 stars 1 forks source link

Check for the presence of Analyze Menu in IntelliJ IDEs #34

Closed frextrite closed 5 years ago

frextrite commented 5 years ago

Some IntelliJ IDEs do not have Analyze Menu hence instead of making CodeAnalysis.AnalyzeMenu group a child of Analyze Menu in plugin.xml, the presence of the menu needs to be checked. Only if the menu is present in the IDE, our custom group should be added to the main Analyze Menu.