PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: Paul Squires on June 21, 2016, 10:51:26 PM

Title: WinFBE using CWindow #9
Post by: Paul Squires on June 21, 2016, 10:51:26 PM
Source code and binaries are attached.

- Implemented a large amount of code to handle compiling. Only works with the 32-bit compiler because I haven't implemented the code to allow the switching of the compiler to the 64 bit version yet. I will add that code tomorrow.
- Changed TRUE to CTRUE for all Scintilla code calls.
- Added DPI ratio scaling to margin widths in clsDocument.ApplyProperties.
- Corrected code in the Scintilla notifications that was preventing the correct line/col position number from displaying when PgUp/PgDn or CtrlEnd/CtrlHome was pressed.
- Corrected code for positioning the frmTemplates popup window.
Title: Re: WinFBE using CWindow #9
Post by: José Roca on June 22, 2016, 01:19:25 AM
I will use AS WSTRING * MAX_PATH instead of AS WSTRING * 255.