intellij-community
intellij-community copied to clipboard
IDEA-193199 Split ExportHTMLAction into specific implementations, all…
Split ExportHTMLAction into specific implementations, allowing plugins to add more export actions though xml registration.
Signed-off-by: Martin Zdarsky-Jones [email protected]
- Extension points mechanism is better than find actions by prefix in the given case
- If performExport is supposed to be an API method it should have more flexible and stable signature. For example InspectionResultView can't be a part of any public API.
May be can be helpful InspectionToolPresentation#exportResults()
Hi @batya239 we have addressed you feedback into https://github.com/JetBrains/intellij-community/pull/815
@zdary https://github.com/JetBrains/intellij-community/pull/815#issuecomment-431081883 ?
@batya239 I don't mind the GUI. As long as I can supply a custom code to transfer the result to excel spreadsheet in my custom class. Ideally, the custom exporter would be added as an option in that list.
I don't know how to implement that though.
Closed by mistake, sorry