T O P I C R E V I E W |
EAX |
Posted - Jun 25 2008 : 12:38:18 PM I just install 1640, and the underlining in spelling errors doesnG??t show anymore for strings. It works for comments. |
7 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jul 17 2008 : 5:35:46 PM So far I cannot reproduce this problem, using VS2008 and VA 1645. This is what I am seeing:

If you create a new default solution do you see the same problem? |
EAX |
Posted - Jul 17 2008 : 1:46:02 PM I am using C# with VS2008 and the problem happens in all files.
The following are 3 paragraphs of code:
------------------------------- // The following word lsdkfjlsdjf should show an spelling error and it doesnt
string spelling = "The following word lsdkfjlsdjf should show an spelling error and it doesnt";
string spelling2 = @"The following word lsdkfjlsdjf should show an speling error and it doesnt";
----------------------------
The comment paragraph shows underlines under (lsdkfjlsdjf) and (doesnt). The second paragraph never show the underline for the spelling errors. The third paragraph ocationaly show the underline under the spelling errors, but most of the time it doesnt. |
feline |
Posted - Jun 30 2008 : 3:33:48 PM Which programming language are you working in? Do you see this problem in all files?
Can you post a code sample that shows the problem? |
EAX |
Posted - Jun 30 2008 : 09:57:12 AM The spell checker finds the spelling errors in strings and in comments but only the comments show the underline indicating that there is an error. |
feline |
Posted - Jun 26 2008 : 5:27:23 PM What happens if you trigger spell checking manually?
You should have a VA toolbar button for this, or use the menu item:
VAssistX -> Tools -> Spell Check...
|
EAX |
Posted - Jun 25 2008 : 3:04:58 PM System Info:
VA_X.dll file version 10.4.1640.0 built 2008.05.22 Licensed to: VA X: [email protected] (Non-renewable license) Support ends 2008.10.07 DevEnv.exe version 9.0.21022.8 msenv.dll version 9.0.21022.8 Font: Verdana 11(Pixels) Comctl32.dll version 6.0.3790.3959 Windows Server 2003 5.2 Build 3790 Service Pack 2 2 processors
Platform: Win32 Stable Includes: C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\include; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\include; C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0A\\include; C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0A\\include;
Other Includes:
Stable Source Directories: C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfc; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\mfcm; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\atlmfc\\src\\atl; C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\crt\\src;
|
accord |
Posted - Jun 25 2008 : 2:25:14 PM I just tried under Visual Studio 2008 and Visual Assist 1640, and it works fine for me.
Can you please go to:
VA Options -> System Info -> Copy Info
and paste the details (from the clipboard) into your reply. This will give us the basic information about your setup. |