Skip to content

Commit deb5083

Browse files
committed
Added Xcode 7.1 compatibility UUID, fixed editor offset jumps when the minimap is hidden (#68)
1 parent b9506bb commit deb5083

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

SCXcodeMinimap/SCXcodeMinimap-Info.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<string>AABB7188-E14E-4433-AD3B-5CD791EAD9A3</string>
4242
<string>CC0D0F4F-05B3-431A-8F33-F84AFCB2C651</string>
4343
<string>0420B86A-AA43-4792-9ED0-6FE0F2B16A13</string>
44+
<string>7265231C-39B4-402C-89E1-16167C4CC990</string>
4445
</array>
4546
<key>LSMinimumSystemVersion</key>
4647
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>

SCXcodeMinimap/SCXcodeMinimapView.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -621,10 +621,6 @@ - (void)updateSearchResults
621621

622622
- (void)updateOffset
623623
{
624-
if (self.isHidden) {
625-
return;
626-
}
627-
628624
[self.editorTextView.layoutManager ensureLayoutForTextContainer:self.editorTextView.textContainer];
629625

630626
CGFloat editorTextHeight = CGRectGetHeight([self.editorTextView.layoutManager usedRectForTextContainer:self.editorTextView.textContainer]);

0 commit comments

Comments
 (0)