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
 1541 - "Find References" and prefix operators
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

hoiby
Senior Member

France
38 Posts

Posted - Dec 18 2006 :  04:35:47 AM  Show Profile  Reply with Quote
Hi,

When a prefix operator is used, the "Find References" output window doesn't notify a symbol modification (icon with a red arrow).
(for example :
++i;
instead of
i++;
)



(I'm using visual c++ 6 with visual assist 1541)

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Dec 18 2006 :  12:06:56 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=2493

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

support
Whole Tomato Software

5566 Posts

Posted - Jan 17 2007 :  3:48:57 PM  Show Profile  Reply with Quote
Fixed in build 1544.
Go to Top of Page

hoiby
Senior Member

France
38 Posts

Posted - Mar 15 2007 :  05:15:58 AM  Show Profile  Reply with Quote
I'm sorry to informe you of that, but the bug partially remains.
I use the build 1548 and Visual C++ 6.
for example
//----
int a;
a++;
++a;
//----
works.
but this
//----
struct S{ int a; };
S s;
s.a++;
++s.a;
//----
doesn't work.
In fact each time the variable is a little complex (with a dot '.' or '->) that doesn't work.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Mar 15 2007 :  11:39:22 AM  Show Profile  Reply with Quote
Ooops. I am seeing the same effect here. Thank you for the clear description.

case=2493

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

hoiby
Senior Member

France
38 Posts

Posted - May 26 2007 :  03:35:14 AM  Show Profile  Reply with Quote
I recently discover the same bug,but inversed :

With the same example:
//----
struct S{ int a; };
S s;
s.a++;
++s.a;
//----

But if you use "Find References" on "s" and not on "a"
The result uses a brown arrow icon for the line "s.a++;"
and uses a red arrow icon for the line "++s.a;"
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - May 26 2007 :  10:58:08 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description. I have put a note about this onto case=2493 since it seems to be the same basic problem.

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

hoiby
Senior Member

France
38 Posts

Posted - Oct 30 2007 :  10:13:20 AM  Show Profile  Reply with Quote
I'm informing you that this bug remains. :(
I use the build 1614 and Visual C++ 6.


Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Oct 30 2007 :  12:30:01 PM  Show Profile  Reply with Quote
Unfortunately this is still in our list of things to fix.

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

hoiby
Senior Member

France
38 Posts

Posted - Jan 16 2009 :  03:05:43 AM  Show Profile  Reply with Quote
Don't forget me please :)
I'm waiting for a long time now.
Do you think fix this later, or it is a too small bug ?
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Jan 16 2009 :  12:37:11 PM  Show Profile  Reply with Quote
It has not been forgotten, it is just tricky, since you have to consider the code before and after the symbol when working out the colouring. Code colouring is not always as easy as it sounds.

I have increased the priority on this a bit, which might help.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000