WinFBE Suite 2.1.2 (April 16, 2020)

Started by Paul Squires, April 16, 2020, 07:22:57 PM

Previous topic - Next topic

Paul Squires

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
Paul Squires
PlanetSquires Software

Paul Squires

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.
Paul Squires
PlanetSquires Software

jermy

Hi Paul,


frmMain.RichEdit1.SelectionLength


always returns negative numbers




Paul Squires

Thanks - I have this fixed now. I was (stupidly) calculating it as StartPos - EndPos rather than EndPos - StartPos.

Paul Squires
PlanetSquires Software