Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: kjourdan on August 03, 2017, 10:03:27 pm
-
Currently, when a new element is added through the New Element button on the Project Browser, EA remembers the last selected toolset and type. Is there a way for add-ins to manipulate this information?
-
That kind of information is usually stored in the registry
Update: "LASTELEMPAGE"
Update 2: No.
-
To explain KP's post...
It is stored in the registry, but the value will be cached by EA, so changing it while EA is running won't work.
-
Had a feeling this was the case. Thanks for the feedback.