PlanetSquires Forums

Support Forums => PlanetSquires Software => Topic started by: Paul Squires on July 27, 2018, 10:35:39 PM

Title: WinFBE Suite 1.6.9 (July 27, 2018)
Post by: Paul Squires on July 27, 2018, 10:35:39 PM
Version 1.6.9 (July 27, 2018)
- Changed: Removed the Preparse database and replaced with static database codetips_winfbx.ini
- Fixed: Some TYPE elements not showing in popup codetips (eg. Text property for Button).

https://github.com/PaulSquires/WinFBE/releases

(This upload fixes the previously reported GPF problems resulting from the "Preparse" database that was implemented a couple of releases ago)
Title: Re: WinFBE Suite 1.6.9 (July 27, 2018)
Post by: raymw on July 28, 2018, 10:18:11 AM
installed OK, win10 pro r1803 not managed to break it yet. I think it will be truly wonderful, if a bit tricky, being used to firefly by now. The path to help files did not work, and api one not shown in menu bar. I hope i don't ever need the winapis.....
Title: Re: WinFBE Suite 1.6.9 (July 27, 2018)
Post by: raymw on July 28, 2018, 11:39:32 AM
I've just noticed, in code editor, mouse right click does not give the usual pop up wrt cut,copy,paste etc. I'm wondering if useful in textbox to have a text.onchange event.

copy and paste doesn't work under edit in menu bar either. ctrl v/c ok

editing seems OK now, having restarted winfbe
Title: Re: WinFBE Suite 1.6.9 (July 27, 2018)
Post by: raymw on July 29, 2018, 07:21:51 PM
right mouse button still flaky.

in environment options, compiler setup - default help file paths not correct, when you got to the browse (...) if you make the file search window full size, you can't resize it, and it stays full size for any later openings.
Title: Re: WinFBE Suite 1.6.9 (July 27, 2018)
Post by: Paul Squires on July 29, 2018, 08:17:39 PM
Hi Ray, I have fixed the right mouse popup menu problem.

That file search window is the standard Windows open filename dialog. If you maximized and want to restore it to its previous size you can double click on the form's title bar. That should fix it.

I have also found that sometimes the Help file does not get found when pressing F1. I am looking into that problem.
Title: Re: WinFBE Suite 1.6.9 (July 27, 2018)
Post by: Paul Squires on July 29, 2018, 08:23:59 PM
I have added the following code because I was not checking for relative paths.

   ' Convert relative path to absolute path if needed.
   if AfxPathIsRelative(gConfig.CompilerHelpFile) then
      gConfig.CompilerHelpFile = AfxPathCombine(AfxGetExePathName, gConfig.CompilerHelpFile)
   end if
Title: Re: WinFBE Suite 1.6.9 (July 27, 2018)
Post by: raymw on July 29, 2018, 10:03:53 PM
Thanks, I'll download later. any chance of a textchanged event?
Title: Re: WinFBE Suite 1.6.9 (July 27, 2018)
Post by: Paul Squires on July 30, 2018, 02:00:17 PM
Quote from: raymw on July 29, 2018, 10:03:53 PM
...any chance of a textchanged event?

Hi Ray, this has been implemented and will be in the next update.