Can we change labels shape on schematic properties panel as multiple?
-Input
-Output
-Bidrectional
-Tristate
-Passive
Not in the schematic editor.
You could edit the .kicad_sch file with a text editor and use macros and search and replace functions of your editor.
Or you could create a script that edits multiple labels.
But for anything less than 20 labels, do it by hand.
This seems like a reasonable feature request; please open an issue on Gitlab (Help → Report Bug)
It would be good to have the feature in kicad. Until then…
Perhaps you’ve seen a few of my posts referring to using Python’s Search and Replace ability… Can do same/similar with other tools including typical Text Editors.
I made an App to do it - it includes pull-down selection panels for some of the typical things I change. But, point is; it’s easy to do with a minimal of coding skills (if not wanting to us text Editor).
Example:
Jeff put this feature into nightlies last night
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.