ColorHighlighter icon indicating copy to clipboard operation
ColorHighlighter copied to clipboard

not working

Open rexalix opened this issue 5 years ago • 15 comments

installed to sublime with package control. Plugin not working at all, I tryed all moves via tools>e.t.c., nothing changes, plugin don't respons any of my actions, all checkboxes stay as they was

win7 sublime3

maybe it will help u, good luck

rexalix avatar Jul 23 '19 06:07 rexalix

Not working here for build 3207 either. Installs fine but can confirm it won't work for RGB or hex codes.

Anonamort avatar Jul 25 '19 12:07 Anonamort

not working for sublime text3 in ubuntu os. I tried all possible settings, still no luck.

pavanyogi avatar Aug 02 '19 11:08 pavanyogi

not working for sublime text 3 on kubuntu. Tweaked all settings to be enabled, didn't help.

JulianPinzaru avatar Aug 29 '19 21:08 JulianPinzaru

not working for sublime text 3

zelich89 avatar Aug 31 '19 17:08 zelich89

The same for me on Windows 10 and SublimeText 3 build 3207

siick avatar Sep 03 '19 15:09 siick

Same here :( not working on my Windows 7 and SublimeText-3.

MDARH avatar Sep 17 '19 07:09 MDARH

@rexalix @Anonamort @pavanyogi @JulianPinzaru @zelich89 @siick @MDARH ColorHighlighter is working here with Sublime Text v3.2.2 Build 3211, but you need install ImageMagick-7.0.9-8-Q16-x64-dll.exe, here is the link for Windows x64 systems: https://imagemagick.org/download/binaries/ImageMagick-7.0.9-8-Q16-x64-dll.exe During the installation process you must select "Install legacy utilities (e.g. convert)"

LOQUILLO avatar Dec 17 '19 00:12 LOQUILLO

@LOQUILLO I have installed imagemagick but i see nothing when i open a CSS file. But when i use Sublimerge package to see the diff between 2 files, it's working... It's weird....

siick avatar Dec 17 '19 13:12 siick

hi @siick paste here Preferences.sublime-settings and Package Control.sublime-settings

LOQUILLO avatar Dec 17 '19 13:12 LOQUILLO

CH

LOQUILLO avatar Dec 17 '19 14:12 LOQUILLO

I am using Sublime Text version 3.2.2, Build 3211 and cannot get this package to do anything. I have ImageMagick installed too.

Here is what the file Preferences.sublime-settings says:

{
	"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
	"detect_indentation": true,
	"font_size": 11,
	"ignored_packages":
	[
		"Vintage"
	],
	"ignored_words":
	[
		"barcodes"
	],
	"spell_check": false,
	"tab_size": 4,
	"translate_tabs_to_spaces": false,
	"word_wrap": true
}

And here is the Package Control.sublime-settings:

{
	"bootstrapped": true,
	"in_process_packages":
	[
	],
	"installed_packages":
	[
		"AutoHotkey",
		"Better Less",
		"Chain of Command",
		"Color Highlighter",
		"Cython+",
		"File History",
		"G-code Syntax Highlighting",
		"INI",
		"Inno Setup",
		"JavaScript Enhancements",
		"JavaScriptNext - ES6 Syntax",
		"JsFormat",
		"JSON Key-Value",
		"Local History",
		"MagicPython",
		"Markdown Extended",
		"Monokai JSON+",
		"NSIS",
		"Package Control",
		"PackageResourceViewer",
		"Pretty JSON",
		"Pretty YAML",
		"Restart",
		"Sass",
		"TypeScript"
	]
}

JoshMayberry avatar Mar 03 '20 16:03 JoshMayberry

@rexalix @Anonamort @pavanyogi @JulianPinzaru @zelich89 @siick @MDARH ColorHighlighter is working here with Sublime Text v3.2.2 Build 3211, but you need install ImageMagick-7.0.9-8-Q16-x64-dll.exe, here is the link for Windows x64 systems: https://imagemagick.org/download/binaries/ImageMagick-7.0.9-8-Q16-x64-dll.exe During the installation process you must select "Install legacy utilities (e.g. convert)"

This link doesn't work either

an4s911 avatar Aug 02 '20 15:08 an4s911

@rexalix @Anonamort @pavanyogi @JulianPinzaru @zelich89 @siick @MDARH ColorHighlighter is working here with Sublime Text v3.2.2 Build 3211, but you need install ImageMagick-7.0.9-8-Q16-x64-dll.exe, here is the link for Windows x64 systems: https://imagemagick.org/download/binaries/ImageMagick-7.0.9-8-Q16-x64-dll.exe During the installation process you must select "Install legacy utilities (e.g. convert)"

This link doesn't work either

Hi @an4s911 , here the new link: https://imagemagick.org/download/binaries/ImageMagick-7.0.10-28-Q16-x64-dll.exe

LOQUILLO avatar Sep 03 '20 07:09 LOQUILLO

Not working on Debian 10 SublimeText-3, inside console it says:

File "/opt/sublime_text/Lib/python33/sublime.py", line 435, in load_resource raise IOError('resource "%s" not found' % name) OSError: resource "Mariana.sublime-color-scheme" not found

reznov11 avatar Jul 13 '21 07:07 reznov11

Not working on Debian 10 SublimeText-3, inside console it says:

File "/opt/sublime_text/Lib/python33/sublime.py", line 435, in load_resource raise IOError('resource "%s" not found' % name) OSError: resource "Mariana.sublime-color-scheme" not found

Check the Preference.sublime-settings: "color_scheme":

LOQUILLO avatar Aug 07 '21 11:08 LOQUILLO