[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: system-gschemrc.in
User: cnieves
Date: 06/09/28 14:00:31
Modified: . system-gschemrc.in
Log:
Added a new page hook, a new add-component function for scheme,
and some lines in the system-gschemrc file (commented by default),
so gschem can add automatically a symbol when creating a new page.
Commenting out these lines can solven bug #1443806 (gschem
zoomed out way to much on startup).
Revision Changes Path
1.101 +8 -0 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.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- system-gschemrc.in 7 Sep 2006 01:30:06 -0000 1.100
+++ system-gschemrc.in 28 Sep 2006 18:00:31 -0000 1.101
@@ -917,6 +917,14 @@
;(add-hook! add-attribute-hook (lambda (object)
; (autoplace-object-attributes object)) #t)
+; Automatically place a titleblock (or other components) when creating
+; a new page.
+; Comment in these lines if you want gschem to automatically place a symbol
+; when you create a new page.
+;(add-hook! new-page-hook (lambda (page)
+;; Syntax Symbol name X Y angle selectable mirrored
+; (add-component page "title-A4.sym" 1000 1000 0 #f #f))
+; #t)
;
; End of hooks
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs