Fabio Ritrovato
Fabio Ritrovato
Did Xcode ask you to load the plugin? When you run from source, do you see any log entry marked with 🖍?
Ok, looks like the live views manager didn't start properly, can you check if the log shows this message? "🖍 LiveViewsManager enabled"
Ok, can you also check if opening one one files and changing something, then going back to the storyboard will trigger it?
`paletteNamesForClassNames` and `colorsForClassesAndColorNames` are executed in a separate process, that's why the breakpoint will never trigger... So the problem is - [IBStoryboardDocument classDescriber:didModifyClasses:], if that method is never called, the...
Thanks, any help will be greatly appreciated since I still haven't been able to reproduce it... Can you try editing `IBStoryboardDocument+Crayons.m` and add inside `+ (void)load` the line `[self jr_swizzleMethod:NSSelectorFromString(@"setClassDescriber:")...
I think that might be a different problem, I've seen a Swift project fail to index properly a couple of times, working on a fix for that...
Hey everyone, just to let you know that the latest version might have solved your problems, and if it hasn't there's a branch called "bug_6" with a bunch of logging...
Currently, it only updates the colors in the picker. The next step I was working on was also updating components using that color, but given the current situation of Xcode...
It's a good idea, i'll keep it open, but I'll have to think how to let people choice, as for someone alphabetic might be a better choice...
Can you give me an example of what you're using?