Viewing 1 post (of 1 total)
  • Author
    Posts
  • #6739
    dreftymac
    Participant

    It would be great if I could do macro code like this:

    OutputBar.Clear();
    OutputBar.writeln( “Hello!” );
    message = OutputBar.GetText(); // <-- this doesn't exist yet
    alert(message); // <--Hello!

    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.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.