Closed GoogleCodeExporter closed 9 years ago
Applied a reworked version using bitfields in r2043. Tell us if it works, I
didn't test it !
Original comment by pulkoma...@gmail.com
on 29 Dec 2012 at 7:03
I noticed now that since the background checker is before the 4 colors per char
checker, the saver will give a global color error even if there is more than 4
colors in a char. From a user friendlyness perspective, it would probably make
sense to add a checker for =<4 colors per char in the background checker, so if
the user has 5 or more cols in a char block he/she will be notified of that
instead of getting a global color error message.
I will be able to fix it myself after January 2nd, but am not able too right
now. It shuold be simple enough. Just a if (used > 4) error msg should do it.
Original comment by mikeri...@gmail.com
on 29 Dec 2012 at 8:19
Original issue reported on code.google.com by
mikeri...@gmail.com
on 27 Dec 2012 at 11:23Attachments: