Macro command reference
-
I recorded a macro:
<Macro name="F-list URLs" Ctrl="no" Alt="no" Shift="no" Key="0"> <Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> <Action type="3" message="1601" wParam="0" lParam="0" sParam="^(https://www.example.com/([^/\r\n]+))/?$" /> <Action type="3" message="1625" wParam="0" lParam="2" sParam="" /> <Action type="3" message="1602" wParam="0" lParam="0" sParam='<b> <a href="\L\1\E">\2</a></b><br/>' /> <Action type="3" message="1702" wParam="0" lParam="768" sParam="" /> <Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /> <Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> <Action type="3" message="1601" wParam="0" lParam="0" sParam='%20(?!.+">)' /> <Action type="3" message="1625" wParam="0" lParam="2" sParam="" /> <Action type="3" message="1602" wParam="0" lParam="0" sParam="\x20" /> <Action type="3" message="1702" wParam="0" lParam="768" sParam="" /> <Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /> </Macro>
I would like to understand exactly what it is doing, and possibly modify it, but I could not find any reference of the messages and parameters. Similar questions have been asked before but the answers all link to a wiki which no longer exists.
-
-
Thanks for that!
Is there a list of messages that are not search-related? -
See the config files: <Macros> section of the npp-user-manual.org site.