JumpMarks icon indicating copy to clipboard operation
JumpMarks copied to clipboard

Don't see green icons

Open NikKovIos opened this issue 8 years ago • 6 comments

Everything works (7.3.1) except green icons not visible.

NikKovIos avatar Jan 04 '17 14:01 NikKovIos

Are line-numbers enabled in your setup? It currently relies on drawing in the margins of the line-number display. @NikKovIos

merrickp avatar Jan 11 '17 07:01 merrickp

Yes, they are enabled. Any suggestions?

2017-03-06 20 08 06

Maybe it is because of changing of the name of Xcode app? (It is 'Xcode 7' now)

NikKovIos avatar Mar 06 '17 17:03 NikKovIos

@NikKovIos I don't have that version of Xcode. You could try to debug it yourself.. the project is actually configured to run another Xcode instance and then you can set breakpoints in the project. You can run which will a launch an instance and set breakpoints in DVTTextSidebarView+JumpMarks.m where it attempts to draw.

merrickp avatar Mar 07 '17 20:03 merrickp

It is not a version. It is a name. To reproduce try to remove plugin. Then rename 'Xcode.app' to 'Xcode 7.app' and install plugin again.

NikKovIos avatar Mar 08 '17 07:03 NikKovIos

In case it helps, with Xcode 8.3.3 (via MakeXcodeGr8Again) I sometimes only see the green circles appear when I scroll the primary edit window, and the Assistant Editor window doesn't show the green circle (sometimes) until the primary window scrolls. It's not immediately clear to me what the pattern is though as it seems inconsistent.

meowsqueak avatar Aug 16 '17 05:08 meowsqueak

Maybe would be fixed with https://github.com/merrickp/JumpMarks/commit/0793d8cbd8c64748f187d4d056898787816cf8ac

NikKovIos avatar Nov 08 '17 19:11 NikKovIos