ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

New windows colorpicker can't edit colors

Open lucaslealdev opened this issue 6 years ago • 7 comments

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

lucaslealdev avatar Jan 14 '19 19:01 lucaslealdev

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

tnruner avatar Jan 20 '19 12:01 tnruner

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

tnruner avatar Jan 20 '19 16:01 tnruner

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

kevin-44 avatar Jan 20 '19 17:01 kevin-44

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.

s-damian avatar Jan 22 '19 11:01 s-damian

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

weslly avatar Jan 22 '19 11:01 weslly

Ok, thank you.

s-damian avatar Jan 22 '19 11:01 s-damian

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!

lapega avatar Oct 09 '20 17:10 lapega