tabIndent.js - A JavaScript Library For Tab-Enabled TextAreas
11–20 of 34 posts
Re: tabIndent.js - A JavaScript Library For Tab-Enabled TextAreas
#12Re: tabIndent.js - A JavaScript Library For Tab-Enabled TextAreas
#13This is awesome. I'd love if the developer would add (even if it were optional) Command+[ / Command+] functionality to indent multiple lines at a time.
Windows/Emacs user here. What does these shortcuts do ?
Re: tabIndent.js - A JavaScript Library For Tab-Enabled TextAreas
#14This is awesome. I'd love if the developer would add (even if it were optional) Command+[ / Command+] functionality to indent multiple lines at a time.
I like the fact that if you select multiple lines with one line partially selected, it works as expected (selecting whole of the partially selected line)
Re: tabIndent.js - A JavaScript Library For Tab-Enabled TextAreas
#15One interesting thing about most implementations of tabs in textareas is that the insertion of a tab typically breaks the browser undo/redo stack for the textarea. This guy implemented it correctly though as mentioned in the bug filed on tabIndent.js: http://www.reddit.com/r/javascript/comments/13tfpf/burned_th...
Re: tabIndent.js - A JavaScript Library For Tab-Enabled TextAreas
#16This is really awesome! I've always wondered why is this not the default behaviour on a text area?
Re: tabIndent.js - A JavaScript Library For Tab-Enabled TextAreas
#17Re: tabIndent.js - A JavaScript Library For Tab-Enabled TextAreas
#18Re: tabIndent.js - A JavaScript Library For Tab-Enabled TextAreas
#19Seeing as delete will remove a tab I think shift-tab would be better used for the normal behaviour, take you to the next input.
Re: tabIndent.js - A JavaScript Library For Tab-Enabled TextAreas
#20Seeing as delete will remove a tab I think shift-tab would be better used for the normal behaviour, take you to the next input.