LB Booster
General >> Announcements >> LB Booster version 3.06 released http://lbb.conforums.com/index.cgi?board=announcements&action=display&num=1472917612 LB Booster version 3.06 released
Post by Richard Russell on Sep 3rd, 2016, 3:46pm
I am pleased to announce the release of LB Booster version 3.06. It may be downloaded from here:
This release incorporates the following minor user-requested changes: The progress dialog reports the name of any 'include file in its title bar (change requested by user Cryptoman).
STYLEBITS accepts a handle variable, but only if the statement comes after the declaration of the control (change requested by user Alincon).
NOMAINWIN suppresses PRINT statements, so that debug output may be left in a program without it slowing execution (change requested by user Coda).
'Local scope' labels work correctly even if they include an underscore character (change requested by user BrianM).
GLOBAL has improved syntax checking (change requested by user Cryptoman).Please note that, unavoidably, updating LBB.exe will mean that its 'reputation' is reset and you may receive security warnings when you download it. This should resolve itself eventually when the new version has been downloaded a sufficient number of times for its safety to be established.
Richard. Re: LB Booster version 3.06 released
Post by Alincon on Sep 3rd, 2016, 4:17pm
Thank you for continuing to support and improve LBB!
Please explain the improvement of the 'Progress Dialog'
r.m.
Re: LB Booster version 3.06 released
Post by Richard Russell on Sep 3rd, 2016, 5:39pm
Please explain the improvement of the 'Progress Dialog'
Cryptoman's original request was this: "It will be also nice if LBB displays somewhere on the IDE when it starts processing an INCLUDE file and line numbers. For example by changing the title of the dialog box from "Boosting your program" to something line "Now, including INC/FOO.BAS 126 / 890....".
It wasn't practical to modify the line number display but the dialog's title bar now shows the filename of the included file.
Richard. Re: LB Booster version 3.06 released
Post by net2014 on Sep 3rd, 2016, 6:52pm
Thanks Richard, from me too, for your continued support and reacting to users suggestions. I do try to 'advertise' LBB but can't say how!
Re: LB Booster version 3.06 released
Post by mmiscool on Sep 4th, 2016, 03:40am
Wow. Its been a while since popping over here to check out whats going on. I was still using a version that was quite old. This looks like there have been many improvements.
Thanks for the continued support.
Re: LB Booster version 3.06 released
Post by CryptoMan on Sep 5th, 2016, 8:16pm
Dear Richard,
Thank you very much progress display of include filenames. It works very nicely.