icsharpcode / SharpDevelop

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

InsertWithCursor broken in Create Enum refactoring #526

Closed dgrunwald closed 10 years ago

dgrunwald commented 10 years ago

http://community.sharpdevelop.net/forums/t/21604.aspx

If you add a new enum value to an existing enum by using the "create enum" refactoring, the new enum value is inserted automatically as the first value, the blue line that is supposed to let you choose the location does not respond correctly, and the enter and escape keys do not work. You have to close the current editor window to get out of this situation.