eez-open / studio

Cross-platform low-code GUI and automation
https://www.envox.eu/studio/studio-introduction/
GNU General Public License v3.0
583 stars 97 forks source link

[LVGL] Show "Code identifier" in Page and Widget properties #633

Open mvladic opened 1 day ago

mvladic commented 1 day ago

If widget or page "Name" property value doesn't follow "lowercase with underscore" naming convention then show info about widget identifier that will be used in the generated source code:

image

This "Code identifier" will be only shown if Name is specified and it is different from the code identifier.

mvladic commented 1 day ago

Implemented.