weslly / ColorPicker

Color picker for Sublime Text
http://weslly.github.io/ColorPicker
510 stars 109 forks source link

New windows colorpicker can't edit colors #97

Open lucaslealdev opened 5 years ago

lucaslealdev commented 5 years ago

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

tnruner commented 5 years ago

Same for me it cant popup anymore when you select hex color and press CTRL + SHIFT + C it's just stop working.

tnruner commented 5 years ago

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

kevin-44 commented 5 years ago

Yeah, this color picker is weird... I like the old one :D

s-damian commented 5 years ago

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.

weslly commented 5 years ago

I disabled the new colorpicker until I can fix this issue.

s-damian commented 5 years ago

Ok, thank you.

lapega commented 3 years ago

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!