Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 syntax highlighting int32_t

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
dagute Posted - May 11 2013 : 1:47:21 PM
Hello friends

as the topics says - how can I get definitions as int32_t
highlighted similar to an int???

kind regards
Peter
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - May 13 2013 : 12:35:21 PM
Which IDE and version of VA are you using?

Using the very simple test code:

	int nLocalOne;
	int32_t nLocalTwo;
	
	nLocalTwo = 4;
	nLocalTwo = nLocalOne + 2;

both variables are being shown in bold by VA, they have the same colour, and all references to both are correctly highlighted when placing the caret into the variable name.

I am testing VS2010 with VA 1936

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