jiller / agentsmithplugin

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

Spell check doesn't work in .designer.cs files #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a Winform project
2. Add a label (label1) to the form (form1) and set it's text value to
'tetetetet'
3. form1.designer.cs has label1.text = 'tetetetet'
4. Resharper inspection does not mark as spelling error.

What is the expected behavior? What do you see instead?
The labels text value should be marked as a spelling mistake in the
form1.designer.cs file. Setting the label1.text value in the form1.cs file
correctly marks the value as a spelling mistake.

What version of ReSharper, Visual Studio and Windows do you use?
Tested on VS2005 Resharper 4.1, Agent Smith 1.3.2 R#4.1

Please provide any additional information below.

Original issue reported on code.google.com by luke.r...@gmail.com on 11 Mar 2009 at 5:33

GoogleCodeExporter commented 8 years ago
Spell check is turned off in auto generated regions intentionally.

I will think what can be done here - probably an option in settings page.

Original comment by forever....@gmail.com on 29 Mar 2009 at 3:38