Dmitry Batkovich
Dmitry Batkovich
1. Extension points mechanism is better than find actions by prefix in the given case 2. If *performExport* is supposed to be an API method it should have more flexible...
@zdary https://github.com/JetBrains/intellij-community/pull/815#issuecomment-431081883 ?
@ekudel Now it's possible to add any action to "InspectionToolWindow.ExportPopup". I don't think it should be a kind of public API. I believe export html/xml actions should be unified and...
@ignatov the easiest way to fix (make a workaround) your issue is to move initialization of icon to getter in file type
I fixed this error for **parsing**-related tests. @jansorg Which tests are you running? If it's open-source, then a link might be useful.