shiraji / color-manager

Android color manager plugin for Android Studio/Intellij
https://plugins.jetbrains.com/plugin/8583
Apache License 2.0
55 stars 2 forks source link

Find by color code #40

Closed shiraji closed 7 years ago

shiraji commented 8 years ago

I thought this is unnecessary but when designer gave me the color code, i wanted to find its name. Since speedsearch only support color name, there is no way to find the color using this plugin.

shiraji commented 7 years ago

Change to val listModel: DefaultListModel<ColorManagerColorTag> = DefaultListModel() might help.

shiraji commented 7 years ago

done by #47