codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
https://www.codenameone.com/
Other
1.71k stars 408 forks source link

RFE Codename One Designer: export/import a theme to/from a standard plain text (css, json or others) #2260

Open jsfan3 opened 7 years ago

jsfan3 commented 7 years ago

I think that a functionality in the Codename One Designer to export/import a theme to/from a standard plain text format can be very useful to share significant pieces of code (involving the UI) with other programmers, especially in Stack Overflow or other forums.

Moreover, if it can export and import in CSS format compatible with the "Codename One CSS Support", it will be great.

codenameone commented 7 years ago

We already support XML as a storage medium which probably makes more sense than plain text. CSS as export is probably not doable.