Wishlist: Schematic copy paste offers options on how to deal with existing annotation
Bug #1837002 reported by
Rene Poeschl
This bug affects 15 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Committed
|
Wishlist
|
Jeff Young |
Bug Description
Right now copy paste always resets the annotation. This is ok if one intents to duplicate a section of the schematic. If one wants to move a part of the schematic from one sheet to another then this is not really helpful.
How about a feature similar to how word processors handle copying of text. They ask if one wants to keep the original formatting, copy text only, ... (With a small unintrusive toolbar right next to the mouse at paste, but it can even be a small popup window in the beginning.)
tags: | added: eeschema |
Changed in kicad: | |
importance: | Undecided → Wishlist |
Changed in kicad: | |
milestone: | none → 6.0.0-rc1 |
To post a comment you must log in.
Some programs have "Paste Special", like LibreOffice Writer.
BTW, the original discussion in the forum mentioned moving portions of schematic between sheets, not copying them. Problematically Cut+Paste is a bit different here than Copy+Paste. In the former case there are no duplicate references existing in the schematic, so there's no need to clear the annotation.
I would go with Paste Special because it would work for all cases and it's easy to add other possible options in the future, and there's no need to touch the existing Paste functionality in the code or in the UI.