Properties of multiple selected items

When I select a group of tracks(eg on the dwg.user layer) the properties option is not available in the right click menu. (only when 1 item is selected)
I want to change fields for the selected items only (like layer or width)

I saw in another thread where V6 will have a multiple(selected?) item editing system, I hope it can be implemented as easily as i describe above.
It is obvious that some attributes cannot be changed in a group selection (so these could be greyed out)
. or
Could add Selected filter in ā€˜Edit track & Via properties’, ā€˜Edit Text & Graphics properties’ in the Edit menu

This is a use case of KiCommand. If you can get past the hurdle of learning a stack-based command line system. If you’re interested, do a search and start with the Readme.md. Post any questions, even ā€œhow do Iā€¦ā€ if you need help.

1 Like

You can see some details in https://gitlab.com/kicad/code/kicad/-/merge_requests/143.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.