stefanceriu / SCXcodeMiniMap

Sublime Text like Minimap for Xcode
GNU General Public License v3.0
1.03k stars 87 forks source link

Minimap is not lining up #28

Closed brennanMKE closed 10 years ago

brennanMKE commented 10 years ago

The minimap is off by quite a bit. You can see the area which is marked in yellow over the minimap which does match the editor while the part which is highlighted on the minimap is much lower in the file.

xcodesublimetext

brennanMKE commented 10 years ago

I see it is related to folding methods. If I open everything up it lines up.

stefanceriu commented 10 years ago

Hey,

Thanks for the update. As you noticed code folding isn't supported. I might add it at some point but at the moment my main priority is to make it work on Xcode 6.

Cheers, Stefan