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
 VA Snippet unwanted text replace
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

honzaq
Starting Member

1 Posts

Posted - Jan 25 2013 :  06:21:28 AM  Show Profile  Reply with Quote
Hello,

I have VA Snippet:

TRACE(_T("$end$ fail. (0x%08X)"), dwValue);

but after (after save it work OK) but after reopen the VA snippet I got:

TRACE(_T("$end$ fail. (0x$selected$8X)"));

Is there any way how to prevent this?

*moved to general release by feline*

Edited by - feline on Jan 28 2013 12:07:46 PM

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Jan 28 2013 :  12:07:18 PM  Show Profile  Reply with Quote
That is very unexpected, I have never seen VA Snippets do that before. I have put in a bug report for this:

case=72032

As a temporary work around, if you change the snippet to read:

TRACE(_T("$end$ fail. (0x%$formatting=08$X)"), dwValue);

when you enter this snippet VA will prompt you for the value "formatting", which will have the default value 08, so you can just accept this dialog with Enter, without having to stop and read it, so you will end up with the correct trace line in your code. Not ideal, but hopefully this will help a bit.

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

support
Whole Tomato Software

5566 Posts

Posted - Feb 25 2013 :  12:39:15 PM  Show Profile  Reply with Quote
case=72032 is fixed in build 1929
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