TextPad scripting with Lua

Ideas for new features

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
celime
Posts: 3
Joined: Wed Jan 23, 2008 2:06 pm

TextPad scripting with Lua

Post by celime »

It would be famously interesting to be able to create scripts in the Lua language (https://www.lua.org/home.html), and run them via the existing, but adapted, macro interface.

I've developed a graphics app that uses the Lua interpreter, and I can guarantee it's an easily achievable project. (Contact me if necessary).
User avatar
AmigoJack
Posts: 482
Joined: Sun Oct 30, 2016 4:28 pm
Location: グリーン ヒル ゾーン
Contact:

Post by AmigoJack »

So far I was not in need to script TextPad - recording macros is already a help that solves most problems. Of course, I'd enjoy being able to edit existing macros, but I also understand the difficulty of composing human readible instructions just from actions that are recorded.

Lua? Not necessary, could be any langauge.
Scripting? Not necessarily, but it would give much better control.
Macros which can be edited? That would be great - even if it only comes without any language and I'm only able to click/re-arrange everything in a window instead of writing down code lines.
IanOfYork
Posts: 93
Joined: Sat Nov 04, 2017 11:54 am
Location: York, England

Post by IanOfYork »

The SYN files are human editable.
The TCL files are human editable.
The GUIstate file is XML.
The ConfigState file is XML
- although many of the settings are binary blobs which is VERY FRUSTRATING!

Human-readable macro files would be good.
Human-editable macro files would be awesome.
Post Reply