Releases: PaulSquires/WinFBE
Releases · PaulSquires/WinFBE
WinFBE Version 1.3.7
- Added: Runtime errors are trapped and reported in WinFBE if any of the -e error checking is enabled.
- Changed: Comment Blocking no longer comments lines containing just spaces.
WinFBE Version 1.3.6
- Fixed: Regression 1.3.4 #CONSOLE ON|OFF incorrectly overriding GUI/CONSOLE setting in some cases.
WinFBE Version 1.3.5
- Added: Mixed Case keyword option in "Environment Options | Code Editor".
WinFBE Version 1.3.4
- Added: User can embed '#CONSOLE ON|OFF compiler directive directly in main file source code.
- Added: Compile log checks for "ERROR" and "COMPILING C FAILED".
- Changed: Comment Blocking no longer comments blank lines.
WinFBE Version 1.3.3
- Updated unicode file buffer handling.
WinFBE Version 1.3.2
- Fixed: Find dialog was not showing number of matches when word highlighted in code editor and then Find dialog displayed.
- Fixed: Repaint issue with Find/Replace dialog.
- Fixed: Newly added subs/functions not being added to Function List when file was saved.
- Changed: Replaced all occurrences of DIR(), CURDIR(), EXEPATH() with Afx versions in order to better handle unicode languages.
- Changed: Totally reworked the way WinFBE handles file encoding for ansi/utf/utf8bom/utf16bom files.
WinFBE Version 1.3.1
- Fixed: Regression with Function List showing two copies of all subs/functions contained in loaded files.
WinFBE Version 1.3.0
Version 1.3.0 (March 24, 2017)
- Changed: Major internal changes. Project management; multiple projects. Too many changes to list.
- Changed: New Find/Replace functionality. Much more like that found in code editors like VSCode.
WinFBE Version 1.2.4
Version 1.2.4 (February 7, 2017)
- Fixed: Regression with the "Replace" dialog not correctly searching for phrase to replace.
WinFBE Version 1.2.3
Version 1.2.3 (February 7, 2017)
- Added: "Rebuild All" menu option. Re-compiles all modules to object files rather than reusing existing version of the file.
- Changed: Duplicate Line (Ctrl+D) will now duplicate entire block of selected text and not just the current caret line.
- Changed: TODO messages can now appear anywhere at start of a line (not only at the first character position).
- Changed: Substantially increased the width of the compiler "Other Options" textboxes in Project Options.
- Fixed: Cleared internal structures for function names, TYPES, etc when a document is closed.
- Fixed: Clearing MRU list from top menu now immediately updates list shown in Explorer window.