This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 209281 - Provide SPI which enables custom Fix Imports action
Summary: Provide SPI which enables custom Fix Imports action
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 16:17 UTC by Martin Janicek
Modified: 2012-03-07 16:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2012-03-07 16:17:04 UTC
Please provide SPI/API which enables a custom Fix Imports action implementation.
Concrete use case is that I need to implement this for a different language (in my case it's groovy, but in general it might be Ruby/PHP/whatever) and I would like to share a whole infrastructure (menu position/popup position and so on) except the code behind the action itself.