Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Helmut Ortmann on December 28, 2015, 06:48:32 pm
-
Hello,
is there a way to get or the list of bookmarks via script/Addin or SQL.
Thanks in advance,
Helmut
-
I'm not sure if you can access it from the API, but in the database it's t_object.Tagged (0 or 1) that controls this.
Geert
-
Thanks Geert,
I haven't expected it there because it should be user specific (my opinion).
With that information it's possible to run Scripts and Addins on selected items of the Model Search:
- Delete all Bookmarks by script
- Run search and select the wanted items
- Script / Addin to do something (has to use SQL)
Ok, Clipboard what also do. I think Clipboard is easier and has fewer side effects.
If I have some time I'll do this and send it to you for your script library (get all ea_guid/classtype of selected items from Clipboard). In my opinion a nice feature to run scripts on selected elements of the Search .
Thanks and regards,
Helmut
-
Cool, looking forward to your scripts
Geert