Bug 369984 - Right click on Interface declaration does not show Explicit/Implicit
Summary: Right click on Interface declaration does not show Explicit/Implicit
Status: RESOLVED DUPLICATE of bug 325224
Alias: None
Product: MonoDevelop
Classification: Mono
Component: C# Binding (show other bugs)
Version: 1.0
Hardware: i386 Mac OS X 10.5
: P5 - None : Normal
Target Milestone: ---
Assignee: Mike Krueger
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 17:13 UTC by Rusty Howell
Modified: 2009-08-23 09:36 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***