[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: system-gschemrc.in
User: cnieves
Date: 07/04/14 14:33:53
Modified: . system-gschemrc.in
Log:
Added complex place list hook in the list of attribute autoplacement hooks.
* lib/system-gschemrc.in:
- Added complex list changed hook to the hooks to be enabled
if the user wants attribute autoplacement.
Revision Changes Path
1.120 +4 -2 eda/geda/gaf/gschem/lib/system-gschemrc.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: system-gschemrc.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/lib/system-gschemrc.in,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -b -r1.119 -r1.120
--- system-gschemrc.in 14 Apr 2007 18:16:28 -0000 1.119
+++ system-gschemrc.in 14 Apr 2007 18:33:53 -0000 1.120
@@ -1099,11 +1099,11 @@
(add-hook! mirror-pin-hook (lambda (pin)
(autoplace-pin-attributes pin )) #t)
-; Autoplace component text attributes hook.
+; Autoplace component/net/buses text attributes hook.
; Comment in these if you want the component attributes to be
; automatically placed.
; There are different hooks for situations like adding a new pin, rotating
-; or mirroring an existing one, or adding a new attribute.
+; or mirroring an existing one, adding a new attribute or a new component.
; The #t at the end means that function is appended to the end of the hook.
;(add-hook! add-component-object-hook (lambda (object)
; (autoplace-object-attributes object)) #t)
@@ -1113,6 +1113,8 @@
; (autoplace-object-attributes object)) #t)
;(add-hook! add-attribute-hook (lambda (object)
; (autoplace-object-attributes object)) #t)
+;(add-hook! complex-place-list-changed-hook (lambda (object)
+; (autoplace-object-attributes object)) #t)
; Automatically place a titleblock (or other components) when creating
; a new page.
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs