jakiestfu / Behave.js

A lightweight, cross browser library for adding IDE style behaviors to plain text areas
http://jakiestfu.github.com/Behave.js/
1.74k stars 110 forks source link

Shift tab should move the caret to the left #1

Closed marcofalcioni closed 11 years ago

marcofalcioni commented 11 years ago

On your demo, it seems that the shift character is ignored.

jakiestfu commented 11 years ago

I have not implemented any functionality related to the shift key. I imagine that will come when I incorporate multi-line indentation and unindentation.

marcofalcioni commented 11 years ago

Makes sense.

jakiestfu commented 11 years ago

@marcofalcioni The unindent has been added! ;] I will keep working on the multi line tab schtuff