fzwo / FRMBreakFast

An Xcode Plug-In that improves breakpoint display
MIT License
21 stars 4 forks source link

drawing breakpoint annotations is broken over text editor #1

Closed fzwo closed 8 years ago

fzwo commented 8 years ago

If you set your font to a huge size, breakpoint annotations will grow accordingly, and their point will be outside the sidebar view. It then renders normally, that is, without our special treatment.

screenshot

mgmart commented 8 years ago

You will see this also if you're switching off the 'code folding ribbon'

trackextension_swift
fzwo commented 8 years ago

Thanks for letting me know! I'm starting to think I'll have to revisit drawing. DBGBreakpointAnnotation looks like an interesting starting point, with its _icon iVar, _iconForRect: and drawSidebarMarkerIconInRect:textView: methods.