Mike,
Actually that's a great idea. I took the image and ran it through an OCR
engine. Worked great. Thanks!
Kurt
On Thursday, March 17, 2016 10:52 AM, Mike Stein <[email protected]>
wrote:
Can't you just PrtScr(een)?
----- Original Message ----- From: Kurt McCullum To: Model 100 Discussion
Sent: Thursday, March 17, 2016 1:32 PM Subject: Re: [M100] Virtual-T IDE
Question
Ken,
Everything I need to copy is in the error window on the screen but I can't
copy it to the clipboard. Would that be easier than writing to a file?
Kurt
On Thursday, March 17, 2016 10:12 AM, Ken Pettit <[email protected]> wrote:
No. It would be super simple to add though ... the assembler and linker
already output through a common "stdout" handler (VT_Ide::Stdout in the ide.cpp
file). Would be a simple matter adding a line of code to also print any
messages to a file. The most time consuming thing would be to add a GUI
checkbox to enable it, and maybe an edit field / browse button for the
filename, and even that isn't much.
Ken
On 3/17/16 9:53 AM, Kurt McCullum wrote:
Is there a way to export the assembler error messages to a file?
Kurt