Originally from @JD Lua Explorer „Advanced“
https://gist.github.com/johnd0e/5110ddfb3291928a7f484cd38f23ff87/
Discussion page of @JD version:
https://forum.farmanager.com/viewtopic.php?f=60&t=7988
"Lua Explorer @Xer0X" version and discussion page:
https://github.com/dr-dba/far-lua-explorer/
https://forum.farmanager.com/viewtopic.php?f=15&t=12374
changes are:
- Retentive, i.e. reopened on the same object (=table) subelement
- Ability to navigate by the given path,
for example this:
lua:LE(_G, nil, nil, nil, { "Area" })
.. will open the"[ _G ==>> Area ]" table<br /> and this:<br /> lua:
LE(_G, nil, nil, nil, { "far", "Colors" })<br /> .. will open the
[ _G ==>> far ==>> Colors ]` table - Not like in original code exiting on Escape,
this modification exits on Escape, goes back on BackSpace - Custom sorts can be defined
- Certain fields (properties) can be hidden