android-drawable-importer-intellij-plugin icon indicating copy to clipboard operation
android-drawable-importer-intellij-plugin copied to clipboard

It would be nice to be able to select custom sizes and colors

Open NicolasMassart opened this issue 10 years ago • 3 comments
trafficstars

As a enhancement, it would be nice to be able to select custom sizes and colors or even having a list of @dimens and @colors used in the project. Please tell me if you think I'm misusing your plugin willing to have theses custom values.

NicolasMassart avatar Jan 28 '15 11:01 NicolasMassart

@NicolasMassart the idea with the colors is good, but I guess not easy. Can you please explain your idea with the dimens a bit more?

winterDroid avatar Jan 28 '15 11:01 winterDroid

Hi mark, I think a first step of being able to set a custom hex color in a text field would be enough for the moment. The enhancement to have a list of colors and dimens used in the project is probably harder but I bet you can retrieve all this as they are defined in the R class of the project and the editor can access it for completion in XML resources. I'll look forward for this and tell you if I got an idea...but I never developed intellij plugins before, so be patient :)

NicolasMassart avatar Jan 29 '15 10:01 NicolasMassart

I see.. Yeah I can think about something like that but as I said I guess it is difficult. Yeah this is also my first try to develop an IntelliJ plugin. I never did that before..

winterDroid avatar Jan 29 '15 20:01 winterDroid