WinFBE 3.0.8 (January 17, 2023)

Started by Paul Squires, January 17, 2023, 02:26:24 PM

Previous topic - Next topic

Paul Squires

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.
Paul Squires
PlanetSquires Software

SeaVipe

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 ) )
Clive Richey

Jim Dunn

3.14159265358979323846264338327950
"Ok, yes... I like pie... um, I meant, pi."

Paul Squires

Lol, I guess that now there's nothing left for me to do but to retire!   ;D  ;D  ;D
Paul Squires
PlanetSquires Software

Bumblebee

The #1 FreeBasic editor deserves its fame  8)
Failed pollinator.