PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: Paul Squires on January 17, 2023, 02:26:24 PM

Title: WinFBE 3.0.8 (January 17, 2023)
Post by: Paul Squires on January 17, 2023, 02:26:24 PM
Download link:  https://github.com/PaulSquires/WinFBE/releases

Version 3.0.8 (January 17, 2023)
Editor:
- Updated the Scintilla DLL's to the latest version 5.3.2 (Dec 6, 2022).
- Modified the Scintilla & Lexilla DLL's to fix a long standing syntax coloring issue whereby code appearing after a pound sign character ("#") would not be syntax highlighted.
- Modified AutoCompletion to always insert the corresponding completion statement (eg. Next, End If, End Select, Wend...).
- Fixed bug in UnicodeToUtf8 conversion function that could corrupt some foriegn characters by removing trailing null characters. This impacted the output of visual designer *.design files.
- Fixed minor parser bug that would not complete the parse of an "end constructor" or "end destructor" correctly.
Title: Re: WinFBE 3.0.8 (January 17, 2023)
Post by: SeaVipe on January 17, 2023, 05:57:35 PM
Thanks, Paul!
Quote- Modified the Scintilla & Lexilla DLL's to fix a long standing syntax coloring issue whereby code appearing after a pound sign character ("#") would not be syntax highlighted.
Code after the pound symbol now appears with syntax highlighting as in:
Dim As Long ff = Freefile
Dim As Long o = Open( This.jdb_file_name For Random Access Read As #ff Len = Sizeof( db ) )
Title: Re: WinFBE 3.0.8 (January 17, 2023)
Post by: Jim Dunn on February 20, 2023, 11:08:13 AM
You're famous -- 3.0.8 is up on https://www.softpedia.com/get/Programming/File-Editors/WinFBE.shtml
Title: Re: WinFBE 3.0.8 (January 17, 2023)
Post by: Paul Squires on February 20, 2023, 09:25:25 PM
Lol, I guess that now there's nothing left for me to do but to retire!   ;D  ;D  ;D
Title: Re: WinFBE 3.0.8 (January 17, 2023)
Post by: Bumblebee on February 21, 2023, 03:53:42 AM
The #1 FreeBasic editor deserves its fame  8)