[futurebasic] Re: [FB] - Bug. Is it me or FB?

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2001 : Group Archive : Group : All Groups

From: Robert Covington <artlythere@...>
Date: Sun, 12 Aug 2001 15:45:35 -0400
>Re-post. Originally went to the FB^3 list which seems a little
>unpopulated these days.
>
>===========================================================================
>=
>
>Hi folks:
>
>I was er.. "adjusting" Matt's whizzy JukeBox example when I found I could
>quit FB^3 v5 after making a change, and the change would be saved without
>asking me.   This seemed to happen after doing a "Run" i.e. not a "Build".
>
>In a programming environment this is just about the last thing I need.
>There are plenty of other ways to shoot myself in the foot!
>
>The question is:   Am I just missing a preference setting or something. I
>did have the pref "Automatically reopen files after a crash" checked.  I
>never usually look at the files tab.
>
>Any ideas?  If this is a bug I'm not sure how to submit it short of
>emailing Staz direct.
>
>Mike Malone
>
>===========================================================================

FB 3 will in general ( it doesn't always get them all for some reason) save
your current file changes before the compile.

I used to not like that, but now I count on it.

What is cool about it, is that if the file hasn't been encountered by the
compiler yet (you fast machine guys won't be able to do this) you sometimes
can change a type you just saw, save the file again, and avoid blowing that
compile. :)

When I need to run things unchanged or for prototyping a single FN faster
with multiple runs, I will use FB II.

What stinks then is that FB II leaves me in a lurch ( I do actually),
because I don't save the changes...counting on them to be saved for me.

A double edged feature for sure.

Robert