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 178048

Summary: provide reasonable node popup menu
Product: platform Reporter: Alexander Simon <alexvsimon>
Component: Action ItemsAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal CC: vv159170
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 178056    

Description Alexander Simon 2009-12-02 23:04:53 UTC
Existing popup menu only repeats view action (except goto source).
Provide additional node oriented menu actions:
- show description
- fix violation
- suppress message
Of course they will be disabled if provider does not implement actions.
Comment 1 Jan Peska 2011-10-07 09:02:21 UTC
(In reply to comment #0)
> Existing popup menu only repeats view action (except goto source).
> Provide additional node oriented menu actions:
> - show description
> - fix violation
> - suppress message
> Of course they will be disabled if provider does not implement actions.

Can you specify what do you have in mind with:
 - show description - I don't get the difference between description and source
 - fix violation

Anyway I believe that users of this SPI can specify popup actions in Task.java create method.

Thanks
Comment 2 Alexander Simon 2011-10-07 18:34:30 UTC
VV: please evaluate necessity of the RFE for future OSS needs