Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Underline mistyped symbols underlines valid symbol
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

BrianEnsink
New Member

USA
9 Posts

Posted - Apr 04 2005 :  9:11:45 PM  Show Profile
Underline mistyped symbols (partially) underlines symbols that are actually okay. In the code below VAX flags "member" on line 3 as mistyped and underlines it correctly. It also underlines "member" in both occurances of "m_member" on lines 1 and 2 which are actually valid symbols. It does not underline the "m_" part of the symbol name on these lines.


class MyClass
{
  int m_member;    /* 1 */
  void Foo() {
    m_member = 42; /* 2 */
    member = 24;   /* 3 */
  }
};


VAX Info:

VA_X.dll file version 10.1.1299.0
VAOpsWin.dll version 1.2.0.4
DevEnv.exe version 7.10.3077.0
msenv.dll version 7.10.3077.0
Font: Lucida Console 11(Pixels)
Comctl32.dll version 5.82.2900.2180
WindowsNT 5.1 Build 2600 Service Pack 2
2 processors

IDE Info:

Microsoft Development Environment 2003 Version 7.1.3088

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - Apr 05 2005 :  04:16:10 AM  Show Profile
Yes, this is another very long-standing bug. Annoying, isn't it?
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=1322
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=1913
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=2968

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18942 Posts

Posted - Apr 05 2005 :  3:16:52 PM  Show Profile
i am not sure if this is the same bug or a subtle variation on the threads Stephen has listed, so i have given this one a new number:

case=553

zen is the art of being at one with the two'ness
Go to Top of Page

BrianEnsink
New Member

USA
9 Posts

Posted - Apr 05 2005 :  4:24:47 PM  Show Profile
quote:
Originally posted by feline

i am not sure if this is the same bug or a subtle variation on the threads Stephen has listed, so i have given this one a new number:

case=553



The first two threads Stephen listed involved underlined spelling mistakes (I don't have permission to see the third one). My bug report above involves underlined symbols rather than spelling mistakes. I did change the spelling and symbol underline colors just to be sure.

It does seem like a subtle difference but perhaps both underline features are handled the same way inside VAX.




Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000