Stefan Ceriu

Results 31 comments of Stefan Ceriu

Hi there, I would love to but Apple replaced the whole source editor as of Xcode 9 and nothing fits anymore. I simply don't have the time to start from...

Hey Chris, That looks like an awesome feature and would be a really great addition to the minimap. Unfortunately, I don't think I will have the time to add it...

Looking at that crash report there is no mention of the minimap or any of the methods involved in getting it to work. I have been running both of them...

I've been running the 2 plugins side by side for the past couple of months and I've received zero crashes. That being said, I've got absolutely nothing to go on....

Right, thank you for the detailed description. I followed that second crash report and the the commit above should fix it. As for the first one (7.0.1 on Yosemite), I'm...

Perfect, thank you for looking into it. Now we're back to the original problem and we assume it's only happening on Yosemite. Can somebody please confirm if that is indeed...

Okay cool, feel free to raise a pull request though.

I does indeed make Xcode slower, mainly because of the larger amount of text that it now needs to syntax highlight, but, unfortunately, I haven't found any suitable solution to...

Absolutely. You can give it a try by replacing the the layoutManager's [shouldUseTemporaryAttributes delegate method](https://github.com/stefanceriu/SCXcodeMiniMap/blob/master/SCXcodeMinimap/SCXcodeMinimapView.m#L331) with something along these lines: ``` objc - (NSDictionary *)layoutManager:(NSLayoutManager *)layoutManager shouldUseTemporaryAttributes:(NSDictionary *)attrs forDrawingToScreen:(BOOL)toScreen atCharacterIndex:(NSUInteger)charIndex...

Hey, that's pretty much spot on. I'll wait for a stable Xcode version and then try to get it working again. I image I need to start from scratch so...