allthedrones / agentsmithplugin

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

Manually added user dictionary entries do not work. #187

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Edit the User Dictionary and add several words.
2. Save.
3. Restart Visual Studio.

What is the expected behavior? What do you see instead?

Expected behavior is that the words do not show up as misspelled.

Actual behavior is that they do show up as misspelled.

What version of ReSharper, Visual Studio and Windows do you use?

ReSharper 6.1.1000.82, Visual Studio 2010 Pro SP1, Windows 7 64-bit.

Please provide any additional information below.

I believe this is due to the Split call, which is taking a parameter of 
backslash-n (line feed). When entered through the UI words likely have carriage 
returns and line feeds.

Original issue reported on code.google.com by baldg...@gmail.com on 29 Mar 2012 at 7:01