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

gEDA-cvs: CVS update: system-gschemrc.in



  User: ahvezda 
  Date: 05/08/14 21:26:50

  Modified:    .        system-gschemrc.in
  Log:
  Commited Carlos Azevedo gnetlist rename patch, also his chdir and rc expand 
  
  patch.  Added grid-mode and grid-fixed-threshold keywords and implementation.
  
  Added add-attribute-offset (but not the implementation; still under devel)
  
  
  
  
  Revision  Changes    Path
  1.83      +40 -0     eda/geda/devel/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/devel/gschem/lib/system-gschemrc.in,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -b -r1.82 -r1.83
  --- system-gschemrc.in	6 Mar 2005 23:43:55 -0000	1.82
  +++ system-gschemrc.in	15 Aug 2005 01:26:50 -0000	1.83
  @@ -660,6 +660,7 @@
   ;(bus-ripper-type "net")
   
   ; Grid dot size 
  +;
   ; The grid-dot-size keyword controls the size of the grid dots.  The units
   ; are in pixels.  The default (min) value of 1 is the best performing as the
   ; grid dot size is rendered as a single point and can be accelerated by 
  @@ -671,6 +672,25 @@
   ;(grid-dot-size 2)
   ;(grid-dot-size 3)
   
  +; Grid mode
  +;
  +; The grid-mode keyword controls the mode of the grid, either variable or 
  +; fixed.  In the variable mode, the grid spacing changes depending
  +; on the zoom factor.  In the fixed mode, the grid always represents
  +; 100 units.  You can control the density of the grid using the 
  +; grid-fixed-threshold.
  +(grid-mode "variable")
  +;(grid-mode "fixed")
  +
  +; Grid fixed threshold
  +;
  +; The grid-fixed-threshold specifies the minimum number of pixels needed
  +; for the grid to be displayed.  Using this rc parameter you can control 
  +; the density of the displayed grid (smaller numbers will cause the grid
  +; to be drawn denser). This mode is only used when grid-mode is fixed.
  +; 
  +(grid-fixed-threshold 10)
  +
   ; force-boundingbox string
   ;
   ; Controls if the entire bounding box of a symbol is used when figuring out
  @@ -681,6 +701,26 @@
   ;(force-boundingbox "enabled")
   
   
  +; add-attribute-offset integer
  +;
  +; This has not been implemented/debugged yet.  
  +; This has not been implemented/debugged yet.  
  +; This has not been implemented/debugged yet.  
  +;
  +; Controls a offset which is added to the location of text items that are
  +; added to an object as an attribute.  This offset is added when the following
  +; conditions occur:
  +;
  +;  1) Add/Attribute... has been invoked via the hotkey
  +;  2) It is the the "netname" attribute being added
  +;  3) It is being attached to a horizontal or vertical net segment
  +;  4) The initial mouse position is at or near the actual net (with one
  +;     grid unit).
  +;
  +; If these four conditions are not met, then this offset is not added. 
  +;(add-attribute-offset 50)
  +
  +
   ; reset-componet-library
   ;
   ; When reset-component-library is executed, then all known component library