report SciTE4AutoHotkey bug

The popular SciTE-based AutoHotkey Script Editor
cgx5871
Posts: 315
Joined: 26 Jul 2018, 14:02

report SciTE4AutoHotkey bug

Post by cgx5871 » 22 Jan 2023, 04:51

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

Return to “SciTE4AutoHotkey”