Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Tooltip bug in 1561

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
znakeeye Posted - Oct 01 2007 : 08:26:22 AM
Here is my code:
// Initialize global strings
1. TCHAR buffer
2. LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING);
3. LoadString(hInstance, IDC_WINDOWSTRINGCAPTURE, szWindowClass, MAX_LOADSTRING);

When I place the cursor after "LoadString(" at line 2 I get the following tooltip text (with syntax colors activated):

TCHAR buffer LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING)
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Oct 02 2007 : 2:51:39 PM
I added the semi-colon since complaining VA is confused by invalid code is unfair

VA tries its best with code that does not compile (you are still editing it), but there are limits, and missing semi-colons is a good way to confuse VA's parser.
znakeeye Posted - Oct 02 2007 : 03:49:22 AM
No, that's wrong ;) You added a semi-colon after "TCHAR buffer"...

I'm seeing exactly the text I pasted. If I could find an "upload image" button somewhere, I would post my screen dump too :P
feline Posted - Oct 01 2007 : 8:39:36 PM
What sort of tooltip are you seeing? For a parameter info tooltip I am seeing this:


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