stefanceriu / SCXcodeMiniMap

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

Blinking selection #64

Closed gerchicov-bp closed 8 years ago

gerchicov-bp commented 9 years ago

It is hard to use it because it blinks each time I add a new line to the document or show/hide the autocompletion help on esc command or similar actions. And it is annoying

stevemoser commented 8 years ago

I have a similar issue but I get screen tearing while scrolling around the 40 char mark on a retina screen and Xcode 6.

stefanceriu commented 8 years ago

It's blinking because of a delayed invalidations, which I have added to prevent it from crippling down Xcode. I am aware it's not ideal but I couldn't find any other way to get it working. If you have a better idea I would be more than happy to accept a pull request but in the mean time, I am closing the issue.