Closed jmborer closed 5 years ago
After checking the source code, in Java files only the following declarations are supported currently:
The plugin needs improvement to support additional constructors and declarations.
Yes, I know it. I didn't implement it yet.
May I help?
Thank you, but that's OK. I'm going to do that later.
Done.
Transparent colors are not recognized. For example the following declaration is ignored
public static final Color RED_TRANSLUCENT = new Color(165, 21, 21, 220);
Would be nice that when translucent colors are used, the background of preview could be a squared pattern.