Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1541 - "Find References" and prefix operators

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
hoiby Posted - Dec 18 2006 : 04:35:47 AM
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)
10   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jan 16 2009 : 12:37:11 PM
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.
hoiby Posted - Jan 16 2009 : 03:05:43 AM
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 ?
feline Posted - Oct 30 2007 : 12:30:01 PM
Unfortunately this is still in our list of things to fix.
hoiby Posted - Oct 30 2007 : 10:13:20 AM
I'm informing you that this bug remains. :(
I use the build 1614 and Visual C++ 6.


feline Posted - May 26 2007 : 10:58:08 AM
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.
hoiby Posted - May 26 2007 : 03:35:14 AM
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;"
feline Posted - Mar 15 2007 : 11:39:22 AM
Ooops. I am seeing the same effect here. Thank you for the clear description.

case=2493
hoiby Posted - Mar 15 2007 : 05:15:58 AM
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.
support Posted - Jan 17 2007 : 3:48:57 PM
Fixed in build 1544.
feline Posted - Dec 18 2006 : 12:06:56 PM
I am seeing the same effect here. Thank you for the clear description.

case=2493

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000