mrob95 / Breathe

High-level API for creating dragonfly grammars
GNU Lesser General Public License v3.0
13 stars 8 forks source link

Automatic reloading after editing? #2

Closed kendonB closed 5 years ago

kendonB commented 5 years ago

Would be neat to have automatic reloading going (without an engine restart) just like Caster 1.0.0.

mrob95 commented 5 years ago

Going to look into this today, it shouldn't be too complicated but may well need to be implemented on the user side rather than in breathe. If that's the case then I'll just add a snippet to the documentation (which doesn't actually exist yet) which people can copy.

mrob95 commented 5 years ago

Done, I think. Instructions are in the readme, you need to do a bit of work specifying which files you want imported but reloading by issuing a voice command seems to be working for me with natlink. I'm probably not going to pursue automatic reloading as I think it would require a significant increase in complexity, without much improvement in UX. (For future reference, if anybody wants to have a stab at this I would start here).

Please let me know if it doesn't work as you expect it to, or if the instructions are confusing, we're still very much in alpha :).