Runing a macro in a template
Runing a macro in a template
It would be very usefull if I could enter a macro name in the definition of a template. This should enable me more sofisticated templates.
The latest Zeus for Windows Version 3.96 implements this new featureIt would be very usefull if I could enter a macro name in the definition of a template.

Refer to this link for more details: http://www.zeusedit.com/forum/viewtopic.php?t=1035
It is now possible to run a macro script using the macro_tag function using the following $TAG syntax:
Code: Select all
$MacroExcute<macro_file name>
Code: Select all
$ME<macro_file name>
Code: Select all
output = macro_tag("$MacroExcute<c:/program files/zeus/zscript/macro.lua>")
Code: Select all
$ME<macro_file name>