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 - provide reasonable node popup menu
Summary: provide reasonable node popup menu
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks: 178056
  Show dependency tree
 
Reported: 2009-12-02 23:04 UTC by Alexander Simon
Modified: 2011-10-07 18:34 UTC (History)
1 user (show)

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