mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Move handling of undoGroupingInterval to TextEditorRegistry
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user