Move handling of backUpBeforeSaving to TextEditorRegistry

This commit is contained in:
Max Brunsfeld
2016-07-11 17:16:41 -07:00
parent cdc9bdea61
commit 6f764f86cf
3 changed files with 19 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ const EDITOR_SETTER_NAMES_BY_SETTING_KEY = [
['editor.softWrapHangingIndent', 'setSoftWrapIndentLength'],
['editor.softWrapAtPreferredLineLength', 'setSoftWrapAtPreferredLineLength'],
['editor.preferredLineLength', 'setPreferredLineLength'],
['editor.backUpBeforeSaving', 'setBackUpBeforeSaving'],
]
// Experimental: This global registry tracks registered `TextEditors`.