merrickp / JumpMarks

Xcode plugin for numbered bookmarks
61 stars 7 forks source link

Don't see green icons #8

Open NikKovIos opened 7 years ago

NikKovIos commented 7 years ago

Everything works (7.3.1) except green icons not visible.

merrickp commented 7 years ago

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

NikKovIos commented 7 years ago

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)

merrickp commented 7 years ago

@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.

NikKovIos commented 7 years ago

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.

meowsqueak commented 7 years ago

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.

NikKovIos commented 6 years ago

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