News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

AddIn_SaveOutput

Started by John Z, June 21, 2021, 01:11:28 PM

Previous topic - Next topic

John Z

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

Not only the output window, the debugger Window too

John Z