IonicWind Software

IWBasic => IWB 2.5 Beta => The BoneYard => IWB 2.5 beta Development => Topic started by: LarryMc on June 19, 2012, 10:22:23 AM

Title: Info Only Update 06-19-2012
Post by: LarryMc on June 19, 2012, 10:22:23 AM
While I was looking into the REGION / ENDREGION problem I was having with code folding I reminded myself that in the
current IDE folding is not handled properly for a line that starts with GLOBAL SUB.

So, I decided to take a little break from my compiler rat-killing and fix the folding.

So, in the new IDE, folding for global subs will now work properly.
Title: Re: Info Only Update 06-19-2012
Post by: LarryMc on June 22, 2012, 06:05:29 AM
LarryS furnished me some code that i didn't previously have and it allowed me to finish the compile-only code for a project.
It also let me know I had not properly covered every situation in some of my other code.
So I'm going back through my compile/link code yet again to make sure I haven't missed anything else in what I have coded so far.
Title: Re: Info Only Update 06-19-2012
Post by: billhsln on June 22, 2012, 09:20:00 AM
Don't you hate it when you find one bug, get a fix for it and then find a few more.

Bill
Title: Re: Info Only Update 06-19-2012
Post by: LarryMc on June 22, 2012, 10:56:18 AM
Quote from: billhsln on June 22, 2012, 09:20:00 AM
Don't you hate it when you find one bug, get a fix for it and then find a few more.

Bill

The only thing I hate more is you guys finding bugs in my code (unless you are a beta tester).