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
@@ -164,7 +164,7 @@
]
}
{ type: 'separator' }
{ label: 'Toggle Soft Wrap', command: 'editor:toggle-soft-wrap' }
{ label: 'Toggle Soft Wrap', command: 'editor:toggle-soft-wrapped' }
]
}
+1 -1
Ver Arquivo
@@ -103,7 +103,7 @@
]
}
{ type: 'separator' }
{ label: 'Toggle Soft &Wrap', command: 'editor:toggle-soft-wrap' }
{ label: 'Toggle Soft &Wrap', command: 'editor:toggle-soft-wrapped' }
]
}
+1 -1
Ver Arquivo
@@ -122,7 +122,7 @@
]
}
{ type: 'separator' }
{ label: 'Toggle Soft &Wrap', command: 'editor:toggle-soft-wrap' }
{ label: 'Toggle Soft &Wrap', command: 'editor:toggle-soft-wrapped' }
]
}