Add symbol from library browser in eeschema
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Committed
|
Wishlist
|
Jeff Young |
Bug Description
If I'm making a schematic in eeschema, and I go to library browser, it is not possible to add a component to the schematic. Which seems a bit backwards since Place -> component -> library browser opens an identical library browser, the only difference is that this time it has the "Insert component in schematic" -button.
I have version:
Application: Eeschema
Version: (2012-01-17 BZR 3368)-testing
Build: wxWidgets 2.8.11 (no debug,Unicode,
Platform: Linux 3.0.0-14-generic x86_64, 64 bit, Little endian, wxGTK
Options: USE_PNG_BITMAPS=ON
tags: | added: eeschema |
Changed in kicad: | |
assignee: | nobody → Jeff Young (jeyjey) |
status: | Triaged → In Progress |
milestone: | none → 6.0.0-rc1 |
Changed in kicad: | |
status: | In Progress → Fix Committed |
This is the normal behavior for the library browser. The add component to schematic button is disabled when you launch the library browser from the tool bar. It is only enabled when you browse from the add component dialog. It would be trivial to change this behavior but it would require some input from the other users and developers to determine if this is the desire behavior. A consensus from the user's and developer's groups is required to change this behavior. It is also possible to make this behavior optional using a configuration setting.