FlexBE / flexbe_app

The classic user interface (editor + runtime control) for the FlexBE behavior engine. See the flexbe_webui for latest
BSD 3-Clause "New" or "Revised" License
48 stars 49 forks source link

Update states when source code changes (see #10) #13

Closed pschillinger closed 6 years ago

pschillinger commented 6 years ago

Please let me know any feedback you have.

Automatically update the definition of a state every time the source code file of that state is saved. Note that this affects the currently edited behavior.

josephcoombe commented 6 years ago

Works just like I'd expect. I tried adding new parameters, input/output userdata, and outcomes. They all update on a save just as I'd expect. This massively improves my workflow when using FlexBE!