#20694
Yutaka Emura
Keymaster

Hi Paul,

On the next beta version (v15.9.0 beta 3), you will be able to call Snippets by using ExecutePlugin function with the nParam = 1, and strParam = path to the snippet. For example:

editor.ExecutePlugin( "Snippets.dll", eePluginUserMessage, 1, "General\\Date" );

I hope this will help you.

Thank you!