Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1624 and defines with comments

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
Uniwares Posted - Dec 20 2007 : 6:02:27 PM
Given the following defines, check out the tooltips on them.


#define END_NAMESPACE_UNIWARES          } /* namespace Uniwares */
#define END_NAMESPACE_UNIWARES_DATA     } /* namespace Data     */ END_NAMESPACE_UNIWARES
#define END_NAMESPACE_UNIWARES_DATA_SQL } /* namespace SQL      */ END_NAMESPACE_UNIWARES_DATA


Everything after the comment is not shown on the tooltips.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Dec 21 2007 : 2:31:03 PM
I am seeing the same problem with these macros:

case=10790

the problem seems to be fairly specific, since I am getting better tooltips on these macros:

#define MACRO_TOOLTIP_ONE		/* comment first */ int nTest;
#define MACRO_TOOLTIP_TWO		int nTest; /* comment last */ 
#define MACRO_TOOLTIP_THREE		int nTest;
#define MACRO_TOOLTIP_FOUR		int nBracket; } /* comment after bracket */
#define MACRO_TOOLTIP_FIVE		/* comment before bracket */ int nBracket; }

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