netbeans-color-codes-preview icon indicating copy to clipboard operation
netbeans-color-codes-preview copied to clipboard

Show colors in an editor's sidebar

Results 5 netbeans-color-codes-preview issues
Sort by recently updated
recently updated
newest added

https://api.itextpdf.com/iText7/java/7.1.1/com/itextpdf/kernel/colors/DeviceRgb.html Thank you very much

enhancement

**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)...

defect

**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...

enhancement

This is occurred when we use hsl or hsla values. ![nb-color-codes-preview-issue6](https://cloud.githubusercontent.com/assets/738383/6824908/a67afc58-d339-11e4-8ab6-8780d20ca540.png) Probably, there are differences the way to compute color values between the JColorChooser and my class.

defect

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...