Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VA Snippet unwanted text replace

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
honzaq Posted - Jan 25 2013 : 06:21:28 AM
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*
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Feb 25 2013 : 12:39:15 PM
case=72032 is fixed in build 1929
feline Posted - Jan 28 2013 : 12:07:18 PM
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.

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