junichi11 / netbeans-color-codes-preview

Show colors in an editor's sidebar
https://netbeans-vm.apache.org/pluginportal/catalogue/?id=24
Apache License 2.0
32 stars 8 forks source link

Added support for new color formats #29

Closed jmborer closed 5 years ago

jmborer commented 5 years ago

The following formats are supported: new Color( int_rgb) new Color( int_rgba, alpha) new Color(hexint_rgb) new Color(hexint_rgba, alpha) new Color(float_r, float_g, floatg, float_b) new Color(float_r, float_g, floatg, float_b, float_alpha)

junichi11 commented 5 years ago

Sorry, I don't prefer PRs at the moment because I would like to implement features myself as much as possible in this plugin. So, first of all, if you have new feature requests, please submit them to the issues. If I can't do that, I'll ask for help. Thank you for understanding.

junichi11 commented 5 years ago

Thank you for your request but I'll close this, sorry. I'll add CONTRIBUTING.md. Instead, could you please submit your request to Issues?

jmborer commented 5 years ago

Even if I can understand that you don't want help. You could use my code which I kept identical to yours to accelerate the support for all remaining Color constructors.