xschemrc update (undo_type)
This commit is contained in:
parent
2442a3dfc0
commit
1963669c3f
12
src/xschemrc
12
src/xschemrc
|
|
@ -185,6 +185,18 @@
|
|||
# set to_pdf {ps2pdf -dAutoRotatePages=/None}
|
||||
|
||||
|
||||
###########################################################################
|
||||
#### UNDO: SAVE ON DISK OR KEEP IN MEMORY
|
||||
###########################################################################
|
||||
#### Alloved: 'disk'or 'memory'.
|
||||
#### Saving undo on disk is safer but slower on extremely big schematics.
|
||||
#### In most cases you won't notice any delay. Undo on disk allows previous
|
||||
#### state recovery in case of crashes. In-memory undo is extremely fast
|
||||
#### but should a crash occur everything is lost.
|
||||
#### It is highly recommended to keep undo on disk.
|
||||
#### Default: disk
|
||||
# set undo_type disk
|
||||
|
||||
###########################################################################
|
||||
#### CUSTOM GRID / SNAP VALUE SETTINGS
|
||||
###########################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue