Hello,
I'm investigating the new EA 15 Model Based addin feature as it would sort an issue I have with >20 VBScripts installed on a client's project. In the current situation, we used prefixes to differentiate e.g. a QA script from an XLS one. Still the list is too long when accessing the available script.
I'm interested in the model based addins as it provides a way to have menus & submenus whilst it's shared by all users (no local addin installation required).
I created a sample project based on Sparx EAExample and Arshad's community article (
https://community.sparxsystems.com/white-papers/1277-enterprise-architect-15-model-based-javascript-addin).
Is there a way to include an a Javascript that's stored in the Scripting view, instead of having to create classes?
Note: it would be nice to have a way to view and work on the entire class code, instead of having to select each operation or reception to update code.