netbeans-color-codes-preview
netbeans-color-codes-preview copied to clipboard
Show colors in an editor's sidebar
https://api.itextpdf.com/iText7/java/7.1.1/com/itextpdf/kernel/colors/DeviceRgb.html Thank you very much
**Describe the bug** When I install your plugin 0.12.4 I got an exception while unpacking the plugin while installing. ``` java.lang.ArrayIndexOutOfBoundsException: 64 at java.base/java.util.jar.JarFile.match(JarFile.java:941) at java.base/java.util.jar.JarFile.checkForSpecialAttributes(JarFile.java:971) at java.base/java.util.jar.JarFile.isMultiRelease(JarFile.java:366) at java.base/java.util.jar.JarFile$JarFileEntry.(JarFile.java:604)...
**Is your feature request related to a problem? Please describe.** Currently, Colors of ColorUIResource are not recognized. **Describe the solution you'd like** Support for `ColorUIResource` ```java new ColorUIResource(float r, float...
This is occurred when we use hsl or hsla values.  Probably, there are differences the way to compute color values between the JColorChooser and my class.
In my opinion I would prefer to have the color rectangle right in front of the color. It is close to the color, so I don't have to move the...