-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't see green icons #8
Comments
Are line-numbers enabled in your setup? It currently relies on drawing in the margins of the line-number display. @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. |
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. |
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. |
Maybe would be fixed with 0793d8c |
Everything works (7.3.1) except green icons not visible.
The text was updated successfully, but these errors were encountered: