Skip to content
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

color are not showing in gutter but parallel lines #110

Open
zymr-keshav opened this issue Mar 19, 2017 · 4 comments
Open

color are not showing in gutter but parallel lines #110

zymr-keshav opened this issue Mar 19, 2017 · 4 comments

Comments

@zymr-keshav
Copy link

zymr-keshav commented Mar 19, 2017

I am using this plugin but it's not working ..displaying only parallel lines in gutter instead of colors. here is my System configuration

  • Ubuntu 14.04
  • Sublime Text 3 Build 3114
  • ImageMagick version 7.0.5-3 Q16 x86_64

  • convert --version outputs Version: ImageMagick 7.0.5-3 Q16 x86_64

  • which convert outputs /usr/local/bin/convert

  • type convert outputs /usr/local/lib/convert

and tried with below 3 variants ( one by one) in Gutter Color > Settings - User

"convert_path": "usr/local/lib/convert"

"convert_path": "usr/local/bin/convert"

"convert_path": "convert"

and restart Sublime Text multiple times but no color displayed but only these parallel lines ( see attached image)

any solution so far?

image

alternatively using Color Highlighter plugin which is better over this

@thihxm
Copy link

thihxm commented Apr 8, 2017

I found the error in windows

  1. Go to %appdata%;

  2. Open "Sublime Text 3" folder;

  3. Open "Packages" folder;

  4. Open "Gutter Color" folder;

  5. Open "line.py" with any text editor and find:
    if ( platform.system()=="Windows"):
    delimiter = ";"
    convert_name = "convert.exe"
    else:
    delimiter = ":"
    convert_name = "convert"

  6. Change convert_name = "convert.exe" to convert_name = "magick.exe"
    convert_name = "convert" to convert_name = "magick"

@zymr-keshav
Copy link
Author

I am on ubuntu and this will not help me anymore

@Nick-Hope
Copy link

I have spent a couple of hours trying to solve this on Windows 10. I tried many things claimed to fix it but none worked for me. I have gone back to the Color Highlighter package, which isn't without its own issues, but works after messing with the settings. Also, it's not fighting with Sublime Linter for the same spot in the gutter.

@edwardhorsford
Copy link

I had the same issue on Mac OSx. Have removed the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants