WinFBE Suite 1.6.9 (July 27, 2018)

Started by Paul Squires, July 27, 2018, 10:35:39 PM

Previous topic - Next topic

Paul Squires

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

raymw

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.....

raymw

#2
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

raymw

#3
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.

Paul Squires

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

Paul Squires

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

raymw

Thanks, I'll download later. any chance of a textchanged event?

Paul Squires

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