It would be great if I could do macro code like this:
OutputBar.Clear();
OutputBar.writeln( “Hello!” );
message = OutputBar.GetText(); //
alert(message); //
It would also be nice if I could select more than one document selection at a time.
*However* if it is not possible to do more than one selection, I would still like to be able to do OutputBar.GetText() … because that would allow me to write and read text from a macro regardless of which macro is currently running and regardless of which buffer is currently focused.
This would be a very useful improvement.
Thanks for such a great editor compared to other windows editors.