Pelles C forum

Pelles C => Feature requests => Topic started by: John Z on June 21, 2021, 01:11:28 PM

Title: AddIn_SaveOutput
Post by: John Z 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
Title: Re: AddIn_SaveOutput
Post by: Grincheux on June 21, 2021, 07:30:31 PM
Not only the output window, the debugger Window too
Title: Re: AddIn_SaveOutput
Post by: John Z on July 14, 2021, 01:00:15 PM
Not needed anymore just use

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


John Z