Hi, qwerty :-)
Thank you for your reply. However, I must admit I’m not sure If we understand each other (and if I made myself clear).
The functionality I write about is creation of Model Based add-ins (the first link in the previous post). I believe it has been added in the EA 15, which is still in RC status. Version EA 14 and older could only use “standard” add-ins, which use .dll COM files.
When I try to change something in a standard add-in (available in EA14 and older), I think I have to close EA, then compile the code to create a new version of .dll and then start EA again (usually in debug mode). I don’t know how to update a standard add-in without closing EA altogether, because the compiler won’t let me update a file that is being used (“used by another process” error).
The Model Based add-ins allow me to edit code while running EA and even update the plugin without closing EA. I just have to disable and re-enable the add-in. What I’d like to know if there is even faster way to propagate a change in a model based add-in. Specifically it would be nice to have something like a save+update add-in option in the behavior editor.
If you know a way, how to update a standard add-in without closing EA first, please let me know - it would be a great help

. And if you know how to update a model based add-in more easily than by steps: save, Manage add-ins -> uncheck Load on startup, Manage add-ins -> check Load on startup, it would be even better

S.