From 830f676da27855894ab481989a1490061462f47c Mon Sep 17 00:00:00 2001 From: Kai-Martin Knaak Date: Tue, 13 Sep 2011 18:21:03 +0200 Subject: [PATCH] add promote-invisible setting to system-gschemrc --- gschem/lib/system-gschemrc.scm | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/gschem/lib/system-gschemrc.scm b/gschem/lib/system-gschemrc.scm index cc2dc1e..5b0208d 100644 --- a/gschem/lib/system-gschemrc.scm +++ b/gschem/lib/system-gschemrc.scm @@ -390,6 +390,17 @@ (component-dialog-attributes '("*")) ;(component-dialog-attributes '()) +; promote-invisible +; +; Determines if all invisible attributes in a symbol file get promoted to +; the instance in the schematic. The promotion happens on insert of the +; symbol. When disabled, only the attributes "value", "refdes" "footprint" +; and "symversion" get promoted. When enabled, all attributes get copied +; to the instance on insert of the symbol. Default setting is "disabled". +(promote-invisible "disabled") +;(promote-invisible "enabled") + + ; logging string ; ; Determines if the logging mechanism is enabled or disabled -- 1.7.5.4