Skip to content

Releases: PaulSquires/WinFBE

WinFBE Version 1.3.7

22 Jul 19:34
Compare
Choose a tag to compare
  • 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

21 Jul 20:01
Compare
Choose a tag to compare
  • Fixed: Regression 1.3.4 #CONSOLE ON|OFF incorrectly overriding GUI/CONSOLE setting in some cases.

WinFBE Version 1.3.5

16 Jul 01:35
Compare
Choose a tag to compare
  • Added: Mixed Case keyword option in "Environment Options | Code Editor".

WinFBE Version 1.3.4

14 Jul 00:03
Compare
Choose a tag to compare
  • 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

14 May 03:20
Compare
Choose a tag to compare
  • Updated unicode file buffer handling.

WinFBE Version 1.3.2

04 May 19:42
Compare
Choose a tag to compare
  • 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

29 Mar 22:50
Compare
Choose a tag to compare
  • Fixed: Regression with Function List showing two copies of all subs/functions contained in loaded files.

WinFBE Version 1.3.0

24 Mar 21:21
Compare
Choose a tag to compare

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

08 Feb 00:20
Compare
Choose a tag to compare

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

07 Feb 20:42
Compare
Choose a tag to compare

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.