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

Support for other jetbrains products? #22

Open IchordeDionysos opened 8 years ago

IchordeDionysos commented 8 years ago

Would be great if this works also in other products of the Jetbrains family!

shiraji commented 8 years ago

Why do you need this in other products? This plugin is for Android. Is there a way to develop android in other products?

IchordeDionysos commented 8 years ago

Maybe I should have described what I exactly want:

When I developed on Android I appreciated it that the color gets displayed at the left of the line if there was one. And as I remember you could click on the small rectangle and make some changes on the color.

Now I was up to some Web Development (not Android, I don't think this is possible outside of Android Studio or if possible you shouldn't do it) and I missed that I can't make easy modifications on the colors and don't have a preview.

I don't know if this is easy to adjust for other products but I'm really not the person who can decide this. I only have a coarse overview of how plugins work in the Jetbrains universe.

shiraji commented 8 years ago

For instance, if you have html file with this tag

<font color="#0000ff">foo</font>

Pick #0000ff and show it as color.

At this moment, there is no feature to read files except xml file. But yes, this maybe useful to Android developers who write hard coded color to Java file.

I will think about this as new feature. Thanks.