mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Deprecate TextEditorComponent::setShowInvisibles
This commit is contained in:
@@ -754,6 +754,7 @@ class TextEditorComponent
|
||||
|
||||
# Deprecated
|
||||
setShowInvisibles: (showInvisibles) ->
|
||||
grim.deprecate "Use config.set('editor.showInvisibles', showInvisibles) instead"
|
||||
atom.config.set('editor.showInvisibles', showInvisibles)
|
||||
|
||||
setScrollSensitivity: (scrollSensitivity) =>
|
||||
|
||||
Reference in New Issue
Block a user