In v99 one of the plugins i use (but didn’t make myself) stopped working. I’m totally 100% willing to fix my fork of the code, but it’s not clear to me why it broke or what’s going on. It’s a plug that creates guides based on the selected layer and allows you to delete all visible guides with a single click or shortcut.
These are the console errors I’m seeing right now when i first try to make a guide and then delete the current guides.
In case you’re interested in technical details, here’s what I did:
I’ve replaced the no-longer-available absoluteRect() function with a drop-in replacement – see this thread.
Also, some functions that add/delete layout guides were renamed internally, so I’ve updated them here as well (addGuideWithValue → addGuideWithGuide and removeGuideAtIndex → removeGuideAt).