Page 1 of 1
Why Textpad will never have editable macros?
Posted: Thu Jun 21, 2012 9:26 pm
by Ryck
I'm curious for the definitive answer as to why Textpad is not given the ability to edit its own macros nor expose its macro scripting language?
Users have been asking for these abilities for MANY years.
A definitive reason is in order on this 20th anniversary year!
Oh, by the way, happy 20th anniversary.
Posted: Thu Jun 21, 2012 9:42 pm
by ben_josephs
Macros and scripts are quite different things. A macro is a fixed sequence of editor actions that may be performed by the user through the GUI. A script is a program using standard programming language constructs (variables, conditions, loops, etc.) that manipulates the editor by calling functions provided by a programming interface.
Scripts are far more powerful and useful than macros.
TextPad supports macros, but does not supply a means to edit them. It does not support scripts.
Please don't shout.
Re: Why Textpad will never have editable macros?
Posted: Fri Jun 22, 2012 10:25 pm
by ineuw
Ryck wrote:I'm curious for the definitive answer as to why Textpad is not given the ability to edit its own macros nor expose its macro scripting language?
Users have been asking for these abilities for MANY years.
A definitive reason is in order on this 20th anniversary year!
Oh, by the way, happy 20th anniversary.
It's like flogging a dead horse. Just forget it and use Autohotkey_L. It's easy and works very well in Textpad.
Posted: Thu Jul 05, 2012 4:52 pm
by kengrubb
I seem to recall a post from the past, perhaps not by Helios himself, but from someone at Helios.
Simply put, it would be a colossal change to the codebase in order to make it happen.
There have been speculative observations by users of TP that TP6 was a major rewrite of the codebase intended to deliver new future functionality.