jiller / agentsmithplugin

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

Ampersand in text causes false missing dictionary word #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Created a cs class with the following text and you'll see Agent smith 
flag the word &menuSub as unrecognized but not ?menuSel.

Example string:

body += "<a href=\"" + pageName + "?menuSel=" + selectedIndex 
+ "&menuSub=" + code + "\">" + code + "</a>";

What is the expected behavior? What do you see instead?
Agent Smith has problem with adding words with an ampersand in front of it 
to the dictionary or it says the word is not in the dictionary but never 
adds it when you click add.

What version of ReSharper, Visual Studio and Windows do you use?
Windows XP Pro SP2, VS 2005 SP1, ReSharper 4.1

Please provide any additional information below.

Original issue reported on code.google.com by hype8...@gmail.com on 24 Sep 2008 at 8:58

GoogleCodeExporter commented 8 years ago

Original comment by forever....@gmail.com on 7 Oct 2008 at 8:49