Move handling of undoGroupingInterval to TextEditorRegistry

This commit is contained in:
Max Brunsfeld
2016-07-11 17:47:40 -07:00
parent 9ab474a673
commit 5167dbca6f
4 changed files with 19 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ const EDITOR_SETTER_NAMES_BY_SETTING_KEY = [
['editor.autoIndent', 'setAutoIndent'],
['editor.autoIndentOnPaste', 'setAutoIndentOnPaste'],
['editor.scrollPastEnd', 'setScrollPastEnd'],
['editor.undoGroupingInterval', 'setUndoGroupingInterval'],
]
// Experimental: This global registry tracks registered `TextEditors`.