KiAutotext icon indicating copy to clipboard operation
KiAutotext copied to clipboard

Comments are not displayed

Open Daybreakerflint opened this issue 7 years ago • 1 comments

Hello Bob! Also from my side a great plugin.

I tried to use Comment1 to Comment4 in the test document but it seems that the script doesn't know %C0 to %C3 The %C gets replaced with a question mark and the number behind it stays the same after I run the script. image

I have looked into the code but I am unable to find the issue. I am using KiCad 5.0.2 on windows 10.

Daybreakerflint avatar Jan 29 '19 08:01 Daybreakerflint

Hello I found same issue, replacing in KiAutotext.py function macroReplace line 187 if c.isalpha(): to if c.isalnum(): solved this issue

ked-momo avatar Apr 16 '21 17:04 ked-momo