icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

CC item creating an event handler has confusing name 'HandleHandleClick' #529

Closed dgrunwald closed 10 years ago

dgrunwald commented 10 years ago

Code completion for textBox.Click += shows an item with the confusing name HandleHandleClick. I think we should rename this to 'Create method HandeClick'.