Serialize TextEditor autoHeight and autoWidth properties

This commit is contained in:
Nathan Sobo
2016-08-18 14:01:39 -06:00
parent dd82902bf2
commit a264eaa18a

View File

@@ -353,8 +353,9 @@ class TextEditor extends Model
@id, @softTabs, @atomicSoftTabs, @tabLength, @softWrapped,
@softWrapHangingIndentLength, @softWrapAtPreferredLineLength,
@preferredLineLength, @mini, @editorWidthInChars, @width, @largeFileMode,
@registered, @invisibles, @showInvisibles, @showIndentGuide
@preferredLineLength, @mini, @editorWidthInChars, @width, @largeFileMode,
@registered, @invisibles, @showInvisibles, @showIndentGuide, @autoHeight,
@autoWidth
}
subscribeToBuffer: ->