Skip to content

Creating New Plugins (lua)

Alundaio edited this page Feb 10, 2017 · 2 revisions

Gettings Started

  • Adding a new plugin is as simple as adding a new *.lua to AXRToolset\scripts.
  • Application will automatically call OnApplicationBegin function for a script.
  • Use some of the more simple plugins as an example, such as LTXTidier.
  • see core\ahk\lua_ahkfunctions.ahk for a list of exported AHK functionality.

Tips

  • Adding a .ignore file to a directory will be ignored by the recurse_subdirectories_and_execute function. Useful if you want to require a *.lua into one of your plugin scripts and not have it auto-load into it's own global namespace.
Clone this wiki locally