intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

IDEA-193199 Split ExportHTMLAction into specific implementations, all…

Open zdary opened this issue 6 years ago • 5 comments

Split ExportHTMLAction into specific implementations, allowing plugins to add more export actions though xml registration.

Signed-off-by: Martin Zdarsky-Jones [email protected]

zdary avatar Jun 04 '18 04:06 zdary

  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 and stable signature. For example InspectionResultView can't be a part of any public API.

May be can be helpful InspectionToolPresentation#exportResults()

batya239 avatar Jun 05 '18 14:06 batya239

Hi @batya239 we have addressed you feedback into https://github.com/JetBrains/intellij-community/pull/815

zdary avatar Jun 26 '18 05:06 zdary

@zdary https://github.com/JetBrains/intellij-community/pull/815#issuecomment-431081883 ?

batya239 avatar Sep 10 '19 09:09 batya239

@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.

zdary avatar Sep 10 '19 10:09 zdary

Closed by mistake, sorry

DmPanov avatar Oct 11 '20 14:10 DmPanov