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
 VAX and keyboard macro recording in VS
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

marekv
Starting Member

Norway
1 Posts

Posted - Aug 25 2005 :  06:49:39 AM  Show Profile
Hi, I suggest that VAX should automatically turn off when you start recording a keyboard macro (Ctrl-Shift-R is the usual shortcut). If I don't turn it off manually, some parentheses will be "eaten", so that when I playback I don't get the correct result.

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Aug 25 2005 :  4:22:11 PM  Show Profile
recording the action of typing in the single line of C++ code:

int nFred = atoi(3);

and playing it back gave me:

int nFred = atoi3;

which was unexpected. normally i only use macros for formatting and mechanical things which are not effected. work around for now is to disable VAX manually before recording a macro.

case=724

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

Andre
Junior Member

Canada
20 Posts

Posted - Aug 30 2005 :  07:58:26 AM  Show Profile
You may have to disable it when playing back as well. When text is inserted VAX menu pop into view over and over again. I have never seen any unexpected text inserted but it is unsightly.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Aug 30 2005 :  12:14:57 PM  Show Profile
i was under the impression that VAX automatically disables its self during macro playback. what sort of thing are you doing in your quick macro's, and what IDE + version of VAX are you using?

i disabled VAX and recorded a quick macro to insert the code:

	for(int i = 0; i < 10; i++)
	{
	}

i then enabled VAX and played back this macro 6 times in a row. no VAX popup's occurred at any point.

this is with VS 2003 and VAX 1418 using C++

zen is the art of being at one with the two'ness
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