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.
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.
Don't you hate it when you find one bug, get a fix for it and then find a few more.
Bill
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).