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

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
Dusan Posted - Jan 30 2014 : 07:08:02 AM
VA fails to highlight tooltips when content to show exceeds its maximal bounds:

For example:
/*------------------------------------------------------------------------------------------------------
| NAME:					fooBase
| AUTHOR:				aaa
| DATE:					bbb	
------------------------------------------------------------------------------------------------------*/
class fooBase
{
public:
  virtual bool fooMethod() { return true; }
  virtual ~fooBase() {}
};




However, when I shorten last line of comment it works:
/*------------------------------------------------------------------------------------------------------
| NAME:					fooBase
| AUTHOR:				aaa
| DATE:					bbb	
------------------------------------------------*/
class fooBase
{
public:
  virtual bool fooMethod() { return true; }
  virtual ~fooBase() {}
};




Similar issue is when name of class or of class it is derived from is too long:



Seems that there is any exception that stops overpainting process.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jan 31 2014 : 5:03:20 PM
I am seeing the same effect here with the long comment on the class, thank you for the clear description.

case=79981

but I cannot reproduce the problem with the long class name. Testing VS2008 and VA 2023, my class name is 184 characters long, and the tooltip is still coloured correctly.

Which IDE and version of VA are you using?

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