ggordan / GutterColor

A Sublime Text 3 plugin which displays a colour in the gutter if the line contains a colour.
MIT License
486 stars 44 forks source link

color are not showing in gutter but parallel lines #110

Open zymr-keshav opened 7 years ago

zymr-keshav commented 7 years ago

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


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 commented 7 years ago

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 commented 7 years ago

I am on ubuntu and this will not help me anymore

Nick-Hope commented 6 years ago

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 commented 6 years ago

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