Finalbuilder 8?

 Just wondering when the next version of FinalBuilder will be released?

Dave

Hi Dave

We don’t have a specific release date in mind at this stage, however FB8 is being worked on. If you have any specific feature requests or ideas for features please do let us know.

I'd like to see the support for PowerShell and scripting enhanced in a few areas:

  • Better syntax highlighting in the Script Editor for PowerShell.
  • Better PowerShell integration (no more $FBVariables.GetVariable(...)).
  • Ability to dock the script editor to the centre of the main tabbed area (as opposed to just on the edges).

 

Hi Damien

1) Better syntax highlighting for powershell

I'd like to see this myself. Whether will happen or not I cannot say yet. The powershell language doesn't lend itself too well to the the type of syntax parsing that the editor control employs. There are a lot of ambiguous identifiers etc. If time permits I'd like to write a new parser that knows about verbs, cmdlets etc.

2) No more $FBVariables - that will be difficult, we have to pass the variables to powershell somehow, and poluting the powershell namespace with our variables would probably break users scripts. You know that you can shortcut the syntax a little with $FBVariables["VARIABLENAME"]

3) Docking the script editor the the main tabbed area. That might happen. I did play with that when developing the FB7 IDE (which was pretty much a from the ground up new IDE), however we had some issues with saving/loading the layouts that we were not able to get past in time. I'll revisit that for FB8 though because I need to do the same thing for other views as well.

Thanks for the feedback.

I want ability to singlestep and debug any included FinalBuilder script.

Regards

Roland Bengtsson
Team Attracs