Hi everyone,
I have uploaded a test version for the next release. I am asking that if you would like to download and try it out then that would certainly help me. Use this version on copies of your projects just in case. I have been using it on live code for a few days now and I am doing okay. The download is about 60 meg and it is coming directly from the planetsquires website. I am especially interested in any situation that may result in a GPF and WinFBE crashing.
https://www.planetsquires.com/WinFBE_Suite_Test.rarHere are the changes:
Version 2.1.0
Editor:
- Added: New caching system that should speed up large project loading. Parser database saved between sessions.
- Added: New Environment Option "Enable fast project cache" in support of the newly added project caching system that was added.
- Added: Environment Settings / Code Editor option called "Position searches to middle of screen" to enable/disable positioning search found text to the middle of the screen.
- Added: Find in Files new options to restrict search to "Current Document, "All Open Documents, or "Current Project".
- Changed: All file operations now use Streams (using CFileStream or CTextStream classes) to replace built in FB Get/Put commands.
- Fixed: In certain cases, (Get) or (Set) would be included in the autocomplete text being entered int othe editor after selection.
- Fixed: GPF when pressing F6 on a #Include statement to load that file into the editor.
- Fixed: Non-Project user entered Command Line parameters were not being passed to compiled EXE beng run.
Visual Designer:
- Added: Image Manager ability to manually edit the filename rather than having to remove and invalid path image and re-add the correct path image.
- Changed: You no longer have to manually add #Include statements for your Form files in your main .bas file.