ColorPicker
ColorPicker copied to clipboard
New windows colorpicker can't edit colors
What to do: select some HEX like "4BB366" and press ctrl + shift + C. Expected behavior: color picker is opened with the color selected. What happens: Cyotek Color Picker Controls stopped working. Details: Descrição: Stopped working
Assinatura do problema: Nome do Evento de Problema: CLR20r3 Assinatura do Problema 01: win_colorpicker.exe Assinatura do Problema 02: 1.0.0.0 Assinatura do Problema 03: 561fbd0f Assinatura do Problema 04: mscorlib Assinatura do Problema 05: 2.0.0.0 Assinatura do Problema 06: 5174ddfb Assinatura do Problema 07: 15d Assinatura do Problema 08: 6c Assinatura do Problema 09: System.ArgumentOutOfRange Versão do sistema operacional: 6.1.7601.2.1.0.256.1 Identificação da Localidade: 1046
Leia nossa declaração de privacidade online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0416
Se a declaração de privacidade online não estiver disponível, leia nossa declaração de privacidade offline: C:\Windows\system32\pt-BR\erofflps.txt
Same for me it cant popup anymore when you select hex color and press CTRL + SHIFT + C it's just stop working.
best solution for us "Preferences > Package Settings > ColorPicker > Settings - Default > Change "win_use_new_picker": true, to "win_use_new_picker": false, > save it > restart sublime > It's now using windows default color picker
Yeah, this color picker is weird... I like the old one :D
Hello. I have the same problem for several days. Color picker stopped working for no apparent reason. I have Windows 10 and Sublime Text 3.
I disabled the new colorpicker until I can fix this issue.
Ok, thank you.
I've found a workaround for linux!
In file linux_colorpicker.py, below line 9 (from gi.repository import Gtk),
add another with this:
from gi.repository import Gdk
I don't know anything about Python, and maybe this is not a good practice, but works!