[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-bug: [Bug 901222] Re: Feature - gschem - Dynamic loading of custom symbols in the component selection tree



Bug was fixed by a commit
git master commit 07de7591c23c93efdb92012304dc7aaee1c66c04
http://git.gpleda.org/?p=gaf.git;a=commit;h=07de7591c23c93efdb92012304dc7aaee1c66c04

commit 07de7591c23c93efdb92012304dc7aaee1c66c04
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    libgeda: Improvements to 'component-library-search'.
    
    Luigi Palese has supplied an improved Scheme version of the
    'component-library-search' function for searching a directory tree for
    symbol libraries.
    
    The new version:
    
    - Searches for directories recursively, rather than only searching the
      top level of the provided directory.
    - Only considers directories that actually contain symbol files as
      libraries.
    - Optionally adds a prefix to the library names shown in the gschem
      library window.
    
    (I have made some adjustments to Luigi's original version of the
    function).
    
    Closes-bug: lp-901222

** Changed in: geda
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of gEDA Bug
Team, which is subscribed to gEDA.
https://bugs.launchpad.net/bugs/901222

Title:
  Feature - gschem - Dynamic loading of custom symbols in the component
  selection tree

Status in GPL Electronic Design Automation tools:
  Fix Committed

Bug description:
  As attachment a Guile script which extends the (component-library ...) functionality in order to permit to see custom components in the component selection tree grouped by folders. 
  The syntax of the new functionality is as follow:

  into the .gEDA/gafrc file

  (component-library-add-tree "prefix" "symbols/folder")

  The prefix will be added, as a tag, to the folder description.
  Actually the script doesn't manage substitution of the environment
  variables.

  If usefull this script could be added to the main stream.

  Best Regards,
  Luigi

To manage notifications about this bug go to:
https://bugs.launchpad.net/geda/+bug/901222/+subscriptions


_______________________________________________
geda-bug mailing list
geda-bug@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-bug