mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Problem was that integers are converted to "long long" in Python, which creates Variants rendering "#l1" as parsable strings. These are marked as invalid by the Syntax highlighter of the user properties editor. This patch fixes the user properties editor syntax highlighter to cover all Variant variants and uses "long" type for Variant if possible.