Skip to content

Creating New Plugins (lua)

Alundaio edited this page Sep 14, 2016 · 2 revisions

Gettings Started

  • Adding a new plugin is as simple as adding a new directory to AXRToolset\scripts.
  • 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