PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: Paul Squires on July 21, 2017, 05:32:37 PM

Title: WinFBE 1.3.6 on GitHub (July 21, 2017)
Post by: Paul Squires on July 21, 2017, 05:32:37 PM
Version 1.3.6 (July 21, 2017)

- Fixed: Regression 1.3.4 #CONSOLE ON|OFF incorrectly overriding GUI/CONSOLE setting in some cases.

https://github.com/PaulSquires/WinFBE/releases
Title: Re: WinFBE 1.3.6 on GitHub (July 21, 2017)
Post by: José Roca on July 22, 2017, 05:16:43 AM
> #CONSOLE ON|OFF

How to use it?

BTW the editor no longer rems blank lines, but still rems lines that only have spaces.
Title: Re: WinFBE 1.3.6 on GitHub (July 21, 2017)
Post by: Paul Squires on July 22, 2017, 10:17:47 AM
Quote from: Jose Roca on July 22, 2017, 05:16:43 AM
> #CONSOLE ON|OFF

How to use it?

Simply put it in the main bas file that you are compiling. It is part of a comment line.

' #CONSOLE ON

or

' #CONSOLE OFF

Quote
BTW the editor no longer rems blank lines, but still rems lines that only have spaces.

Ok, I'll also check for only space lines. That will be in the next update.