IonicWind Software

IWBasic => General Questions => Topic started by: Jerry Muelver on November 30, 2006, 03:32:59 AM

Title: clearing the compiler log
Post by: Jerry Muelver on November 30, 2006, 03:32:59 AM
The error log in the compiler's report window doesn't clear by itself from one compile to another, so new errors get added into the old error list with each new compile. Shifting to another source file (in a source window tab) and compiling there will clear (or overwrite) the error report, but recompiling a file twice in a row seems not to. Am I missing a step to clear the window so I can see if my Random Variable Assignment fixed a couple of errors on the next compile?
Title: Re: clearing the compiler log
Post by: Ionic Wind Support Team on November 30, 2006, 07:52:18 AM
I can't duplicate what Jerry is talking about.  Anyone else experience this?
Title: Re: clearing the compiler log
Post by: Zen on November 30, 2006, 08:33:32 AM
Nope never had it. Could always try it on another system Jerry if possible. Nothing happening here though.

Lewis
Title: Re: clearing the compiler log
Post by: Jerry Muelver on November 30, 2006, 09:20:29 AM
I can't seem to duplicate it, either! Though, once I had duplicate error messages listed (letter-for-letter identical" for quite a few errors. I may just have overloaded things with my brute-force approach. It's all working now, so I'm down to figuring out how to clear the key buffer to prevent premature exit on a do-loop. I'll show ya'll when my Random Variable Assignment technique fixes the problem.