Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New windows colorpicker can't edit colors #97

Open
lucaslealdev opened this issue Jan 14, 2019 · 7 comments
Open

New windows colorpicker can't edit colors #97

lucaslealdev opened this issue Jan 14, 2019 · 7 comments

Comments

@lucaslealdev
Copy link

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
Copy link

tnruner commented Jan 20, 2019

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

@tnruner
Copy link

tnruner commented Jan 20, 2019

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
Copy link

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

@s-damian
Copy link

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
Copy link
Owner

weslly commented Jan 22, 2019

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

@s-damian
Copy link

Ok, thank you.

@lapega
Copy link

lapega commented Oct 9, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants