mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add Editor.setShowInvisibles and remove showInvisibles from EditSession
This commit is contained in:
@@ -38,9 +38,8 @@ class EditSession
|
||||
tabLength: null
|
||||
softTabs: true
|
||||
softWrap: false
|
||||
showInvisibles: false
|
||||
|
||||
constructor: ({@project, @buffer, @tabLength, @autoIndent, @softTabs, @softWrap, @showInvisibles}) ->
|
||||
constructor: ({@project, @buffer, @tabLength, @autoIndent, @softTabs, @softWrap }) ->
|
||||
@id = @constructor.idCounter++
|
||||
@softTabs ?= true
|
||||
@languageMode = new LanguageMode(this, @buffer.getExtension())
|
||||
|
||||
Reference in New Issue
Block a user