PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: Paul Squires on April 16, 2020, 07:22:57 PM

Title: WinFBE Suite 2.1.2 (April 16, 2020)
Post by: Paul Squires on April 16, 2020, 07:22:57 PM
Version 2.1.2 (April 16, 2020)

Editor:
- Added: An additional "Code Editor" page of "Environment Options" because the number of options had filled the first Code Editor page.
- Changed: Refactored the logic for displaying brace highlighting to be the same as used by ScintillaNET.
- Changed: Improved the visibility of brace highlighting by changing the alpha values of the highlight colors.
- Fixed: Turning off Brace matching would not uncolor any braces that were active at the time the option was changed.

Visual Designer:
- Fixed: Regression whereby new projects created via template not setting MAIN file and dispaying it in the correct Main Explorer treeview branch.

Download from: https://github.com/PaulSquires/WinFBE/releases
Title: Re: WinFBE Suite 2.1.2 (April 16, 2020)
Post by: Paul Squires on April 16, 2020, 07:27:43 PM
EDIT: I failed to bump up the version number in the EXE to 2.1.2 so the About dialog will unfortunately still show 2.1.1.
Title: Re: WinFBE Suite 2.1.2 (April 16, 2020)
Post by: jermy on April 17, 2020, 11:43:41 AM
Hi Paul,


frmMain.RichEdit1.SelectionLength


always returns negative numbers



Title: Re: WinFBE Suite 2.1.2 (April 16, 2020)
Post by: Paul Squires on April 17, 2020, 01:14:22 PM
Thanks - I have this fixed now. I was (stupidly) calculating it as StartPos - EndPos rather than EndPos - StartPos.