changing undo size in project settings
This commit is contained in:
parent
d2dd74aacc
commit
75c66227d1
2
.vscode/.ropeproject/config.py
vendored
2
.vscode/.ropeproject/config.py
vendored
@ -53,7 +53,7 @@ def set_prefs(prefs):
|
|||||||
prefs['validate_objectdb'] = True
|
prefs['validate_objectdb'] = True
|
||||||
|
|
||||||
# How many undos to hold?
|
# How many undos to hold?
|
||||||
prefs['max_history_items'] = 32
|
prefs['max_history_items'] = 256
|
||||||
|
|
||||||
# Shows whether to save history across sessions.
|
# Shows whether to save history across sessions.
|
||||||
prefs['save_history'] = True
|
prefs['save_history'] = True
|
||||||
|
Loading…
Reference in New Issue
Block a user