android-drawable-importer-intellij-plugin
android-drawable-importer-intellij-plugin copied to clipboard
It would be nice to be able to select custom sizes and colors
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 the idea with the colors is good, but I guess not easy. Can you please explain your idea with the dimens a bit more?
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 :)
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..