Page 1 of 1

report SciTE4AutoHotkey bug

Posted: 22 Jan 2023, 04:51
by cgx5871
file: toolbar.properties
=Window`rSpy|%LOCALAHK% tools\WindowSpy.ahk||%ICONRES%,9

SHOWTEXT
- Specifies that button text should be displayed. All buttons can have text, but only those buttons with the SHOWTEXT button style will display it.
This button style must be used with the LIST style. If you set text for buttons that do not have the SHOWTEXT style, the toolbar control will
automatically display it as a ToolTip when the cursor hovers over the button. For this to work you must create the toolbar with TOOLTIPS style.
You can create multiline tooltips by using `r in the tooltip caption. Each `r will be replaced with new line.
its not work