Rename softWrap to softWrapped

Our new pattern for booleans is to have ::set and ::is, and that means
the property name needs to be in passive voice for ::is to make sense.
This is in preparation for adding a new change observation method.

* ::setSoftWrapped
* ::isSoftWrapped
* ::toggleSoftWrapped
Esse commit está contido em:
Nathan Sobo
2014-09-04 08:42:32 -06:00
commit de Ben Ogle
commit 965afc2c37
13 arquivos alterados com 82 adições e 71 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)