Bug 300

Summary: Multiple save in menu (1GG1GKG)
Product: [Eclipse Project] PDE Reporter: David Audel <david_audel>
Component: UIAssignee: Dejan Glozic <dejan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows NT   
See Also: https://git.eclipse.org/r/81398
https://git.eclipse.org/c/egerrit/org.eclipse.egerrit.git/commit/?id=fbd67dc4bc1680af0e4380370028e0da053aa288
Whiteboard:

Description David Audel CLA 2001-10-10 21:39:45 EDT
I have multiple save item in menu when i do a right click.

Step to reproduce :
	1) Create a Plugin Project.
	2) Open plugin.xml.
	3) Click on Extension Points tab.
	4) Do a right in the center of large blank area under Extension Point Usage.
		Your menu have one save item.
	5) Redo a right in the center of large blank area under Extension Point Usage.
		Your menu have two save items.
	6) Redo a right in the center of large blank area under Extension Point Usage.
		Your menu have three save items.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-24 07:08:15 EDT
PRODUCT VERSION:
build 0.125

Comment 2 Dejan Glozic CLA 2001-12-02 14:19:45 EST
This problem is fairly simple to fix - the pop-up menu was not cleared before
contributing to it, so it kept accumulating actions between invocations.
Comment 3 Eclipse Genie CLA 2016-09-19 18:17:59 EDT
New Gerrit change created: https://git.eclipse.org/r/81398