Releases: PaulSquires/WinFBE
Releases · PaulSquires/WinFBE
WinFBE Version 1.4.7
- Changed: Replaced FB's OPEN PIPE with WinAPI in order to prevent console window on screen during compiling.
WinFBE Version 1.4.6
- 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
- Fixed: Improve several areas for better high DPI compatibility.
WinFBE Version 1.4.4
- 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
- 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
- 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
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
- 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
- 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
- Added: More robust error reporting for Runtime errors trapping that was added in 1.3.7.