# File ../lib/fox/scintilla.rb, line 1337
    def getBackSpaceUnIndents
      sendMessage(2263, 0, 0) == 1 ? true : false
    end