NO

Author Topic: AddIn_SaveOutput  (Read 1596 times)

Offline John Z

  • Member
  • *
  • Posts: 790
AddIn_SaveOutput
« on: June 21, 2021, 01:11:28 PM »
Being able to save the output window to a text file would be convenient. 
Currently CTRL+A , CTRL+C, then paste into a text file is the only way to save the windows data.

This would join the Addin_WriteOutput and Addin_ClearOutput macros.

Alternatively if programmatically the output window could be sent to the system clipboard then an addin could save the clipboard to a file.  Perhaps Addin_ToClipboard which would take a tab handle and send that tabs data would be more generic.

John Z

Grincheux

  • Guest
Re: AddIn_SaveOutput
« Reply #1 on: June 21, 2021, 07:30:31 PM »
Not only the output window, the debugger Window too

Offline John Z

  • Member
  • *
  • Posts: 790
Re: AddIn_SaveOutput
« Reply #2 on: July 14, 2021, 01:00:15 PM »
Not needed anymore just use

https://forum.pellesc.de/index.php?topic=10160.0   :)


John Z