Tabbable Textarea Plus

By the DtTvB Last update May 10, 2007 — Installed 472 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0
Script Summary:
When enabled, you can use tabs in textarea, to enable it, just press Ctrl+Alt+T.
Recently Updated TopicsPosts
Archived Comments4

this script has 1 topic, 4 posts

This script has no reviews.

Tabbable Textarea Plus is a user script that allows you to press Tab on textareas, with some special features, good for editing codes.

  • If you select more than one line, and press the tab key, it will indent the selected lines.
  • Auto-indentation, which means, when you press enter, if you have any whitespaces on the line you press enter, it will be copied to the new line. So you don’t have to press tab each time you start a new line.
    • These symbols will be copied also:
      • > (blockquote)
      • // (c-style comments)
      • # (shell-style comments)
      • ; (ini-style comments)
      • - (list-items)

And here is the demo:

Updated 2007-05-08: Made the toggle persistant. Thanks to Richard Bronosky.

Updated 2007-05-10: You can now right click the greasemonkey icon on the status bar and enable and disable the TTP in the User Script Commands menu..