Hi,

I just downloaded build 731. Hotkey Labels like #t are now visible in the code
explorer. Thanks!
But in Autohotkey there are much more kinds of labels possible. 
See https://www.autohotkey.com/docs/Hotkeys.htm .
Moreover there are "Hotstrings", see
https://www.autohotkey.com/docs/Hotstrings.htm .
Its quite similar. 

The simplified rule, as fare I understood, is:
Everything before the last :: (outside quotes) in a line is a Hotstring or a
Hotkey Label.
Labels may occur separately on a line or directly before a single line command.
hotkey examples:
^t:: any command
^#+!F4:: 
Alt & /::
*APPSKEY UP::any command

hotstring examples:
::btw::by the way
:*:j@::
:?:</em>::
:*?:please replace::Please replace

The proper representation of labels in the code explorer isn't the most
important think, but having it would be nice. :)

-- 
<https://forum.pspad.com/read.php?2,77222,77448>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem