Merge pull request #3456 from atom/ns-editor-event-methods

Add event subscription methods for Editor and associated classes
Esse commit está contido em:
Ben Ogle
2014-09-09 13:40:45 -07:00
21 arquivos alterados com 809 adições e 495 exclusões
+1 -1
Ver Arquivo
@@ -11,4 +11,4 @@
# atom.workspaceView.eachEditorView (editorView) ->
# editor = editorView.getEditor()
# if path.extname(editor.getPath()) is '.md'
# editor.setSoftWrap(true)
# editor.setSoftWrapped(true)