Bug 369984

Summary: Right click on Interface declaration does not show Explicit/Implicit
Product: [Mono] MonoDevelop Reporter: Rusty Howell <rhowell>
Component: C# BindingAssignee: Mike Krueger <mkrueger>
Status: RESOLVED DUPLICATE QA Contact: MD Bugs <monodevelop-bugs>
Severity: Normal    
Priority: P5 - None    
Version: 1.0   
Target Milestone: ---   
Hardware: i386   
OS: Mac OS X 10.5   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Rusty Howell 2008-03-12 17:13:56 UTC
Steps to reproduce:
 - Create a new CS project.
 - Create a new class in the project
 - Implement IComparable interface
 - right click on IComparable


Expected results:
 - Should see menu item to automatically implement IComparable's methods
 - Explicit or Implicit

Actual results:
 - No such menu item appears. 
 - Workaround: right click on the class, and implement the interface through that menu

How often does this happen? Always
Comment 1 Mike Krueger 2009-08-23 09:36:20 UTC
I'll try to fix it.

*** This bug has been marked as a duplicate of bug 325224 ***