Introspection

Far Manager Macro System

Introspection


The global tables of macro API can be examined with pairs(), separately for functions and “properties”.

Example:

    for k,v in pairs(Editor) do .... end -- for functions

    for k,v in pairs(Editor.properties) do .... end -- for properties