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
 Feature Requests
 Improve parsing macro used in argument list
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

kennyl
Ketchup Master

50 Posts

Posted - Dec 03 2009 :  10:08:13 PM  Show Profile  Reply with Quote
Example:


#define FUNC_ARG_LIST		DWORD dwParam1, DWORD dwParam2, DWORD dwParam3

void foo(FUNC_ARG_LIST)
{
	printf("%u - %u - %u\\n", dwParam1, dwParam2, dwParam3);
}


VA can not recognize such stuff and failed to colorize dwParam3.

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Dec 04 2009 :  2:27:52 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=26041
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