Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Helmut Ortmann on December 28, 2015, 06:48:32 pm

Title: Get/set bookmark (sql, API, or else)
Post 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
Title: Re: Get/set bookmark (sql, API, or else)
Post by: Geert Bellekens on December 28, 2015, 07:16:59 pm
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
Title: Re: Get/set bookmark (sql, API, or else)
Post by: Helmut Ortmann on December 28, 2015, 08:07:17 pm
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:

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
Title: Re: Get/set bookmark (sql, API, or else)
Post by: Geert Bellekens on December 28, 2015, 08:35:48 pm
Cool, looking forward to your scripts

Geert