It was mentioned that the syntax for a NOT overline was changing.
Has this happened yet in the nightlys? If so where can I find the new syntax.
Thanks
It was mentioned that the syntax for a NOT overline was changing.
Has this happened yet in the nightlys? If so where can I find the new syntax.
Thanks
Jeff posted the below excerpt of one of KiCad’s source files:
// Change overbar syntax from `~...~` to `~{...}`.
Yeah, the old syntax was a little wishy-washy about what characters ended an overbar, so we went with something explicit.
It also now matches the super- and sub-script syntax (^{...}
, _{...}
, ~{...}
).
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.