Skip to content

Releases: PaulSquires/WinFBE

WinFBE Version 1.6.6

22 Jul 20:14
Compare
Choose a tag to compare
  • Fixed: Many changes related to the experimental visual designer.

WinFBE Version 1.6.5

15 Jul 15:45
Compare
Choose a tag to compare
  • Added: Visual Designer enabled but it is limited and experiemental at this point.
  • Added: FreeBASIC Compiler nightly build July 3, 2018 (32 and 64 bit versions).
  • Added: Extended style to the Explorer treeview to give it modern looking icons rather than +/- boxes.
  • Changed: Removed WinFBX include paths from "Environment Options" / "Compiler Setup". No longer needed.
  • Fixed: Quick Run was failing when invoked against unicode editor files. Temp file now output using correct unicode settings.

WinFBE Version 1.6.4

03 Jun 14:05
Compare
Choose a tag to compare
  • Fixed: Tweak code related Codetips to fix several regressions preventing TYPE elements from displaying.

WinFBE Version 1.6.3

02 Jun 16:05
Compare
Choose a tag to compare
  • Added: WinFBE_Suite package as an attached binary release. Includes all-in-one package to start coding immediately. Editor, compiler, help files, include files. (WinFBE_Suite.rar attached to this release)
  • Added: Automatically create and use preparsed sub/function definitions from the compiler's \inc folders. The database is stored in the "settings" folder in files "preparse_timestamps.ini" and "preparse_database.ini".
  • Added: French language localization file. Thanks to Marc Pons.
  • Changed: If option to display Codetips is OFF, then files are not parsed for anything other than Subs/Functions.
  • Fixed: Regression adding incorrect leading spaces for IF/THEN autoinsert blocks.

WinFBE Version 1.6.2

27 May 15:50
Compare
Choose a tag to compare
  • Fixed: Conflicting issue with AutoComplete and AutoIndent config flags.

WinFBE Version 1.6.1

26 May 15:23
Compare
Choose a tag to compare
  • Added: Help/About now shows if running 32 or 64 bit version of WinFBE.
  • Fixed: Explorer treeview and popup Function List were not displaying SUB routines.
  • Fixed: Autoinsert was testing for AutoIndent config flag rather than AutoComplete flag.

WinFBE Version 1.6.0

19 Apr 18:49
Compare
Choose a tag to compare
  • Added: italian.lang lanuage file thanks to Massimiliano Argenti from the PlanetSquires forum.
  • Added: czech.lang lanuage file thanks to Norcom (Robert) from the PlanetSquires forum.
  • Fixed: QuickRun in top menu now correctly disabled when a Project is active.
  • Fixed: Endless loop if file remained opened in editor but deleted manually from disk.
  • Fixed: Corrected instances where the Autocomplete popup list would appear when it should not.
  • Fixed: Corrected saving/restoring Explorer width when moving between high/low resolution monitor settings.

WinFBE Version 1.5.9

06 Feb 21:37
Compare
Choose a tag to compare
  • Added: '#RESOURCE "resourcefilename" compiler directive to be embedded in the code of the main file being compiled.

WinFBE Version 1.5.8

05 Feb 21:49
Compare
Choose a tag to compare
  • Fixed: In non-project situations, file would get loaded into File Explorer multiple times after each F4 Function selection.

WinFBE Version 1.5.7

04 Feb 03:31
Compare
Choose a tag to compare
  • Added: Dual pane split screen file editing.
  • Added: Multiline comment support to scintilla dll editing component. /' '/
  • Added: Additional error check to report failed GoRC resource file compiles.
  • Added: Autoinsert completion for CONSTRUCTOR, DESTRUCTOR, ENUM constructs.
  • Changed: Removed WinFBX Library from the distribution. Get it from: https://github.com/JoseRoca/WinFBX
  • Changed: Better handling of auto insert of IF/THEN single and and other mulitline statements.
  • Changed: Much improved autocomplete and codetips to handle shared/local variables and TYPE's.
  • Changed: Latest scintilla dll for Win32 and Win64.
  • Changed: Scaled some icons to display larger at higher screen resolutions.
  • Fixed: Popup autocomplete list will not show if activated as part of commented line (line commented using an "'").
  • Fixed: When multiple projects open selecting an open file would add that file to whatever the current active project was resulting in the file being linked to several open projects. This was not the intended behaviour.