I have a script that I use to auto-place a large number of components in the exact X/Y locations that I have defined. The script clones an existing object, selects it, then moves it to the desired location. It worked a couple months ago but it seems the editor has been updated since then. When I try to run it now, it just gives a message that says "error". I narrowed it down to the call to select. I can even hard-code it like in the documentation example and it doesn't work...
api('select', {ids:["gge5"]});
Did something change in the api or is there a bug that's causing this not to work?