Tooltip for int (Hexadecimal)

SyntaxEditor for Windows Forms Forum

Posted 11 years ago by Dominik K
Version: 12.1.0304
Avatar

Hello,

a short question:

I get a tooltip for all int values in my editor which are like this for 9:

"int 9    // 0x00000009"

So, the hexadecimal value of the int value.

How can I deactivate this tooltips and why does it show up? I think the hexadecimal value of the int is kinda useless within a tooltip.

 

Thanks,

Dominik

Comments (1)

Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Dominik,

That feature is built into the .NET Languages Add-on.  You could inherit the language and override OnSyntaxEditorViewMouseHover.  If you see a similar value, clear the e.ToolTipText to prevent it.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.