Skip to content

Releases: PaulSquires/WinFBE

WinFBE Version 1.9.5

01 Nov 18:32
Compare
Choose a tag to compare
  • Added: ListView control.
  • Added: ListBox Insert method.
  • Changed: Remove the Visual Designer sample project (a new one will be added in the future).
  • Fixed: WinFBE project files for the those found in the "Sample_Projects" folder.

WinFBE Version 1.9.4

01 Oct 22:49
Compare
Choose a tag to compare
  • Fixed: Updated the WinFBE.ini file to correct path to compiler.
  • Fixed: Removed the Tool UPX.
  • Fixed: Created a SetCompilerSwitches.ini configuration file for the SetCompilerSwitches Tool.

WinFBE Version 1.9.3

30 Sep 23:39
Compare
Choose a tag to compare
  • Changed: Updated WinFBE source code to be FB 1.07.1 compatible. WinFBE32.exe and WinFBE64.exe compiled using FB 1.07.1-gcc-5.2.
  • Changed: Updated Italian language translation file thanks to Massimiliano.
  • Changed: Updated German language translation file thanks to Joerg Buckel.
  • Added: Alternate toolchains for gcc versions 8.3 and 9.2. Use the user Tool SetCompilerPathsII to switch between toolchains.
  • Added: Config file is re-read just prior to starting the compiling process. Useful for 3rd party tools that modify the config.
  • Alternate GCC Toolchains for versions 8.3 and 9.2 available as separate downloads.
  • Fixed: For TextBox and RichEdit the default value for CharacterCasing was being set as "CharacterCasing.Normal" when it should have been "CharacterCase.Normal".

WinFBE Version 1.9.3 (draft)

29 Sep 23:53
Compare
Choose a tag to compare
Pre-release

This is a preview release of version 1.9.3. It contains three (3) gcc toolchains (5.2, 8.3, 9.2). This draft is for testing to ensure that the available toolchains work correctly.

WinFBE Version 1.9.2

25 Aug 15:30
Compare
Choose a tag to compare

Version 1.9.2 (August 25, 2019)

  • CHANGED: TOO MANY VISUAL DESIGNER CHANGES TO LIST
  • Added: Language translation for Brazilian-Portuguese by Marco Pimenta (mvpimenta).
  • Added: "Frac", "Date", "Format" keywords to editor syntax highlighting.
  • Fixed: Controls property "BorderStyle" not correctly set when dynamically applying WindowStyle and WindowExStyle.
  • Fixed: "Visible" property of controls reported the "Enabled" value after control was created.
  • Fixed: Label controls could lose their OwnerDraw abilities if visibility was toggled.
  • Fixed: Changing selected Build Configuration via F7 dialog did not set the correct build in combobox in the main toolbar.
  • Fixed: Random GPF when adding Form files via the "Add Files to Project" menu option.

WinFBE Version 1.9.2 (beta 2)

16 Aug 21:15
Compare
Choose a tag to compare
Pre-release

(Do not use this beta - problems found with ToolBar loading)

Second 1.9.2 beta with statusbar, topmenu, and toolbar editors implemented.
Documentation still needs to be updated.
General improvements to the visual designer.

WinFBE Version 1.9.2 (beta 1)

24 Apr 21:51
Compare
Choose a tag to compare
Pre-release

Beta version featuring major internal changes to the visual designer code generation and underlying engine. This beta is intended for testing of these visual designer features. No changes to the core WinFBE editor itself - only the visual designer has changed.

WinFBE Version 1.9.1

25 Mar 13:08
Compare
Choose a tag to compare

FYI - (The visual designer is still a work in progress)

  • Added: PictureBox autocomplete popup properties.
  • Added: 'Horizonal Spacing' menu option to horizontally space a selected group of controls.
  • Added: 'Vertical Spacing' menu option to vertically space a selected group of controls.
  • Added: Some missing Button control Image related autocomplete popup properties.
  • Added: The -b compile flag when compiling Modules. This allows non *.bas files to be compiled.
  • Added: Compile time messages (#print/#error) and "C" compile are now output to the Compiler Results listview.
  • Added: WinFBE source code is now included in the WinFBE Suite download.
  • Added: Several new color and text align options ofr ListBox.
  • Changed: Updated Italian language file thanks to Massimiliano.
  • Fixed: Regression that caused compiling of individual modules to object files in a project to fail.
  • Fixed: Compile errors now correctly display any hidden folded error line.
  • Fixed: Regression from 1.9.0. Frame BackColor property inadvertantly changed to BackColorHot.
  • Fixed: Find/Replace popup dialog would not position correctly when Main for was resized or moved.
  • Fixed: TextBox. Added ES_AUTOVSCROLL for multiline textboxes when AcceptReturn = True.
  • Fixed: Regression from 1.8.7. GCC 8.1 32-bit now correctly installed. 64-bit was correct 8.1 version.
  • Fixed: Resize flicker for controls/form in visual designer.

WinFBE Version 1.9.0

18 Jan 22:48
Compare
Choose a tag to compare

Version 1.9.0

  • Added: Goto Header file (.bi) (Ctrl+Shift+H). Option found in Search / Code Navigation.
  • Added: Goto Code file (.bas, .inc) (Ctrl+Shift+C). Option found in Search / Code Navigation.
  • Added: Goto Main file (.bas) (Ctrl+Shift+M). Option found in Search / Code Navigation.
  • Added: Goto Resource file (.rc) (Ctrl+Shift+R). Option found in Search / Code Navigation.
  • Added: Explorer treeview subnodes to hold Header, Resource, Main, Module, Normal files (for Projects only).
  • Added: User Snippets (insert user defined code snippets).
  • Added: Image Manager.
  • Added: Image related properties for the Button control and Form.
  • Added: PictureBox control.
  • Added: A search textbox added to Function List (filters the function list based on the search term).
  • Added: Creating a New Project will automatically add a default empty .bas main file (unsaved) to the project for convenience.
  • Added: Environment Option to Check for update at startup (once per day).
  • Added: Check for Updates added to Help menu.
  • Added: Next Tab, Previous Tab, Close Tab to the Search menu (Tab Navigation submenu).
  • Added: Next Function (Ctrl+PgDn), Previous Function (Ctrl+PgUp) to the Search menu.
  • Added: New About form replaces the generic messagebox.
  • Added: Pressing F6 or selecting "Sub/Function Definition" will open any #Include file on the current editing line.
  • Added: Additional info outputted to "Compile Log File" in Output window (Full compiler command line, filesize, compile time, error/warning count).
  • Added: "Open Templates... (Ctrl+T)" in the "File" menu. Previously, templates could only be accessed from the Toolbar.
  • Added: Sub/Function Definition (F6) will now work on Sub/Functions that are part of TYPE classes.
  • Changed: You must now hold down the SHIFT key to drag and drop tabs in the top tab control to reorder any open document tabs.
  • Changed: Updated FreeBasic Compiler to November 22, 2018 Nightly Build.
  • Changed: Lots of internal code refractoring. Many efficiencies found with regards to loading files/projects, saving, and displaying files. More internal code cleanup to occur in the next few future releases.
  • Changed: Removed loading of multiple projects into WinFBE at the same time.
  • Changed: When project is active, "Open File" will add file to project open it. "Add Files to Project" will only add the files to the Project but not display it.
  • Changed: Removed the option to display the successful compile results dialog. Result will now only show in the statusbar.
  • Changed: Any missing non-English translation phrases will now use the English phrase rather than nothing at all.
  • Changed: Moved "User Tools" from Options menu to "Tools" menu.
  • Changed: File Open file types now have *.inc included in "Code files". "FB Include files" change to "Header files".
  • Changed: Moved Bookmark menu entries to "Bookmarks" submenu of the "Search" menu.
  • Changed: Removed the "Save Declares File" menu option as it is obsolete.
  • Changed: Updated Spanish language translation file by José Roca.
  • Changed: Updated German language translation file by Joerg Buckel.
  • Changed: Updated Chinese language translation file by ganlinlao.
  • Fixed: Modified English.lang file to compress by 58 entries. Other language files will need to be slightly modified by their respective authors.
  • Fixed: Some issues with right-click menu on #Include line to display "Open " when a project is open.
  • Fixed: F3/Shift+F3 Find/Find Next accelerator tweaked slightly to ensure previously selected text gets searched.
  • Fixed: Parsing of multiline characters where both /' and '/ appear on the same line.
  • Fixed: Infinite loop when responding "No" to reload a currently loaded file that has been modified outside of WinFBE.
  • Fixed: The search option for 'Sub/Function Definition (F6)" was not correctly finding SUBS (Functions worked okay).
  • Fixed: Localization language editor in Environment Options / Localization not allowing editing (incorrect logic).
  • Fixed: Graceful creation of a default WinFBE.ini config file should it be missing or corrupted.
  • Fixed: The "Wait" cursor now correctly and consistently shows when loading a project, compiling code, or loading many files.
  • Fixed: Occasional problem of resizing/dragging of Explorer panel would not stop after left mouse buttonup action.
  • Fixed: No longer allow Read Only files to be edited. Statusbar message shows "Read Only".

WinFBE Version 1.8.7

09 Dec 16:36
Compare
Choose a tag to compare
  • Added: Click and Popup menu handlers are now created with a pre-populated SELECT CASE of menu item names.
  • Added: DoubleClick on Form area will now toggle to the code editor.
  • Changed: "Project", "Add Files to Project" no longer automatically shows the loaded files in the editor.
  • Fixed: Flickering of the statusbar message "Parsing: " when loading large projects.
  • Fixed: Delay when exiting WinFBE when large projects are active.
  • Fixed: 'State' label too wide and partially overlapped 'Checked' checkbox in Menu Editor.