stefanceriu / SCXcodeMiniMap

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

MiniMap obscuring right hand side of code in Xcode word-wrap mode #78

Closed DanielAsher closed 7 years ago

DanielAsher commented 8 years ago

MiniMap is overlaying the text editor in Xcode 7.2.1 so that the end of lines are obscured and readability is harmed.

Please let me know if this is verified or fixed in a previous commit.

thanks for the great plugin!

screen shot 2016-02-29 at 15 28 36
stefanceriu commented 8 years ago

Hi Daniel,

There was a similar problem a while back (#59) and I think I messed up by removing that async dispatch in a later update. I added it back on develop, can you please give it a go ?

Thanks, Stefan

DanielAsher commented 8 years ago

Hi Stefan,

I've tested both master and develop and it seems that neither have a problem when used in isolation - but both express this behaviour when used with XVim.

Tricky, no doubt. Please try out XVim to see if you can reproduce the problem.

many thanks and all power to you,

Daniel

DanielAsher commented 8 years ago

I've cross-reported the issue https://github.com/XVimProject/XVim/issues/930

stefanceriu commented 8 years ago

Oh, okay, that changes things. I was able to reproduce it on my side and I'll try to dig into XVim to see what exactly is causing it (most likely a change in the source code editor's containerView autoresizing masks).

DanielAsher commented 8 years ago

@stefanceriu Cool! thanks so much for digging in :)