"Context action": Refactoring not available on this symbol.
11 L A T E S T R E P L I E S (Newest First)
support
Posted - Mar 17 2011 : 11:55:55 PM case=52550 is fixed (again) in build 1845
hfrmobile
Posted - Feb 14 2011 : 1:46:57 PM Uuuups ... ;-)
sean
Posted - Feb 03 2011 : 9:15:40 PM The fix for case=52550 has been rolled back in build 1842 due to a bug that it caused. Case=52550 has been reopened.
support
Posted - Jan 24 2011 : 4:10:09 PM case=52550 is fixed in build 1840
hfrmobile
Posted - Nov 26 2010 : 05:08:20 AM thx a lot!
feline
Posted - Nov 25 2010 : 1:48:51 PM case=52550 has been fixed internally, so this fix should appear in the next build of VA. I am not quite sure when this is due, but it should be in the next few weeks.
hfrmobile
Posted - Nov 25 2010 : 07:11:47 AM Thank you for your reply.
AfxMessageBox(L"Okay, I understand!");
The change history page will also be useful for developers outside WT ;-)
But can't find case=52550 yet on that page. Which build fixes the problem?
sean
Posted - Nov 24 2010 : 11:49:54 AM case=52550 is the bug id - for our reference, so that someone else at WT doesn't create a duplicate bug. On the change history page ( http://www.wholetomato.com/support/history.asp ), it and this thread will be referenced when a build has been released with the fix. This thread will also be updated. The problem with S is fixed. L was also an issue, but other single letter names were fine. Due to a bug with string literal handling - S and L can be used as string literal prefixes in some scenarios.
hfrmobile
Posted - Nov 24 2010 : 11:30:31 AM I renamed "S" to "TestStruct" and the problem disappeared. What exactly is the problem with "S"? Too short? Or because the variable is named "s"? What does case=52550 mean for me as user?
sean
Posted - Nov 23 2010 : 11:49:53 AM It's vs2008. The problem is the struct name - S. case=52550
support
Posted - Nov 23 2010 : 11:24:48 AM I think this is VS2010's doing the underlining. Can you disable their underlining via "Tools/Options/Text Editor/C_C++/Advanced/Disable Squiggles" and see if this fixes it?