GIMP expects CSS palettes to end with a ";" when importing. However, GIMP exports CSS lines without ";". This means GIMP can't reopen its own exported CSS palettes. The ";" was removed from the regex since CSS2 does not require the last line to end with a ";". However, CSS3 and above require ending all lines with a ";", so it is added to the export script. |
||
|---|---|---|
| .. | ||
| interpreter | ||
| libscriptfu | ||
| scripts | ||
| server | ||
| .gitignore | ||
| Makefile.am | ||
| meson.build | ||
| script-fu-console.c | ||
| script-fu-console.h | ||
| script-fu-eval.c | ||
| script-fu-eval.h | ||
| script-fu-text-console.c | ||
| script-fu-text-console.h | ||
| script-fu.c | ||