Skip to content

Releases: PaulSquires/WinFBE

WinFBE Version 1.4.7

24 Aug 01:13
Compare
Choose a tag to compare
  • Changed: Replaced FB's OPEN PIPE with WinAPI in order to prevent console window on screen during compiling.

WinFBE Version 1.4.6

23 Aug 19:53
Compare
Choose a tag to compare
  • Changed: "Save Declares File" now defaults to *.bi file extension rather than *.bas.
  • Changed: Converted compiling process from batch file to Pipe in order to better handle international languages.

WinFBE Version 1.4.5

20 Aug 13:34
Compare
Choose a tag to compare
  • Fixed: Improve several areas for better high DPI compatibility.

WinFBE Version 1.4.4

18 Aug 19:29
Compare
Choose a tag to compare
  • Added: Determining if "Run Executable" file exists now checks for any defined "-x" compiler switch.
  • Added: User Tool paths for Command and Working Folder will adjust drive letter to current drive should specified location be invalid. This allows you to run the tool on systems where the assigned drive letter may change (eg. when using a portable hard drive).
  • Changed: Converted Find/Replace icons to PNG format and better optimized the Find/Replace dialog for High DPI settings.
  • Changed: Updated the German language file.

WinFBE Version 1.4.3

14 Aug 00:02
Compare
Choose a tag to compare
  • Added: User Tools dialog (and top menu "Tools").
  • Added: Editor option "Right edge margin".
  • Added: Project option to create generic resource file and manifest (if none already exists).
  • Changed: Updated CWindow framework to Release Candidate 31.
  • Changed: All Templates and Sample Projects updated.
  • Changed: Clicking "File Encoding" value in StatusBar now shows popup menu instead of cycling through choices.
  • Fixed: Issue where cancelling "New Project" dialog would internally still set flags that a new project was being created.

WinFBE Version 1.4.2

05 Aug 16:29
Compare
Choose a tag to compare
  • Added: "Options" top menu item and moved "Environment Options" and "Build Configurations" under it.
  • Changed: Updated CWindow framework to Release Candidate 30.
  • Fixed: GDI resource leak when Find/Replace dialog invoked multiple times.

WinFBE Version 1.4.1

03 Aug 19:34
Compare
Choose a tag to compare

Added: Major change. New Build Configuration system.
Added: Quick Run (added to Compile menu and Toolbar).
Added: Option (Environment Options :: General Options) for "Ask before exiting the editor".
Added: Check added to catch whether a loaded file has been deleted by something external. Message now displays asking whether to keep file open or close it.
Change: The "Run Executable" functionality now runs the currently active source code file should the EXE exist. Previously would always run the most recently executed exe.

WinFBE Version 1.4.0

03 Aug 19:31
Compare
Choose a tag to compare
  • Added: Major change. New Build Configuration system.
  • Added: Quick Run (added to Compile menu and Toolbar).
  • Added: Option (Environment Options :: General Options) for "Ask before exiting the editor".
  • Added: Check added to catch whether a loaded file has been deleted by something external. Message now displays asking whether to keep file open or close it.
  • Change: The "Run Executable" functionality now runs the currently active source code file should the EXE exist. Previously would always run the most recently executed exe.

WinFBE Version 1.3.9

26 Jul 01:34
Compare
Choose a tag to compare
  • Added: Compiler Option (under Environment Options) to run compiled programs from a spawned command window. Useful for catching runtime errors.

WinFBE Version 1.3.8

22 Jul 21:39
Compare
Choose a tag to compare
  • Added: More robust error reporting for Runtime errors trapping that was added in 1.3.7.