indentSelectedRows works with hard tabs

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-10-26 10:03:59 -07:00
parent 0aa9f8de57
commit 4c24f4ea65
3 changed files with 63 additions and 28 deletions

View File

@@ -107,7 +107,7 @@ class EditSession
getSoftWrap: -> @softWrap
setSoftWrap: (@softWrap) ->
getTabText: -> new Array(@tabLength + 1).join(" ")
getTabText: -> @buildIndentString(1)
getTabLength: -> @tabLength
clipBufferPosition: (bufferPosition) ->