Make rename symbol and copy & paste symbol more discoverable in libedit
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Released
|
Wishlist
|
Jeff Young |
Bug Description
I'm on the 24 Dec 2017 nightly on macOS.
First: Kicad's symbol library editor has never had a "rename symbol" command.
In 4.0.x, one could work around that by doing "load component from current library" followed by "create new component from current component," which asks the user for a symbol name, and then deleting the original component.
In the nightly, the "create new component" command does not exist.
There are new symbol duplicate, cut, copy and paste commands. The problem is that the duplicate and paste commands do not let the user give the symbol a name. The new name is simply prevname_0 (or _1, _2, whatever).
Also: those duplicate/
To add rename functionality: many applications use the notion of selecting a thing in a menu, and when it's highlighted, that thing can be edited. This can be one way to rename the symbol, as you would select and highlight the symbol name in the list and just type in the new, and done.
Application: kicad
Version: (2017-12-24 revision 5708665)-master, release build
Libraries:
wxWidgets 3.0.2
libcurl/7.54.0 LibreSSL/2.0.20 zlib/1.2.11 nghttp2/1.24.0
Platform: Mac OS X (Darwin 17.3.0 x86_64), 64 bit, Little endian, wxMac
Build Info:
wxWidgets: 3.0.2 (UTF-8,STL containers,
Boost: 1.61.0
Curl: 7.43.0
Compiler: Clang 7.3.0 with C++ ABI 1002
Build settings:
USE_
USE_
KICAD_
KICAD_
KICAD_
KICAD_
BUILD_
KICAD_
KICAD_SPICE=ON
tags: | added: libedit |
summary: |
- Symbol library editor: missing features + Make rename symbol and copy & paste symbol more discoverable in libedit |
Changed in kicad: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in kicad: | |
status: | Fix Committed → Fix Released |
You might want to take a look at the discussion in bug report #1737964 too.
The following is based on observations from the windows nightlty (2017-12-27 revision fab6fc69e; I reverted slightly due to a windows specific bug that is now fixed in the next nightly, so I will update again tonight). There has been a number of improvements just the last week so updating to the latest one is recommended on the mac.
>In the nightly, the "create new component" command does not exist.
It does, but components are now called symbols (For that to be consistent you might need the latest nightly). Use the Op-amp like icon in the toolbar with some yellow to create a new symbol (also in the symbol menu).
>To add rename functionality: many applications use the notion of selecting a thing in a menu, and when >it's highlighted, that thing can be edited. This can be one way to rename the symbol, as you would select >and highlight the symbol name in the list and just type in the new, and done.
You can simply rename a symbol by double-clicking on the name in the main panel and change it in the dialog that appears. That action does not create a copy of the symbol as before, so it is a true renaming procedure.