allthedrones / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

Event handlers naming convention bug #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add an event handler to any UI element with its default name.
2. An event handler called <uiElementName>_<EventName> will be created.

What is the expected behavior? What do you see instead?
Expected behavior - name is valid.
What I see - Agent Smith defines <uiElementName>_<EventName> as a naming
convention violation.

What version of ReSharper, Visual Studio and Windows do you use?
4.1, VS2008+SP1, Vista x64

Please provide any additional information below.
Thanks for the great plug-in.

Original issue reported on code.google.com by Danny...@gmail.com on 1 May 2009 at 10:41

GoogleCodeExporter commented 8 years ago
Same problem, and seems that I cannot allow underscores for event handlers only

Original comment by nAX...@gmail.com on 1 Jul 2009 at 7:47